h2 {
    font-size: 30px;
}

label {
    cursor: pointer;
}

#cookiebanner {
    margin-top: 75px;
}

a:focus,
button:focus,
label:focus,
.reveal:focus,
i:focus,
span:focus {
    outline: none !important;
}

#login-backend {
    margin-top: -40px;
}

#login-backend #login-container > a {
    display: none;
}

.user-filter-elements-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.user-filter-elements-container .filter-element-wrapper {
    flex: 1 !important;
    min-width: 250px !important;
    width: 100%;
    flex-wrap: nowrap !important;
}

.user-filter-elements-container .filter-element-wrapper > div {
    flex-wrap: nowrap !important;
}

.user-filter-elements-container .filter-element-wrapper .filter-input-wrapper {
    flex: 1;
}

@media screen and (max-width: 640px) {
    .user-filter-elements-container
        .filter-element-wrapper
        .backend-search-btn {
        padding: 4.5px 2px;
    }
    .user-filter-elements-container
        .filter-element-wrapper
        .filter-input-wrapper {
        /* flex: 1; */
    }
}

#paymentIframe {
    border: 1px solid lightgrey;
    padding: 20px;
}

.clickable {
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.pre-label:focus {
    border: none !important;
    box-shadow: none !important;
}

.btn-i i {
    font-size: 23px;
    margin-right: 5px;
    vertical-align: bottom;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #fff;
    cursor: auto;
}

.add-location .btn-i i,
.add-user .btn-i i {
    font-size: 17px;
}

.center {
    text-align: center;
    margin: auto;
}

.full {
    background-color: #fff;
}

.check-tag {
    color: #47819b;
}

.i-outline {
    color: #47819b;
    border: 1px solid #47819b;
    font-size: 20px;
    padding: 5px;
    border-radius: 50%;
}

.i-outline-black {
    color: #333;
    border: 1px solid #333;
    font-size: 20px;
    padding: 5px;
    border-radius: 50%;
}

.circle-img {
    width: 220px;
    height: 220px;
    margin: auto;
    border-radius: 50%;
}

.circle-img img {
    border-radius: 50%;
}

.la-toggle-on.switch::before {
    content: "\f346";
}

.btn-outline-blue {
    border: 1px solid #47819b;
    color: #47819b;
    background-color: #fff;
    font-size: 15px !important;
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #47819b;
}

.btn-blue {
    background-color: #47819b !important;
    border: 1px solid #47819b !important;
    color: #fff !important;
    font-size: 15px !important;
}

.blue {
    color: #47819b;
}

.grey {
    color: #acacac;
}

.tm-grid .cell {
    margin-bottom: 20px;
}

label.blue {
    text-transform: uppercase;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.underline {
    border-bottom: 1px solid #ccc;
}

.workspace-icon::before {
    background: url("../img/arbeitsbereiche-icon.png") no-repeat center;
    background-size: contain;
    content: " ";
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: text-top;
}

.workspace-icon {
    width: 23px;
    height: 23px;
    font-size: inherit !important;
}

.btn-blue:hover {
    background-color: #000 !important;
}

.close-btn-blue,
.close-btn-blue:focus,
.close-btn-blue:hover {
    color: #47819b;
    text-align: right !important;
    font-size: 24px !important;
}

.d-content {
    padding: 0 26px 80px 26px;
}

.heading h2 {
    padding-bottom: 15px;
    margin-bottom: 0px !important;
}

.heading {
    border-bottom: 1px dashed #ccc;
}

.documentation-top-filter-container {
    min-height: 200px;
    border-bottom: 1px dashed #ccc;
}

#dashboard-logo img {
    max-width: 180px;
}

.dashboard-part {
    padding-bottom: 25px;
    padding-top: 50px;
}

[type="checkbox"] {
    margin-right: 5px !important;
}

.accordion {
    border-radius: 5px !important;
}

.accordion-title,
.accordion-title:focus,
.accordion-title:hover {
    color: #333;
    background-color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px !important;
    border-color: #ccc;
    border-bottom-color: #ccc !important;
    font-size: 15px;
    font-style: italic;
}

.accordion-title::before {
    font-style: normal;
    right: 0.5rem;
}

.accordion-content li {
    cursor: pointer;
    color: #333 !important;
}

ul.accordion-content {
    list-style: none;
    margin: 0;
    position: absolute;
    z-index: 1000;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc !important;
    background-color: #f2f2f2;
}

.accordion-item.is-active > .accordion-title {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.operational-steps-menu {
    list-style: none;
    margin: 0;
    position: absolute;
    font-size: 15px;
    color: #333;
    padding: 1rem 3.8rem 1rem 1rem;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

#imageUploadEdit,
#imageUpload-new-step,
#imageUpload,
#imageUploadBasics {
    border: none;
    border-radius: 5px;
    width: 350px;
    padding: 0;
}

#imageUploadEdit a,
#imageUploadEdit label,
#imageUpload-new-step a,
#imageUpload-new-step label,
#imageUpload a,
#imageUpload label,
#imageUploadBasics a,
#imageUploadBasics label {
    color: #47819b;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 15px;
}

#imageUploadEdit i,
#imageUpload-new-step i,
#imageUpload i,
#imageUploadBasics i {
    margin-right: 5px;
    font-size: 22px;
}

.iU {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

textarea {
    background-color: #fff;
    border: 1px solid #ccc;
}

.link {
    color: #333;
    text-decoration: underline;
}

.image-table img {
    /*max-width:100px;*/
}

.image-table th:first-child,
.image-table th:last-child,
.image-table-small th:first-child {
    width: 13%;
}

.bookmark-checklists .backend-table th:last-child {
    width: 16%;
}

.reveal {
    min-height: 0;
    height: auto;
    width: 90%;
    margin: auto;
}

@media print, screen and (min-width: 25em) {
    .d-content {
        padding: 0 40px 80px 40px;
    }
}

@media print, screen and (min-width: 40em) {
    h2 {
        font-size: 2.5rem;
        display: inline-block;
    }
    .heading a {
        float: right;
        margin-top: 22px;
    }
    .add-location .btn-i i,
    .add-user .btn-i i {
        font-size: 23px;
    }
}

/**
  * Filter modal
  **/

#filter-modal-backend {
    width: 90%;
    height: auto;
    border-radius: 5px;
    padding: 0;
    position: relative;
    z-index: 1006;
    margin: 10% auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#filter-dashboard .close-button,
#filter-dashboard .close-button:hover,
#filter-dashboard .close-button:focus {
    color: #47819b;
}

#filter-modal-backend ul {
    list-style: none;
    margin: 0;
}

#filter-dashboard h2 {
    padding: 20px 30px;
    border-bottom: 1px solid #ccc;
}

#filter-dashboard .grid-container {
    width: 100%;
    padding: 20px 30px 10px 30px;
}

.filter-workspaces,
.filter-active,
.filter-creator,
.filter-treator,
.filter-user {
    padding-bottom: 20px;
}

.modal-filter-buttons {
    text-align: center;
    margin: 0 30px 20px 30px;
    clear: both;
}

.modal-filter-buttons button {
    width: 100%;
    font-size: 12px !important;
}

.modal-filter-buttons button:first-child {
    margin-bottom: 10px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1005;
    overflow-y: auto;
}

.overlay-edit-image,
.overlay-edit-workstep,
.filterDashboard,
.overlay-need-upgrade,
.overlay-edit-profile-image {
    display: none;
}

.overlay .choose-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    max-height: 70%;
    height: 70%;
    width: 70%;
    max-width: 950px;
    padding: 1rem;
    overflow-y: scroll;
}

.overlay .close-button {
    color: #000;
}

#overlay-choose-image .raster-container {
    display: inline-block;
    width: 100%;
}

#overlay-choose-image .raster-container .raster-item {
    width: 100%;
    height: auto;
    margin: 3px;
    min-height: 150px;
}

#overlay-choose-image .raster-container .raster-item .img-div {
    width: 100%;
    height: auto;
    min-height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#overlay-choose-image .raster-container .raster-item h4 {
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

#filter-check {
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    position: relative;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    border-radius: 5px;
    font-size: 15px;
    font-style: italic;
    width: 96%;
    text-align: left;
    margin-left: 4%;
    height: 33px;
    line-height: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1rem;
}

#filter-check::before {
    content: "\f107";
    font-style: normal;
    font-family: "Line Awesome Free";
    font-weight: 900;
    position: absolute;
    right: 0.5rem;
}

@media print, screen and (min-width: 40em) {
    #overlay-choose-image .raster-container .raster-item {
        float: left;
        width: calc((100% / 2) - 6px);
        margin: 3px;
    }
}

@media print, screen and (min-width: 52em) {
    #overlay-choose-image .raster-container .raster-item {
        width: calc((100% / 3) - 6px);
        min-height: 192px;
    }
    #overlay-choose-image .raster-container .raster-item .img-div {
        min-height: 140px;
    }
}

@media print, screen and (min-width: 64em) {
    #overlay-choose-image .raster-container .raster-item {
        width: calc((100% / 4) - 6px);
    }
}

/**
  * Dashboard Checklists
  **/

.blurContent {
    filter: blur(13px);
}

.centerSpinner {
    z-index: 9999999;
    position: absolute;
    margin: auto;
    top: 50px;
}

#dashboard .heading h2 {
    margin-bottom: 15px;
}

#clTable th:first-child {
    width: 30%;
}

#clTable th:nth-child(2) {
    width: 10%;
}

#clTable th:nth-child(3) {
    width: 40%;
}

#clTable th:last-child {
    width: 20%;
}

#searchTerm,
#searchT,
#pool_searchTerm {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
    margin-left: 5%;
    box-shadow: none;
}

#searchTerm:focus,
#searchT:focus,
#pool_searchTerm:focus {
    border: 1px solid #ccc;
    border-right: none;
}

.backend-search-btn {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 7.5px 2px;
    width: 100%;
    background-color: #fff;
}

#dashboard-checklists .checklist-buttons {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

#dashboard-checklists .checklist-buttons button {
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 0px;
    width: 100%;
}

#dashboard-checklists .checklist-buttons button:first-child {
    margin-bottom: 10px;
}

#dashboard-checklists .checklist-buttons button i {
    font-size: 15px;
}

.checklist-heading {
    margin-bottom: 30px;
    clear: both;
}

.checklist-heading-cumo {
    margin-bottom: 5px;
    clear: both;
}

.checklist-heading h4 {
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.checklist-heading h4 i,
#becomeSellerForm > div > h4 > i {
    font-size: 23px;
    background-color: #ff6455;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    margin-right: 5px;
}

#becomeSellerForm > div > h4 {
    text-align: left;
    margin-bottom: 40px;
    margin-top: 40px;
}

.checklist-heading a {
    font-size: 15px;
}

.checklist-heading a i {
    font-size: 19px;
}

.checklist-heading .grid-container {
    width: 100%;
    padding: 0;
}

.checklist-heading label,
.message-list label {
    font-size: 15px;
    margin-right: 10px;
}

.checklist-heading #searchT {
    margin-left: 0;
}

[type="text"],
[type="number"],
[type="email"],
[type="password"] {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 0;
    border-radius: 5px;
}

input[type="text"]::before {
    content: "\f112";
    display: block;
    color: #333;
    position: absolute;
}

[type="text"] {
    border-radius: 5px;
    height: 27px;
    position: relative;
}

.table-scroll table {
    width: 100%;
}

table tr {
    vertical-align: top;
}

a p {
    color: #333;
}

.backend-table {
    /* -webkit-box-shadow: 2px 2px 5px 2px rgba(210, 210, 210, 0.5);
    -moz-box-shadow: 2px 2px 5px 2px rgba(210, 210, 210, 0.5);
    box-shadow: 2px 2px 5px 2px rgba(210, 210, 210, 0.5); */
    border-radius: 5px;
    min-width: 800px;
}

.bought .backend-table {
    min-width: auto;
}

.bought table.scroll {
    display: table !important;
}

.simple-table {
    -webkit-box-shadow: 2px 2px 5px 2px rgba(210, 210, 210, 0.5);
    -moz-box-shadow: 2px 2px 5px 2px rgba(210, 210, 210, 0.5);
    box-shadow: 2px 2px 5px 2px rgba(210, 210, 210, 0.5);
    border-radius: 5px;
}

.backend-table form {
    display: inline;
}

.invoiceForm {
    display: inline;
}

.backend-table td > i,
.backend-table td > span > i,
.backend-table td > a > i,
.backend-table td > a > span > i,
.backend-table td > form button i,
.backend-table td form button i,
.simple-table td > i,
.simple-table td > form > button > i,
.simple-table td > a > i,
#message-detail > div.dashboard-part > div > div.message-action > span > i,
.simple-table .payment-table td a i {
    font-size: 24px;
    padding: 4px;
    border-radius: 50%;
    margin: 3px;
    color: #dd5649;
    border: 1px solid #dd5649;
    cursor: pointer;
    display: inline-block;
}

i.blank {
    font-size: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #000 !important;
    border: none !important;
    cursor: default !important;
    display: inline-block !important;
}

#message-detail > div.dashboard-part > div > div.message-action {
    padding-bottom: 20px;
    border-bottom: #e0e0e0 solid 2px;
}

#message-detail > div.dashboard-part > div > div.message-info {
    border-bottom: #e0e0e0 solid 2px;
    padding: 20px 0px;
}

#message-detail > div.dashboard-part > div > div.message-info > p.subject {
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
}

#message-detail > div.dashboard-part > div > div.message-text {
    border-top: #e0e0e0 solid 2px;
    padding: 40px 0px;
    margin-top: 2px;
}

#message-detail > div.dashboard-part > div > div.message-action > span {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

#message-detail
    > div.dashboard-part
    > div
    > div.message-action
    > span
    > span.text-part {
    display: inline-block;
    position: relative;
    color: #47819b;
    bottom: 5px;
    left: 0px;
}

.pagination-circular li,
.pagination-circular li a,
.pagination-circular li.current {
    width: 45.4px;
    height: 45.4px;
}

.pagination i {
    font-size: 30px;
    vertical-align: middle;
}

.pagination-circular li a {
    vertical-align: middle;
}

.pagination-circular li.current {
    display: inline-block;
}

.pagination-circular li.current {
    border: 1px solid #dd5649;
    border-radius: 5000px;
    font-size: 20px;
    color: #fff;
    background-color: #dd5649;
    padding: 4px 10px 3px 10px;
}

.pagination-circular a {
    border-radius: 50%;
    padding: 4px 10px 3px 10px;
    border: 1px solid #dd5649;
    font-size: 20px;
}

.pagination-circular a {
    color: #dd5649;
}

.pagination-circular a:hover {
    background-color: #dd5649;
    color: #fff;
}

.pagination-previous,
.pagination-next {
    cursor: pointer;
}

.pagination-previous a:hover,
.pagination-next a:hover {
    background-color: #fff;
    color: #47819b;
}

.pagination-previous a,
.pagination-next a,
.ellipsis {
    border: none !important;
}

.pagination-previous a::before,
.pagination-previous.disabled::before,
.pagination-next a::after,
.pagination-next.disabled::after {
    display: none;
}

.backend-table th {
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: bold;
    padding: 30px 30px 10px 30px;
}

.backend-table th,
.backend-table td {
    border-right: 1px solid rgba(204, 204, 204, 0.5);
}

.simple-table td {
    padding: 20px 25px;
    clear: both;
}

.backend-table th:last-child,
.backend-table td:last-child,
.simple-table td:last-child {
    border-right: none;
}

.backend-table tbody tr,
.simple-table tbody tr {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
}

.no-border-top-table tbody tr {
    border-top: none;
}

.no-border-table tbody tr {
    border: none !important;
}

.table-users .user-name {
    font-weight: bold;
}

.table-users .user-name a {
    font-weight: bold;
    color: #000;
}

.table-users .user-name a:hover {
    text-decoration: underline;
}

.table-users .role-name {
    line-height: 60px;
}

.backend-table td {
    padding: 10px 30px;
    font-size: 15px;
}

.backend-table h2 {
    font-size: 15px;
    font-weight: bold;
    font-family: "Lato", sans-serif;
}

.backend-table td.checklist-step-img-col {
    width: 12%;
    max-width: 200px;
    padding: 15px 15px;
}

.checklist-item-image-step-container {
    min-width: 100%;
    width: 100%;
    min-height: 100px;
}

.backend-table td.checklist-step-img-col img {
    max-width: 100px;
}

.backend-table thead,
.backend-table tbody tr:nth-child(even) {
    background-color: #fff;
}

.backend-table tbody tr {
    background-color: rgba(240, 240, 240, 0.3);
}

.simple-table h6 {
    font-size: 17px;
    font-weight: bold;
}

.simple-table p {
    font-size: 15px;
    margin-bottom: 0;
}

.simple-table .text {
    float: left;
}

.simple-table .bild {
    float: right;
    margin: -10px -20px -15px 0;
}

.simple-table .sepa,
.simple-table .vima {
    margin: 0;
}

.simple-table .bild img {
    max-width: 120px;
}

.simple-table .sepa img {
    max-width: 80px;
}

.simple-table .vima img {
    max-width: 180px;
}

.simple-table button {
    padding: 5px 30px !important;
}

.invoiceButton {
    padding: 0 !important;
}

.simple-table .full button {
    padding: 5px 9px !important;
}

.backend-table .more-checklists {
    display: none;
}

.table-worksteps {
    min-width: 1000px;
    width: 100% !important;
    box-shadow: none;
    /* margin-bottom:70px; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.edit-checklist {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

.show-checklist-buttons {
    text-align: center;
    margin-top: 30px;
}

.show-checklist-buttons button {
    font-size: 15px;
    font-weight: bold;
    color: #47819b;
    text-transform: uppercase;
}

.show-checklist-buttons i {
    font-size: 22px;
    vertical-align: middle;
}

.hide-some,
.new-step-btn {
    display: none;
}

.check-item {
    display: inline-block;
    position: relative;
}

.check-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check-item label {
    display: block;
    position: relative;
    color: #666;
    font-weight: normal;
    position: relative;
    padding-left: 30px;
    min-height: 0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    margin: 0 6px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    top: 4px;
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.check-item input[type="checkbox"]:checked ~ .checkmark::after {
    display: block;
}

.check-item input[type="checkbox"]:checked ~ .checkmark {
    background-color: #ff6455;
    border: 1px solid #ff6455;
}

.check-item label .checkmark::after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.checklists .grid-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

#como-table .table-scroll {
    width: 100%;
}

.grid-container-como {
    width: 38%;
    float: right;
}

.grid-container-como-tm {
    width: 84%;
    float: right;
}

.cumo-label {
    float: right;
    margin-right: 15px;
}

.checklists .check {
    padding: 0;
    margin: 1%;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(210, 210, 210, 0.5);
    -moz-box-shadow: 2px 2px 5px 2px rgba(210, 210, 210, 0.5);
    box-shadow: 2px 2px 5px 2px rgba(210, 210, 210, 0.5);
}

.checklists .check .title {
    padding: 10px;
    margin-bottom: 5px;
    line-height: 1.3em;
    font-weight: bold;
}

.sort-accordion {
    margin-left: 0%;
    width: 100%;
}

.sort-accordion.without {
    margin-left: 0%;
    width: 100%;
}

#sort-img-work-pool ul,
#sort-img-work ul {
    padding: 1rem;
}

#sort-img-work-pool ul,
#sort-img-work ul {
    width: calc((100% * 0.66666666) - 43px);
}

#sort-img-work-pool ul li label,
#sort-img-work ul li label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-b {
    margin-bottom: 10px;
}

.sort-accordion .accordion-title,
.sort-accordion .accordion-title:hover,
.sort-accordion .accordion-title:focus {
    line-height: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
    line-height: 0.6;
}

.create-basics .accordion-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 33px;
    line-height: 1rem;
}

#dashboard .right-side {
    background-color: #f0f0f0;
}

#dashboard .right-side .footer-minimal .grid-container {
    max-width: 100%;
    padding: 0 40px;
}

.message-table img {
    float: left;
    margin-right: 15px;
    max-width: 80px;
}

.message-table td:last-child {
    width: 15%;
}

.message-table h6 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.date {
    font-size: 13px;
    color: #777;
    margin-bottom: 0;
}

.subject {
    font-size: 17px;
}

tr.read {
    background-color: rgba(240, 240, 240, 0.2) !important;
}

.dashboard-part .grid-x > .small-3 {
    width: 33.33333333%;
}

.dashboard-part .grid-x > .small-9 {
    width: 66.66666666%;
}

@media print, screen and (min-width: 25em) {
    #sort-img-work-pool ul,
    #sort-img-work ul {
        width: calc((100% * 0.6266666666) - 45.5px);
    }
}

@media print, screen and (min-width: 30em) {
    #dashboard-checklists .checklist-buttons button {
        font-size: 15px;
    }
    #dashboard-checklists .checklist-buttons i {
        font-size: 22px !important;
    }
    .simple-table .full button {
        padding: 5px 60px !important;
    }
    .checklists a {
        float: right;
    }
}

@media print, screen and (min-width: 32em) {
    #filter-dashboard .small-12 {
        width: 50%;
    }
    .modal-filter-buttons button {
        width: 47.5%;
    }
    .modal-filter-buttons button:first-child {
        margin-right: 4%;
        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 36em) {
    .backend-search-btn {
        padding: 7.5px 20px;
    }
}

@media print, screen and (min-width: 40em) {
    #dashboard-checklists .checklists .medium-3 {
        width: 31.33333333% !important;
    }
    #searchT.without {
        margin-left: 0;
    }
    #sort-img-work-pool ul,
    #sort-img-work ul {
        width: calc((33.33333333% * 0.62666666) - 14px);
    }
    /*.dashboard-part .grid-x>.medium-3{
      width:33.33333333% !important;
    }*/
    .dashboard-part .grid-x > .medium-9 {
        width: 66.66666666%;
    }
    .checklists .check {
        width: 48%;
    }
    #dashboard-checklists .checklist-buttons button {
        font-size: 14px;
    }
    #dashboard-checklists .checklist-buttons i {
        font-size: 20px !important;
    }
    #filter-check {
        margin-left: 0;
        width: 100%;
        font-size: 13px;
        padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    }
    .backend-search-btn {
        padding: 4.5px 0px;
    }
    .checklist-heading .m-b > .cell > label,
    .message-list label {
        text-align: right;
    }
    [type="text"] {
        margin-left: 0;
    }
    .modal-filter-buttons button {
        width: 47.5%;
        font-size: 15px !important;
    }
    .modal-filter-buttons button:first-child {
        margin-right: 4%;
        margin-bottom: 0;
    }
    .simple-table .full button {
        padding: 5px 100px !important;
    }
    .checklist-heading #searchT {
        margin-left: 5%;
    }
}

@media print, screen and (min-width: 48em) {
    #dashboard-checklists .checklist-buttons button {
        font-size: 11px;
    }
    #dashboard-checklists .checklist-buttons i {
        vertical-align: middle;
        font-size: 15px !important;
    }
    #filter-modal-backend {
        width: 510px;
    }
}

@media print, screen and (min-width: 50em) {
    #sort-img-work-pool ul,
    #sort-img-work ul {
        width: calc((100% * 0.6666666666) - 53px);
    }
    #searchTerm,
    #pool_searchTerm {
        margin-left: 0;
    }
    #dashboard .off-canvas.is-closed {
        visibility: visible;
        position: fixed;
    }
    #dashboard .position-left {
        transform: none;
    }
    #dashboard .left-side {
        width: 32%;
        /* max-width:370px; */
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
    }
    #dashboard .right-side {
        width: 68%;
        position: relative;
        /* top: 0;
        bottom: 0;
        right: 0; */
        margin-left: auto;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        /* background-color:#F0F0F0; */
    }
    #dashboard .content {
        min-height: 0px !important;
        /*flex:1;*/
    }
    .checklist-heading label,
    .message-list label {
        text-align: left;
    }
    .m-b .medium-5 {
        width: 33.33333333%;
    }
    .m-b .large-8.medium-7.small-8 {
        width: 66.66666667%;
    }
    .sort-accordion {
        margin-left: 0;
        width: 100%;
    }
}

#userTable {
    clear: both;
}

@media print, screen and (min-width: 64em) {
    #sort-img-work-pool ul,
    #sort-img-work ul {
        width: calc((33.3333333% * 0.75) - 41.5px);
    }
    #dashboard .left-side {
        width: 25%;
    }
    #dashboard-checklists .checklist-buttons button {
        padding: 5px 35px;
        font-size: 14px;
        width: auto;
    }
    #dashboard-checklists .checklist-buttons button:first-child {
        margin-bottom: 0;
        margin-right: 10px;
    }
    #dashboard-checklists .checklist-buttons i {
        vertical-align: top;
        font-size: 20px !important;
    }
    #dashboard .right-side {
        width: 75%;
    }
    .checklists .check {
        width: 23%;
        /* margin: 0 1%; */
    }
    .m-b .medium-5 {
        width: 41.66666667%;
    }
    .m-b .large-8.medium-7.small-8 {
        width: 58.33333333%;
    }
    .checklist-heading .m-b > .cell > label,
    .message-list .medium-5 .m-b > .cell > label {
        text-align: right;
    }
    .pool-images > .checklist-heading > .grid-container > .grid-x > .cell,
    .message-list > .grid-container > .grid-x > .cell {
        width: 100% !important;
    }
    .pool-images > .checklist-heading > .grid-container > .grid-x > .cell {
        width: 33.3333333% !important;
    }
    label[for="sort-check"] {
        float: right;
    }
    .message-list > .grid-container > .grid-x > .cell:first-child {
        width: 40%;
    }
    .message-list > .grid-container > .grid-x > .cell:last-child {
        width: 60%;
    }
    .bought .checklist-heading .grid-x > .large-6,
    .range-checklists .checklist-heading .grid-x > .large-6,
    .bookmark-checklists .checklist-heading .grid-x > .large-6 {
        width: 50% !important;
    }
    .simple-table td:last-child,
    .bought .backend-table td:last-child {
        width: 10%;
    }
}

@media print, screen and (min-width: 74em) {
    #sort-img-work-pool ul,
    #sort-img-work ul {
        width: calc((60% * 0.22222222) - 10.5px);
    }
    #dashboard .left-side {
        width: 20%;
    }
    .checklist-heading .grid-container {
        width: 46%;
        float: right;
    }
    .checklist-heading .grid-container-como {
        width: 38%;
    }
    .bought .checklist-heading .grid-container,
    .range-checklists .checklist-heading .grid-container,
    .bookmark-checklists .checklist-heading .grid-container {
        width: 40% !important;
    }
    #dashboard .right-side {
        width: 80%;
    }
    .checklists .check {
        width: 22.92%;
    }
    #dashboard-checklists .checklist-buttons button {
        font-size: 15px;
    }
    #dashboard-checklists .checklist-buttons i {
        font-size: 22px !important;
    }
    #filter-check {
        font-size: 15px;
    }
    .message-list > .grid-container > .grid-x > .cell:first-child,
    .message-list > .grid-container > .grid-x > .cell:last-child {
        width: 50%;
    }
}

@media print, screen and (min-width: 96em) {
    #filter-check {
        padding: 0.5rem 2.5rem 0.5rem 1rem;
    }
}

/**
  * Dashboard create checklists
  **/

#dashboard-create-checklists .checklist-heading {
    margin-bottom: 20px;
}

#checklist-workspaces input {
    display: none;
}

#checklist-workspaces li label {
    cursor: pointer;
    font-size: 15px;
}

#checklist-workspaces .accordion-title {
    background-color: #f0f0f0;
}

#checklist-workspaces .accordion-content,
#checklist-treator .accordion-content {
    width: calc(100% - 140px);
}

#checklist-treator .accordion-content li {
    font-size: 14px;
}

.prelabel {
    border: 1px solid #ccc;
    padding: 7px 0 7px 8px;
    border-radius: 5px;
    height: 33px;
    line-height: 1.5;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
}

.pre-label {
    border: none;
    outline: none;
    box-shadow: none;
    float: right;
    width: 88%;
    padding: 0 8px 0px 0;
    height: 20px;
    line-height: 20px;
    font-size: 17px;
    font-weight: lighter;
    margin-top: -2px;
    margin-bottom: 0 !important;
}

.prelabel-text {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 40px;
}

textarea.pre-label-text {
    padding: 0;
    border: none !important;
    box-shadow: none;
    font-size: 17px;
    font-style: italic;
    font-weight: lighter;
    margin: 0;
}

.create-basics,
.add-worksteps {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(210, 210, 210, 0.5);
    -moz-box-shadow: 2px 2px 5px 2px rgba(210, 210, 210, 0.5);
    box-shadow: 2px 2px 5px 2px rgba(210, 210, 210, 0.5);
}

.create-basics .pre-label {
    width: calc(100% - 40px);
}

.add-worksteps th:first-child,
.add-worksteps th:last-child {
    width: 15%;
}

.add-worksteps .table-scroll {
    width: calc(100% - -40px);
    margin-left: -20px;
    /* margin-top:-20px; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#errorTextCreateStep {
    margin: 5px auto;
    color: #e36932;
}

.add-worksteps .new-step {
    padding-top: 20px;
}

.table-worksteps tr td:first-of-type {
    text-align: center;
}

.orderArrow {
    border: none !important;
}

.table-worksteps .w-step {
    font-size: 16px;
    font-weight: bold;
}

.create-basics .accordion-item .first {
    margin-right: 2%;
}

/* .create-basics .accordion-title{
  background-color:#fff !important;
  } */

.create-basics .large-6.medium-6.small-12 {
    margin-bottom: 15px;
}

.create-basics textarea,
.add-worksteps textarea {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.add-worksteps > button {
    margin-bottom: 15px;
}

.create-basics .accordion-content {
    list-style: none;
    margin: 0;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border: 1px solid #ccc !important;
    position: absolute;
    width: 21%;
}

#dashboard-create-checklists .save-worksteps,
#dashboard-create-checklists .save-button {
    text-align: center;
}

#dashboard-create-checklists .save-button button {
    margin-top: 20px;
}

#dashboard-create-checklists .save-worksteps button {
    padding: 5px;
    width: 100%;
    font-size: 15px !important;
}

#dashboard-create-checklists .save-worksteps {
    margin-top: 15px;
}

#dashboard-create-checklists form .grid-x > button {
    width: 100%;
}

form .grid-container {
    width: 100%;
    max-width: 100%;
}

form select {
    border-radius: 5px;
}

form [type="text"] {
    margin-bottom: 15px;
}

.loadImage {
    /* display: none; */
}

.addImg {
    width: 100%;
    background-color: #fff;
    color: #47819b;
    border: 1px solid #47819b;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    display: block;
}

.addImg:hover {
    color: #fff;
    background-color: #47819b;
}

.addImg i {
    margin-right: 5px;
    font-size: 23px;
    vertical-align: middle;
}

.step-img {
    background-color: #f0f0f0;
    padding: 15px;
    margin-top: 15px;
}

.step-img label {
    background-color: #fff;
}

.step-img button {
    width: 100%;
}

.main-menu-left li a {
    font-size: 14px !important;
    height: 70px;
}

.step-img img {
    width: 100px;
    margin-bottom: 15px;
    float: left;
}

.step-img .img-name {
    float: left;
    margin-left: 15px;
}

.step-img .img-name p {
    margin-bottom: 0;
}

.edit-workspace-step .la-trash {
    float: right;
    font-size: 20px;
    color: #ff6455;
}

.edit-workspace-step .center button {
    padding: 5px 40px;
}

/**
  * Dashboard settings
  **/

.tiles {
    padding: 60px 0;
}

.tiles .grid-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.tiles .cell {
    width: 100%;
    margin: 0 0 2% 0;
}

.tile {
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(210, 210, 210, 0.5);
    -moz-box-shadow: 2px 2px 5px 2px rgba(210, 210, 210, 0.5);
    box-shadow: 2px 2px 5px 2px rgba(210, 210, 210, 0.5);
    height: 100%;
    padding: 20px;
    margin-right: 2%;
    display: block;
    border-radius: 5px;
    width: 100%;
}

.tile h5 {
    margin-bottom: 0;
    color: #000;
}

.tile img {
    max-width: 100px;
    margin-bottom: 20px;
}

.send-message-container {
    padding: 45px 0px 75px;
}

.send-message-container #send-message-form input[type="radio"] {
    margin-bottom: 10px;
}

.send-message-container #send-message-form input[type="radio"]:nth-child(3) {
    margin-bottom: 20px;
}

.send-message-container #send-message-form > textarea,
.send-message-container #send-push-message-form > textarea {
    min-height: 200px;
}

#messages-account > div.send-message-container > h4 {
    padding-top: 30px;
}

#messages-account > div.send-message-container > h4.success {
    color: green;
}

#messages-account > div.send-message-container > h4.error {
    color: red;
}

#messages-account
    > div.send-message-container
    > .loadingSpinnerBackground
    .centralLoadingSpinner {
}

@media print, screen and (min-width: 25em) {
    #checklist-treator .accordion-content li {
        font-size: 15px;
    }
}

@media print, screen and (min-width: 40em) {
    .tiles .cell {
        width: 32%;
        margin-right: 2%;
    }
    .tiles .cell:nth-child(3n + 3) {
        margin-right: 0;
    }
    .tile h5 {
        font-size: 12px;
    }
    .create-basics .medium-6 {
        width: 49%;
    }
    .create-basics .medium-6:first-child {
        margin-right: 2%;
    }
    #dashboard-create-checklists form .grid-x > button {
        width: 49%;
    }
    .addImg {
        width: 49%;
    }
    #checklist-workspaces .accordion-content,
    #checklist-treator .accordion-content {
        width: calc(24% - 36px);
    }
    #checklist-treator .accordion-content li,
    #checklist-workspaces li label {
        padding: 2px 0;
        line-height: 18px;
        margin-right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }
}

@media print, screen and (min-width: 48em) {
    .tile h5 {
        font-size: 10px;
    }
    .tile {
        padding: 30px 20px;
    }
}

@media print, screen and (min-width: 50em) {
    #checklist-workspaces .accordion-content,
    #checklist-treator .accordion-content {
        padding: 1rem 0.5rem;
    }
}

@media print, screen and (min-width: 54em) {
    #dashboard-create-checklists .save-worksteps button {
        padding: 5px 100px;
        width: auto;
    }
    #checklist-workspaces .accordion-content,
    #checklist-treator .accordion-content {
        padding: 1rem;
    }
}

@media print, screen and (min-width: 58em) {
    .tile h5 {
        font-size: 12px;
    }
}

/* @media print, screen and (min-width:64em){
  .create-basics .large-6 .large-6{
  width:49%;
  }
  .create-basics .large-6 .large-6:first-child{
  margin-right:2%;
  }
  .create-basics .large-6 .grid-x {
  margin-bottom:15px;
  }
  } */

@media print, screen and (min-width: 74em) {
    .tiles .cell {
        width: 23.5%;
        margin: 0 2% 2% 0 !important;
    }
    .tiles .cell:nth-child(4n + 4) {
        margin-right: 0 !important;
    }
    .tile h5 {
        font-size: 15px;
    }
}

@media print, screen and (min-width: 90em) {
    .tile h5 {
        font-size: 20px;
    }
    .tile {
        padding: 40px 20px;
    }
}

/**
  * Settings Location, workspaces, users
  **/

.addWorkspace {
    float: right;
}

.addWorkspace button {
    display: inline;
}

.assignedUser {
    background-color: lightgrey !important;
}

.practitioner {
    float: right;
    color: #aeaeae;
}

.own-location .table-location {
    min-width: 1000px;
    width: 100%;
}

.own-location th {
    width: 29%;
}

.own-location th:last-child {
    width: 13%;
}

.add-location {
    border-bottom: 1px solid #ccc;
}

.add-location .cell {
    background-color: #fff;
    border-radius: 5px;
}

.add-location input[type="number"] {
    padding-right: 0;
}

.add-user .large-12 {
    margin-bottom: 15px;
}

.add-user p {
    margin-bottom: 0;
    font-size: 17px;
    display: inline-block;
}

.add-user [type="radio"] + label {
    font-size: 17px;
}

.add-user .radio-item {
    display: block;
}

.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 0 0 10px 0;
}

.radio-item input[type="radio"] {
    display: none;
}

.radio-item label {
    color: #666;
    font-weight: normal;
    margin-left: 5px;
    margin-right: 5px;
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 6px 0 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    background-color: transparent;
}

.radio-item input[type="radio"]:checked + label:after {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 12px;
    left: 14px;
    content: " ";
    display: block;
    background: #dd5649;
}

.element-creation input[type="radio"]:checked + label:after {
    top: 17px;
}

.add-location button,
.add-user button {
    margin-top: 15px;
    width: 100%;
    font-size: 12px !important;
}

.add-location form .grid-container {
    padding: 0;
    text-align: center;
}

.add-user form .grid-container {
    padding: 0;
    text-align: left;
}

.add-user form {
    text-align: center;
}

.add-location .grid-container > .grid-x > .cell {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
}

.profile-data .accordion-content,
.classification .accordion-content {
    width: calc(100% - 100px);
}

.courses-icon {
    width: 39px;
    height: 39px;
}

.courses-icon img {
    vertical-align: inherit;
}

.p-left-09 {
    padding-left: 0.9%;
}

.l-left {
    margin-right: 2%;
}

.p-left-2 {
    padding-left: 2%;
}

.remove-icon {
    font-size: 25pt;
    color: #ff6455;
}

.add-location .b-right {
    border-right: 1px solid #ccc !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.add-location [type="text"],
.add-location [type="number"] {
    height: 40px;
    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
    margin: 5px 0;
}

.add-user [type="text"],
.add-user [type="email"] {
    height: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.invited-users th,
.own-users th {
    padding: 20px 15px 10px 15px;
}

.table-users th,
#userTable .table-users th {
    width: 33%;
}

/* .invited-users th:first-child, */

.own-users th:first-child {
    width: 55%;
}

.invited-users th:nth-child(2),
.own-users th:first-child {
    min-width: 145px;
}

/* .invited-users th:last-child, */

.own-users th:last-child {
    width: 16%;
}

.invited-users .table-users,
#userTable .table-users {
    min-width: 0;
}

.own-location .grid-container,
.own-users .grid-container {
    float: left;
}

.update {
    text-align: center;
}

.need-upgrade {
    background-color: #fff;
    width: 550px;
    margin: 10% auto;
    border-radius: 5px;
    position: relative;
}

.need-upgrade .close-button,
.need-upgrade .close-button:focus,
.need-upgrade .close-button:hover {
    color: #47819b;
    font-size: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.need-upgrade > p,
.need-upgrade .advantages > p {
    font-size: 15px;
    margin-bottom: 5px;
}

.need-upgrade h4 {
    font-size: 20px;
    padding: 30px 30px 10px 30px;
}

.need-upgrade > p {
    padding: 0px 30px 15px 30px;
}

.need-upgrade i {
    font-size: 24px;
}

.need-upgrade h4 i {
    font-size: 40px;
    vertical-align: middle;
}

.need-upgrade .cell p {
    font-weight: bold;
    font-size: 17px;
    margin-left: 5px;
    margin-bottom: 0;
}

.need-upgrade .icon-wrapper {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    margin: 2px 0;
}

.need-upgrade .advantages {
    background-color: #e4f2ed;
    padding: 20px 30px;
}

.need-upgrade .advantages .grid-container {
    width: 100%;
    margin-top: 10px;
    padding: 0;
}

.profile-data {
    border-bottom: 1px dashed #ccc;
}

.no-border {
    border: none !important;
}

.edit-pw {
    /* border-bottom: 1px solid #ccc; */
}

.profile-data [type="text"],
.profile-data [type="number"],
.profile-data [type="password"],
.profile-data [type="email"],
.profile-data [type="url"] {
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 17px;
    font-weight: lighter;
    font-style: italic;
    margin: 0;
    line-height: 40px;
    height: 40px;
}

.profile-data .pre-label-first {
    width: calc(100% - 56px);
}

.profile-data .pre-label-second {
    width: calc(100% - 75px);
}

.profile-data .pre-label-usp {
    width: calc(100% - 115px);
}

.profile-data .pre-label-articlenr {
    width: calc(100% - 83px);
}

.profile-data .element-name {
    width: calc(100% - 40px);
}

.profile-data .element-source {
    width: calc(100% - 90px);
}

.profile-data .element-estimate {
    width: calc(100% - 141px);
}

.profile-data .pre-label-last {
    width: calc(100% - 68px);
}

.profile-data .pre-label-mail {
    width: calc(100% - 48px);
}

.profile-data .pre-label-user {
    width: calc(100% - 84px);
}

.profile-data .elementslide-name {
    width: calc(100% - 98px);
}

.profile-data .element-video-url {
    width: calc(100% - 85px);
}

.artNr {
    margin-bottom: 20px;
}

.profile-data .input-data {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 12px;
    font-style: italic;
    background-color: #fff;
    height: 50px;
    line-height: 40px;
}

.input-data-left {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 0px;
    font-size: 12px;
    font-style: italic;
    background-color: #fff;
    height: 50px;
}

.profile-data .large-6 {
    margin-bottom: 20px;
    border-radius: 5px;
    line-height: 40px;
}

.classification .accordion-title,
.profile-data .accordion-title {
    height: 50px;
    line-height: 30px;
    font-size: 12px;
    font-style: italic;
}

.classification .accordion-title span,
.profile-data .accordion-title span {
    font-size: 17px;
    font-weight: lighter;
    font-style: italic;
    padding-left: 8px;
}

.short-info {
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.short-info h3 {
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

#profile-account [type="text"] {
    margin-left: 0;
}

.info-img {
    position: relative;
    margin-bottom: 20px;
}

.info-img .i-outline {
    position: absolute;
    top: 30px;
    right: calc(50% - 115px);
    background-color: #f0f0f0;
    cursor: pointer;
}

.bookmark-checklists i.la-share::before {
    color: transparent;
    background: url("../img/share-icon-blue.png") no-repeat center;
    background-size: contain;
}

.range-checklists i.la-upload::before,
.customUpload {
    color: transparent !important;
    background: url("../img/upload.png") no-repeat center;
    background-size: contain;
}

.customUpload {
    background-size: 80% !important;
}

.bookmark-checklists .backend-table p,
.range-checklists .backend-table p {
    margin: 0;
}

.bookmark-checklists .backend-table td:first-child p,
.range-checklists .backend-table td:first-child p {
    color: #777;
}

.bookmark-checklists .backend-table td:first-child {
    width: 30%;
}

.center button {
    /* display:block; */
    margin: 40px auto;
}

.center.full button {
    margin: 15px auto;
}

.d-block button {
    display: block;
}

.table-workspaces th:first-child {
    width: 20%;
}

.table-workspaces th:last-child {
    width: 8%;
}

.emp-table img {
    width: 100%;
    max-width: 50px;
}

.emp-table tr {
    border: 1px solid #ccc;
    cursor: pointer;
}

.emp-table tr:last-child {
    border-bottom: 1px solid #ccc;
}

.emp-table label {
    height: 50px;
    line-height: 50px;
}

.emp-table [type="checkbox"] {
    display: none;
}

.enp-table tr.clicked {
    background-color: #f1f1f1 !important;
}

#edit-loc-emp {
    max-width: 600px;
}

#edit-loc-emp h4 {
    margin-bottom: 15px;
}

#edit-loc-emp #emp-role {
    margin-bottom: 25px;
}

#edit-loc-emp #emp-role ul {
    width: calc(100% - 32px);
}

@media print, screen and (min-width: 40em) {
    .own-location .cell.large-6,
    .own-users .cell.large-6,
    .check-img .cell.large-6 {
        width: 50% !important;
    }
    .add-location .large-6,
    .add-user .large-6,
    .profile-data .large-6,
    #location-profil .short-info .large-6 {
        width: 49%;
    }
    .profile-data .accordion-content {
        width: calc(49% - 54px);
    }
    .classification .large-4 {
        width: 32%;
    }
    .classification .accordion-content {
        width: calc(32% - 35px);
    }
    .add-location button,
    .add-user button {
        width: auto;
        padding: 5px 50px !important;
        font-size: 15px !important;
    }
    #loc-emp {
        width: 500px;
    }
    .invited-users th,
    .own-users th {
        padding: 30px 30px 10px 30px;
    }
    .invited-users th:nth-child(2),
    .own-users th:nth-child(2),
    #userTable .table-users th:nth-child(2) {
        min-width: 175px;
    }
}

@media print, screen and (min-width: 74em) {
    .own-location .grid-container,
    .own-users .grid-container {
        width: 46%;
        float: right !important;
    }
}

/**
  * Checklist images
  **/

#dashboard-checklist-images .dashboard-part,
#dashboard-settings-users .dashboard-part {
    border-bottom: 1px solid #ccc;
}

#dashboard-checklist-images .image-pool,
#dashboard-settings-users .dashboard-part:last-child {
    border-bottom: none;
}

#user-roles .accordion-title {
    background-color: #fff;
    padding: 8px;
    height: 50px;
    font-size: 16px;
    line-height: 32px;
}

#user-roles .accordion-content {
    background-color: #fff;
    width: calc(100% - 52px);
}

#user-roles label > [type="radio"] {
    display: none;
}

#user-roles label {
    font-size: 16px;
}

.add-image .medium-4 {
    width: 100%;
}

.show-image {
    padding: 20px 0;
    border-radius: 5px;
    background-color: #fff;
}

.add-image .show-image {
    background-color: #f0f0f0;
}

.center .show-image {
    margin: auto;
}

.show-image label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: left;
    padding: 5px 10px;
}

.image-info {
    display: none;
}

.image-info-step img,
.image-info img,
.show-image label {
    margin-bottom: 20px;
}

.image-info-step img,
.image-info img,
.edit-image img,
.edit-profile-image img {
    max-height: 300px;
    width: auto;
    margin: auto;
    padding-bottom: 15px;
}

.show-image label input,
.show-image label input:focus {
    border: none;
    box-shadow: none;
    margin: 0;
    display: inline-block;
    width: calc(100% - 100px);
}

.show-image button {
    width: 100% !important;
}

#new-image-workspace .accordion-content {
    width: calc(100% - 52px);
    padding: 1rem;
}

.add-image button {
    width: 100%;
}

.add-image .center button {
    margin: auto;
}

.add-image .grid-container {
    padding: 0;
}

.add-image input {
    margin: 0 0 15px 0;
}

.add-image button,
.profile-data button {
    display: block;
}

.edit-image,
.edit-workspace-step,
.edit-profile-image {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    padding: 20px;
    margin: 10% auto;
    width: 95%;
    max-width: 900px;
    z-index: 1006;
}

.edit-image .close-button,
.edit-image .close-button:hover,
.edit-workspace-step .close-button,
.edit-workspace-step .close-button:hover,
.edit-profile-image .close-button,
.edit-profile-image .close-button:hover,
#loc-emp .close-button,
#loc-emp .close-button:hover,
#edit-loc-emp .close-button,
#edit-loc-emp .close-button:hover {
    color: #333;
}

.edit-image .accordion ul {
    width: calc(100% - 40px);
    padding: 1rem;
}

#payment-3.accordion ul {
    width: calc(100% - 74px);
}

#payment.accordion ul {
    width: calc(100% - 70px);
}

.edit-image [type="submit"] {
    margin: 10px auto;
    padding: 5px 39px;
}

.edit-image [type="text"]:focus {
    border: none;
    box-shadow: none;
}

.edit-image .pre-label.pre-label-short,
.new-step .pre-label.pre-label-short {
    width: calc(100% - 80px);
}

.edit-workspace-step .pre-label.pre-label-short {
    width: calc(100% - 95px);
}

.edit-image .accordion {
    margin-bottom: 15px;
}

.change-img {
    margin: 15px 0 20px 0;
}

.change-img label {
    font-size: 11px;
    cursor: pointer;
}

.edit-image .pre-label,
.new-step .pre-label {
    width: calc(100% - 40px);
}

.edit-workspace-step .pre-label {
    width: calc(100% - 30px);
}

.edit-image h4,
.edit-workspace-step h4,
.edit-profile-image h4 {
    margin-bottom: 20px;
}

.own-images .image-table p {
    margin-bottom: 0px;
}

.m-b .medium-7 ul {
    width: calc((66.66666667% * 0.96) - 51px);
    padding: 1rem;
}

.m-b .medium-8 ul {
    width: calc((66.66666667% * 0.96) - 51px);
    padding: 1rem 0.5rem;
}

.m-b .medium-8 ul li {
    padding: 2px 0;
}

.m-b .medium-8 ul [type="checkbox"] + label {
    margin-left: 0;
    font-size: 11px;
    line-height: 14px;
    margin-right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.m-s .medium-7 ul {
    width: calc(66.6666667% - 35px);
}

.sort-accordion .accordion-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
    line-height: 0.6;
}

@media print, screen and (min-width: 18.75em) {
    .add-user .radio-item {
        display: inline-block;
    }
}

@media print, screen and (min-width: 25em) {
    #new-image-workspace .accordion-content {
        width: calc(100% - 80px);
    }
    .change-img label {
        font-size: 14px;
    }
    .m-b .medium-8 ul [type="checkbox"] + label {
        margin-left: 0.5rem;
        font-size: 14px;
        line-height: 17px;
    }
    #user-roles .accordion-content {
        width: calc(100% - 80px);
    }
    .m-s .medium-7 ul {
        width: calc(66.6666667% - 53px);
    }
}

@media print, screen and (min-width: 40em) {
    .add-image .medium-4 {
        width: 32%;
        margin-left: 2%;
    }
    .add-image .medium-4:first-child {
        margin-left: 0;
    }
    .add-image button,
    #add-picture {
        max-width: 570px;
    }
    .edit-image [type="submit"] {
        padding: 5px 40px;
    }
    #sort-check {
        margin-left: 0;
        width: 100%;
    }
    #new-image-workspace .accordion-content {
        width: calc(32% - 26px);
        padding: 0.5rem;
    }
    #new-image-workspace .accordion-content label {
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .m-b .medium-7 ul {
        width: calc(((33.3333333% * 0.5833333333) * 0.96) - 15px);
        padding: 1rem 0.5rem;
    }
    .m-b .medium-8 ul {
        width: calc((33.3333333% * 0.6666666667) - 23px);
        padding: 1rem 0.5rem;
    }
    .m-b .medium-8 ul [type="checkbox"] + label {
        margin-left: 0;
        font-size: 11px;
        line-height: 14px;
        width: calc(100% - 18px);
    }
    .m-s .medium-7 ul {
        width: calc((50% * 0.583333333) - 23px);
    }
    .show-image {
        width: 49%;
    }
    .center .show-image {
        width: 50%;
        padding: 20px;
    }
    #user-roles .accordion-content {
        width: calc(49% - 39.5px);
    }
}

@media print, screen and (min-width: 50em) {
    #sort-check {
        margin-left: 12.5%;
        width: 100%;
    }
    .m-b .medium-7 ul,
    .m-b .medium-8 ul {
        width: calc(66.66666667% - 53px);
        padding: 1rem;
    }
    .m-b .medium-8 ul [type="checkbox"] + label {
        margin-left: 0.5rem;
        font-size: 15px;
        line-height: 18px;
        width: auto;
    }
    .m-s .medium-7 ul {
        width: calc((50% * 0.666666667) - 27px);
    }
}

@media print, screen and (min-width: 60em) {
    #new-image-workspace .accordion-content label {
        font-size: 14px;
    }
}

@media print, screen and (min-width: 64em) {
    #sort-check {
        margin-left: 0;
    }
    .m-b .medium-7 ul {
        width: calc((33.3333333% * 0.5833333333) - 16px);
    }
    .m-b .medium-8 ul {
        width: calc((33.3333333% * 0.66666666) - 18px);
    }
    .m-b .medium-8 ul [type="checkbox"] + label {
        margin-left: 0rem;
        width: calc(100% - 18px);
    }
    .m-s .medium-7 ul {
        width: calc((50% * 0.583333333) - 23px);
    }
}

@media print, screen and (min-width: 68em) {
    #new-image-workspace .accordion-content {
        padding: 1rem;
    }
}

@media print, screen and (min-width: 74em) {
    .m-b .medium-7 ul {
        width: calc(((60% * 0.33333333) * 0.5833333333) - 9px);
        padding: 1rem 0.5rem;
    }
    .m-b .medium-8 ul {
        width: calc(((60% * 0.33333333) * 0.66666666) - 10px);
        padding: 1rem 0.4rem;
    }
    .m-b .medium-8-tm ul {
        width: calc(((60% * 0.33333333) * 0.66666666) + 236px);
        padding: 1rem 0.4rem;
    }
    .m-s .medium-7 ul {
        width: calc(((46% * 0.5) * 0.583333333) - 11px);
    }
}

@media print, screen and (min-width: 82em) {
    .m-b .medium-7 ul {
        padding: 1rem;
    }
}

/**
  * Checklists for Marketplace
  **/

.marketplace-data {
    border-bottom: 1px solid #ccc;
}

.marketplace-data #priceField {
    width: calc(100% - 74px) !important;
}

.marketplace-data #nameField {
    width: calc(100% - 35px) !important;
}

.marketplace-data .grid-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.marketplace-data .prelabel,
.marketplace-data .prelabel-text {
    background-color: #fff;
}

.marketplace-data [type="text"],
.marketplace-data .accordion {
    margin-bottom: 15px;
}

/* .marketplace-data .medium-4 {
    width: 100%;
  } */

.check-img .image-table-small th:last-child {
    width: 10%;
}

.check-img .image-table-small {
    min-width: 950px !important;
}

.left-text {
    float: left;
}

.left-text p {
    margin: 0;
    color: #777777;
}

.right-text {
    float: right;
}

.right-text p,
.purchaseText button {
    text-transform: uppercase;
    color: #dc0000;
    padding: 5px 10px;
    margin: 0;
    border: 1px solid #dc0000;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
}

.bought .right-text p {
    color: #35892a !important;
    border-color: #35892a !important;
}

#dashboard-create-marketplace-checklists .center button {
    display: block;
}

.orfree {
    display: inline-block;
    width: 76%;
}

.free {
    display: inline-block;
    width: 22%;
}

@media print, screen and (min-width: 40em) {
    .marketplace-data .medium-3 {
        width: 20% !important;
        /* margin-left: 2%; */
    }
    #medium-3-name,
    #medium-4-bereich {
        width: 49% !important;
        /* margin-left: 2%; */
    }
    #medium-4-bereich {
        margin-left: 2%;
    }
    #medium-5-price {
        margin-left: 0;
        width: 100%;
    }
    #medium-5-price .orfree {
        width: 49%;
    }
    #medium-5-price .free {
        margin-left: 2%;
    }
    .dashboard-part.marketplace-data .medium-6 {
        width: 49%;
        margin-left: 2%;
    }
    .marketplace-data .medium-5 {
        margin-left: 2%;
    }
    .marketplace-data .medium-6:first-child {
        margin-left: 0;
    }
    .m-daten {
        width: 84%;
    }
}

@media print, screen and (min-width: 64em) {
    .m-daten {
        width: 78% !important;
    }
    #medium-3-name,
    #medium-4-bereich {
        width: 25% !important;
        /* margin-left: 2%; */
    }
    #medium-4-bereich {
        margin-left: 2%;
    }
    #medium-5-price {
        margin-left: 2%;
        width: 46% !important;
    }
    #medium-5-price .orfree {
        width: 76%;
    }
    #medium-5-price .free {
        margin-left: 0%;
    }
}

@media print, screen and (min-width: 74em) {
    .check-img .grid-container {
        width: 46%;
    }
    #medium-3-name,
    #medium-4-bereich {
        width: 30% !important;
        /* margin-left: 2%; */
    }
    #medium-5-price {
        margin-left: 2%;
        width: 36% !important;
    }
}

@media print, screen and (min-width: 84em) {
    .orfree {
        width: 80%;
    }
    .free {
        width: 19%;
    }
}

#location-profil .short-info .grid-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

#location-profil .short-info .grid-container > .grid-x > .cell {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
}

#location-profil .short-info .grid-container {
    text-align: left;
}

#location-profil .prelabel {
    border: none;
    height: 48px;
    margin-bottom: 0;
    line-height: 35px;
}

#location-profil .short-info [type="text"] {
    width: calc(100% - 44px);
}

#location-profil .short-info [type="number"],
#location-profil .short-info .large-2 [type="text"],
#location-profil .short-info .pre-loc[type="text"] {
    width: calc(100% - 30px);
}

#location-profil .short-info h3 {
    margin-bottom: 20px;
}

#location-profil .short-info .cell {
    background-color: #fff;
    border-radius: 5px;
}

#location-profil .short-info .b-right {
    border-right: 1px solid #ccc !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#location-profil .short-info [type="text"],
#location-profil .short-info [type="number"] {
    height: 34px;
    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
}

.location-employee th:first-child {
    width: 40%;
}

.location-employee th:last-child {
    width: 13%;
}

.location-employee img {
    max-width: 60px;
}

#dashboard-checklists > div > div.grid-container > div > div > form > button {
    width: 100%;
}

#dashboard-checklists
    .grid-container
    div
    form
    button
    .checklist-item-image-container {
    min-height: 165px;
}

#location-profil .backend-table p {
    display: inline-block;
    margin-left: 10px;
    margin-top: 18px;
}

#location-profil .behandler {
    float: right;
    vertical-align: middle;
    margin: auto;
    color: #acacac;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 56px;
}

.location-employee td p {
    font-size: 15px;
    margin: 0;
}

.location-employee td:first-child p {
    font-weight: bold;
}

#location-profil .behandler i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.contact-info,
.video-tut {
    border-bottom: 1px dashed #ccc;
}

.contact-info .grid-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.contact-info p {
    font-size: 17px;
}

.contact-info .grid-padding-x > .cell.small-2 {
    padding-left: 0 !important;
}

.contact-info .grid-x .cell:first-child {
    margin-bottom: 20px;
}

.contact-info h4 {
    font-size: 28px;
}

.contact-info .accordion {
    margin-left: 0px;
    margin-bottom: 15px;
}

.contact-info .accordion-title {
    height: 40px;
    line-height: 20px;
}

.contact-info .accordion-content {
    width: calc(100% - 52px);
}

.contact-info form button {
    width: 100%;
    max-width: 150px;
    margin: auto;
    display: block;
}

.faq .grid-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.faq ul {
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.faq .accordion li.is-active,
.faq .accordion-title:focus,
.faq .accordion-content {
    color: #333;
    background-color: #fff2f0;
    border-radius: 5px;
}

.faq .accordion li.is-active {
    border-left: 10px solid #ff6455;
    border-radius: 0px;
}

.faq li {
    /* padding: 15px 20px; */
    border-bottom: 1px solid #cccccc;
    max-width: 100%;
    margin: 0;
    text-align: left;
}

.faq li .accordion-title {
    font-size: 20px;
    padding: 30px 40px 30px 40px;
    color: #333 !important;
    border: none !important;
    background-color: #fff;
}

.faq li .accordion-content {
    font-size: 17px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-top: 0;
    border: none !important;
}

.faq li:last-child {
    border-bottom: 0;
}

.faq li.last-child,
.faq li.last-child .accordion-title,
.faq li.last-child .accordion-title:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 0;
}

.faq .accordion-title::before {
    right: 1.5rem;
    color: #47819b;
    font-size: 25px;
}

.faq .more-questions {
    display: none;
}

.faq .show-question-buttons button {
    text-transform: uppercase;
    color: #47819b;
    font-weight: bold;
    font-size: 15px;
}

.faq .show-question-buttons .l-q {
    display: none;
}

@media print, screen and (min-width: 48em) {
    .contact-info .large-2 {
        width: 8%;
    }
}

@media print, screen and (min-width: 64em) {
    .contact-info .accordion-content {
        width: calc(50% - 40px);
    }
    .contact-info .grid-container .grid-x .grid-x .large-10 {
        padding-left: 2em;
        padding-right: 0;
    }
    .marketplace-data .large-4 {
        width: 32% !important;
        margin-left: 2%;
    }
    .marketplace-data .large-4:first-child {
        width: 25% !important;
    }
    .marketplace-data .large-4:nth-child(3) {
        width: 39% !important;
    }
    .marketplace-data .large-4:first-child {
        margin-left: 0%;
    }
}

@media print, screen and (min-width: 84em) {
    .marketplace-data .large-4 {
        width: 32% !important;
    }
}

@media print, screen and (min-width: 86em) {
    .contact-info .grid-container .grid-x .grid-x .large-10 {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }
}

#bill-account .simple-table tr h6 {
    color: #acacac;
    margin: 0;
}

#bill-account .simple-table tr:first-child h6 {
    color: #333;
}

/**
  * Praxisdaten
  **/

#user-name {
    width: calc(100% - 78px);
}

#email {
    width: calc(100% - 89px);
}

#password,
#a-n {
    width: calc(100% - 50px);
}

#a-o {
    width: calc(100% - 72px);
}

#name {
    width: calc(100% - 70px);
}

#firstname {
    width: calc(100% - 55px);
}

#lastname {
    width: calc(100% - 65px);
}

#street {
    width: calc(100% - 43px);
}

#city {
    width: calc(100% - 23px);
}

#country,
#iban,
#bank {
    width: calc(100% - 34px);
}

#citycode {
    width: calc(100% - 29px);
}

#blz,
#bic {
    width: calc(100% - 26px);
}

#streetNr {
    width: calc(100% - 19px);
}

#buy-abo {
    margin: 30px 0 40px 0;
}

/**
  *Nachrichten
  **/

.message-list .grid-container {
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.message-list .sort-accordion,
.range-checklists .sort-accordion {
    width: 100%;
    margin-left: 0;
}

.message-list .accordion ul {
    width: calc(66.66666667% - 35px);
}

#reply-message-form > div.message-wrapper,
#forward-message-form > div.message-wrapper {
    border: #e0e0e0 solid 2px;
    border-radius: 5px;
    margin-bottom: 20px;
}

#reply-message-form > div.message-wrapper > textarea,
#forward-message-form > div.message-wrapper > textarea {
    padding: 15px;
    margin: 0px;
    min-height: 200px;
    min-width: 100%;
}

#reply-message-form > div.message-wrapper > div,
#forward-message-form > div.message-wrapper > div {
    padding: 15px;
    background-color: #eaeaea;
}

#forward-message-form > div.message-modal-forward-user-container > p {
    margin: 0px;
    border-bottom: #e0e0e0 solid 2px;
}

#forward-message-form
    > div.message-modal-forward-user-container
    > div.message-modal-forward-user-checkbox-wrapper {
    display: inline-block;
    padding: 15px 0px;
    width: 100%;
}

#forward-message-form
    > div.message-modal-forward-user-container
    > div.message-modal-forward-user-checkbox-wrapper
    > span {
    float: left;
    width: 50%;
}

@media print, screen and (min-width: 25em) {
    .message-list .accordion ul {
        width: calc(66.66666667% - 53px);
    }
    .contact-info .accordion-content {
        width: calc(100% - 80px);
    }
}

@media print, screen and (min-width: 40em) {
    .message-list .accordion ul {
        width: calc((66.66666667% * 0.5 * 0.5833333333) - 16px);
    }
}

@media print, screen and (min-width: 50em) {
    .message-list .accordion ul {
        width: calc((50% * 0.6666666667) - 27px);
    }
}

@media print, screen and (min-width: 64em) {
    .message-list .accordion ul {
        width: calc((60% * 0.5 * 0.5833333337) - 14px);
    }
    .contact-info .accordion-content {
        width: calc(50% - 40px);
    }
}

@media print, screen and (min-width: 74em) {
    .message-list .accordion ul {
        width: calc((50% * 0.5 * 0.5833333337) - 12px);
    }
}

#message-detail .message {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.message-actions {
    border-bottom: 1px solid #ccc;
}

#login-backend,
#register-app-user,
#register-app-user-success {
    background-color: #ff6455;
    background-size: cover;
    height: 110vh;
    text-align: center;
}

#register-app-user .grid-container {
    margin: 1% auto 0 auto;
}

#register-app-user-success .grid-container {
    padding-top: 5%;
}

#login-backend img {
    max-width: 190px;
    margin-top: 15px;
}

#login-container {
    padding-top: 100px;
}

#login-container .password-forgot {
    font-size: 13px;
}

#login-backend .login-part {
    background-color: #fff;
    text-align: center;
    max-width: 400px;
    width: 90%;
    margin: 35px auto auto auto;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

#login-backend .login-part p,
#login-backend .login-bottom p {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}

#login-backend .login-modal-header {
    padding: 20px 20px 0 20px;
}

#login-backend .login-modal-header i {
    font-size: 30px;
    font-weight: 500;
}

.login-modal .login-top input[type="password"] {
    margin-bottom: 15px;
}

#login-backend .login-top {
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid #ccc;
}

#login-backend .login-top input,
#login-backend .login-top input:focus {
    margin-bottom: 15px;
    background-color: #f0f0f0;
    border: none;
}

#login-backend button,
#login-backend .login-bottom a {
    width: 100%;
}

#login-backend .invalid-feedback {
    display: block;
    background-color: #ff4533;
    color: #fff;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
}

.loadingSpinnerBackground {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.centralLoadingSpinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
}

.resetPW {
    margin-top: 10px;
}

.pracitionerCB {
}

.customCBContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.customCBContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.customCB {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1px solid lightgrey;
}

/* On mouse-over, add a grey background color */

.customCBContainer:hover input ~ .customCB {
    background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */

.customCB:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.customCBContainer input:checked ~ .customCB:after {
    display: block;
}

/* Style the checkmark/indicator */

.customCBContainer .customCB:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #7cbfab;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-block {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    background-color: #f0f0f0;
}

.filter-block label {
    font-size: 16px;
    margin-bottom: 10px;
}

.filter-block .sort-accordion {
    height: 33px;
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0;
}

.filter-block .fa-sliders {
    font-size: 32px;
    vertical-align: middle;
    margin-right: 10px;
}

.filter-block .grid-container {
    max-width: 100%;
}

.filter-block .grid-x {
    padding: 15px 30px;
}

.filter-block .cell:last-of-type {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

@media print, screen and (min-width: 400px) {
    .filter-block .sort-accordion {
        width: 48%;
    }
}

@media print, screen and (min-width: 940px) {
    .filter-block .sort-accordion {
        width: 32%;
    }
}

@media print, screen and (min-width: 1200px) {
    .cell-inner {
        display: inline-block;
        width: 49%;
    }
}

@media print, screen and (min-width: 1600px) {
    .filter-block .sort-accordion {
        max-width: 150px;
    }
}

.cell-inner .radio-item {
    padding: 0;
}

.cell-inner .radio-item label {
    margin-right: 0;
}

.cell-inner .radio-item input[type="radio"]:checked + label::after {
    left: 8px;
}

#table-documentations {
    position: relative;
}

#table-documentations .fixed-side-left {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    border-right: 1px solid rgba(204, 204, 204, 0.5);
    left: 0;
    position: absolute;
    top: auto;
    min-width: 200px;
}

/* #table-documentations thead tr:first-of-type .fixed-side-left,
#table-documentations thead tr:first-of-type .fixed-side-right{
    height:60px;
    border-bottom:0;
} */

#table-documentations thead th {
    padding: 20px 30px 10px 30px;
    border-right: 0;
}

#table-documentations thead {
    border-top: 0;
}

#table-documentations tbody td {
    border-right: 0;
}

.scrollbar-helper {
    background-color: #fff;
}

.table-wrapper {
    position: relative;
    text-align: center;
    font-size: 20px !important;
    font-weight: 300;
    width: calc(100% - 400px);
    float: left;
    height: 30px;
}

.table-wrapper span {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    padding: 3px 10px;
    background-color: #fff;
    z-index: 1;
}

.left-table,
.right-table {
    width: 200px;
    height: 30px;
    float: left;
}

#table-documentations tbody tr:last-of-type .fixed-side-left,
#table-documentations tbody tr:last-of-type .fixed-side-right {
    border-bottom: 0;
}

#table-documentations .fixed-side-right {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    border-left: 1px solid rgba(204, 204, 204, 0.5);
    right: 0;
    position: absolute;
    top: auto;
    width: 200px;
}

#table-documentations td.fixed-side-right {
    vertical-align: middle;
}

#table-documentations .documentation-action-button-column > a {
    display: block;
    position: initial;
    transform: translateY(calc(50% - 20px));
}

#table-documentations td.documentation-action-button-column {
    height: 77px;
}

#table-documentations td {
    padding: 19px 10px;
}

#table-documentations .doc-table-scroll {
    overflow-x: scroll;
    margin-left: 200px;
    margin-right: 200px;
    position: static !important;
    width: calc(100% - 400px);
}

#table-documentations .user-name a {
    font-weight: bold;
    color: #0a0a0a;
}

#table-documentations .user-name a:hover {
    text-decoration: underline;
}

#table-documentations td.fixed-side-left,
#table-documentations td.fixed-side-right {
    min-height: 77px;
}

#table-documentations th.fixed-side-left,
#table-documentations th.fixed-side-right {
    background-color: #fefefe;
    min-height: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

#table-documentations .backend-table tbody tr:nth-child(even) td:first-child,
#table-documentations .backend-table tbody tr:nth-child(even) td:last-child {
    background-color: #fff;
}

#table-documentations .backend-table tbody tr:nth-child(odd) td:first-child,
#table-documentations .backend-table tbody tr:nth-child(odd) td:last-child {
    background-color: #f9f9f9;
}

#table-documentations .backend-table {
    min-width: auto;
}

#table-documentations .doc-module,
#table-documentations .doc-module-head {
    min-width: 200px;
    width: auto;
}

.module-table {
    overflow-x: scroll;
    position: absolute;
    width: 100%;
    bottom: -49px;
    scrollbar-color: transparent;
}

#scrollbar {
    height: 1px;
}

#table-documentations ::-webkit-scrollbar {
    /* width: 16px;
      height:52px;
      border-top: 1px solid #ccc; */
    display: none;
}

#table-documentations .table-scroll {
    overflow: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.top_bottom_mask {
    position: absolute;
    overflow: hidden;
    width: 32px;
    height: 52px;
}

.left_right_mask {
    position: absolute;
    height: 0px;
    background-color: #ccc;
}

.corner_top_mask,
.corner_bottom_mask {
    position: relative;
    height: 52px;
    width: 32px;
    background-color: #ff6455;
}

.corner_top_mask {
    background-image: url("../img/icons/arrow-left.png");
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;
}

.corner_bottom_mask {
    background-image: url("../img/icons/arrow-right.png");
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;
}

@media print, screen and (min-width: 1180px) {
    #table-documentations .fixed-side-left {
        min-width: 300px;
    }
    .left-table {
        width: 300px;
    }
    #table-documentations .doc-table-scroll {
        width: calc(100% - 500px);
        margin-left: 300px;
    }
    .table-wrapper {
        width: calc(100% - 500px);
    }
    #table-documentations td,
    #table-documentations td.fixed-side-left,
    #table-documentations td.fixed-side-right,
    #table-documentations tr {
        /*min-height:99px;*/
    }
    #table-documentations .doc-module,
    #table-documentations td.documentation-action-button-column {
        height: 99px;
    }
    #table-documentations td.fixed-side-left,
    #table-documentations td.fixed-side-right {
        display: inline-block;
    }
    #table-documentations .documentation-action-button-column > a {
        transform: translateY(calc(50% - 10px));
    }
}

#bought-modal .modal-info h2 {
    margin-bottom: 20px;
}

#bought-modal .info {
    padding-bottom: 1rem;
}

#bought-modal .description p {
    margin: 0px;
}

#bought-modal .download {
    border: none;
    padding: 1rem 0px;
}

#bought-modal .download-new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#bought-modal .download-webapp {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 5px 19px;
    border-radius: 5px;
    max-width: 160px;
}

#bought-modal .download a {
    font-size: 12px;
    background-color: #000;
    padding: 5px 10px;
    width: 100%;
    max-width: 150px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 0 10px auto;
    text-align: center;
}

#bought-modal .download-new a {
    margin: 0;
}

#bought-modal .download-webapp a {
    font-size: 21px;
    margin: 0;
    padding: 0;
    width: unset;
    color: white;
}

@media screen and (max-width: 600px) {
    #bought-modal .download-new {
        flex-direction: column;
        align-items: center;
        height: 200px;
    }
}

#bought-modal .download a img {
    max-width: 115px;
    height: auto;
    margin: auto;
}

.image-copyright-overlay {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 5px 8px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.6);
    color: #333;
}

.image-new-flag-overlay {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 14px;
    color: white;
    background-color: #ff6455;
    border-bottom-left-radius: 9px;
    font-weight: bold;
}

.spin-disabled {
    cursor: progress;
    background-color: grey !important;
    border-color: grey !important;
}

.recommendation-later {
    color: #ff6455;
    margin-top: 5px;
    cursor: pointer;
}

.checklist-heading-recommendation h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.recommendation-img {
    margin-bottom: 20px;
}

.recommendation-card {
    width: 100%;
    max-width: 650px;
    padding: 25px;
    margin: 0;
    border: 1px solid #ff6455;
    border-radius: 5px;
    display: none;
}

.recommendation-nav {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    font-size: 16px !important;
}

.recommendation-nav a {
    background-color: #ff6455;
    color: white;
    padding: 5px 30px;
    border-radius: 5px;
    /* border: 1px solid grey; */
    display: flex;
    align-items: center;
}

.recommendation-nav a i {
    font-size: 24px;
    margin-right: 10px;
}

.recommendation-nav a:hover {
    color: white;
    background-color: #ff4533;
}

#recommendation-error {
    margin-bottom: 10px;
}

@media print, screen and (max-width: 1350px) {
    .recommendation-nav a {
        padding: 5px 15px;
    }
}

.be-user-notification-container {
    padding-left: 17px;
}

.be-user-notification-container p {
    line-height: 45px;
}

.be-user-notification-container .be-action-button {
    font-size: 26px;
    padding: 4px;
    border-radius: 50%;
    margin: 3px;
    color: #dd5649;
    border: 1px solid #dd5649;
    cursor: pointer;
    display: inline-block;
}

/* editable rows Elements */

.editable-td {
    /* display: flex; */
}

.editable-td .ele-name {
    display: inline;
}

.editable-td input {
    width: unset;
}

/* SPICSS */

.pakete-slide-facelift {
    background-color: #fff;
    box-shadow: 2px 2px 5px 2px rgb(210 210 210 / 50%);
    overflow: hidden;
    margin: 10px 0;
}

.pakete-slide-facelift li {
    font-family: Lato;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 3px;
}

.pakete-slide-facelift ul {
    list-style-type: none;
}

.pakete-slide-facelift li::before {
    content: " ";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../img/icons/tile_checkmark.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 5px;
    transform: translate(-80%, 10%);
}

.pakete-slide-facelift .section-headline {
    font-size: 20px;
    color: #333;
}

.pakete-slide-facelift .price {
    font-size: 25px;
}

.profile-data #kt_modules .accordion-content,
.profile-data #kt_scores .accordion-content {
    width: fit-content;
    block-size: fit-content;
    min-width: 14.65rem;
}

.profile-data #kt_modules .accordion-content {
    overflow: scroll;
    height: 15rem;
}

#kt_courses .accordion-title {
    background-color: #F0F0F0;
}

#kt_courses ul.accordion-content.accordion-content-override.user-instruction {
    right: unset;
}

.dashed-border-padding {
    border: 1px dashed #ff6455;
    border-radius: 5px;
    padding: 2.25rem;
    text-align: center;
}

.margin-bottom-2 {
    margin-bottom: 2rem;
}

.padding-bottom-2 {
    padding-bottom: 2rem;
}