#content > .title {
    margin-bottom: 20px;
}

#content > .title > span {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--c1);
}


.detail_title {
    width: 100%;
    padding: 5px;
    font-size: 0.8em;
    font-weight: bold;
}

#inner-content .config_actions {
    display: flex;
    justify-content: right;
}

.configuration.actions {
    display: flex;
    flex-direction: row;
}

.configuration.actions > section.button {
    width: 100%;
    margin: 5px;
    text-align: center;
}

.day-content {
    border-radius: 15px;
}

#inner-content.customer_detail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#inner-content.customer_detail > *:nth-child(2n+1) {
    width: 30%;
}

#inner-content.customer_detail > *:nth-child(2n+2) {
    width: 60%;
}

#inner-content.customer_detail .margin_bottom {
    margin-bottom: 20px;
}

#l_layout_overview {
    display: flex;
    flex-direction: row;
    min-width: 350px;
}

#content .title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#content .versions {
    /*position: absolute;*/
    display: flex;
    flex-direction: row;
    /*top: 54px;*/
    /*right: 16%;*/
    align-items: center;
}

#content .versions a {
    margin-left: 20px;
}

#content .versions select option,
#content .versions select optgroup,
#content .versions select {
    height: 34px;
    padding: 5px;
    padding-left: 16px;
    padding-right: 38px;

    background-position: right 12px top 8px;
    border-radius: 20px;
    background-color: var(--mtf-blue);
    color: var(--c2);
    font-weight: bold;
    background-image: none;
    position: relative;
    font-size: 12px;
}

#content .versions select:hover {
    background-color: var(--mtf-blue-elevation1);
}

.version-select-wrapper:before {
    filter: invert(100%);
    position: absolute;
    left: 120px;
    top: 6px;
    z-index: 200;
}

#content #home {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1440px;
}

#content > .home_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--c1);
    margin-bottom: 20px;
}

#content #home > section {
    display: flex;
    flex-direction: row;
}

#content #home > section > section:first-child {
    margin-right: 20px;
}

#content #home .home_blog {
    width: calc(100% - 290px);
}

#content #home .home_blog ul li {
    list-style-type: disc;
}

#content #home .home_toolbox {
    width: 270px;
}

#content #home .home_recent_customers {
    width: 38%;
}

#content #home .home_offer_list {
    width: 62%;
    margin-bottom: 20px;
    margin-right: 0;
}

#content .dashboard .box > section:first-child {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
}

#content .dashboard .box {
    justify-content: flex-start;
    min-width: 400px;
    padding-bottom: 8px;
    /*flex-grow: 1;*/
}

#content .dashboard .box.total > section:first-child {
    background-color: unset;
}


#content .dashboard .box .price {
    /*color: var(--mtf-green);*/
    /*font-weight: bold;*/
    font-size: 12px;
}

#content .dashboard .box .discount {
    color: red;
    font-size: 12px;

}

#content .dashboard .box > section > section {
    text-align: left;
}

#content .dashboard .box .discount_line.hover:hover,
#content .dashboard .box .product_line.hover:hover {
    background-color: var(--table-header);
    cursor: pointer;
}

#content .dashboard .box .product_line section:nth-child(1) {
    width: 50%;
}

#content .dashboard .box .product_line section:nth-child(2) {
    width: 25%;
}

#content .dashboard .box .product_line section:nth-child(3) {
    width: 25%;
}

#content .dashboard .box .discount_line > section:nth-child(1) {
    width: 67%;
}

#content .dashboard .box .discount_line > section:nth-child(2) {
    width: 23%;
}

#content .dashboard .box .discount_line > section:nth-child(3) {
    width: 10%;
}

#content .dashboard .box > section:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

#content .dashboard .box .product_line.total > section.price {
    font-weight: bold;
    font-size: 14px;
    /*color: var(--mtf-green);*/
    color: var(--c1);
}

#content .dashboard .box .product_line.total > section.discount {
    /*font-weight: bold;*/
    font-size: 14px;
}

#content .usermgmt .user:hover {
    background-color: var(--table-header);
    cursor: pointer;
}

#content #inner-content .content_hover:hover {
    background-color: var(--table-header);
    cursor: pointer;
}


.discount .indent {
    padding-left: 4px;
}

.discount .discount-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 32px;
    margin-bottom: 4px;
}

.discount .discount-line span {
    width: 100%;
}

.discount .discount-line input {
    max-width: 70px;
    height: 32px;
    margin-right: 4px;
}

.discount .discount-line select {
    min-width: 70px;
    max-width: 70px;
    height: 32px;
    padding: 0;
    padding-left: 12px;
    background-position: right 12px top 8px;
}

.discount .discount-line span.group1 {
    font-size: 16px;
    font-weight: bold;
}

.discount .discount-line span.total {
    font-size: 16px;
    font-weight: bold;
}

.discount .discount-line span.group2 {
    font-size: 16px;
}

.discount .discount-line span.server {

}

.discount .discount-line span.article {

}

#inner-content.product-info {
    /*background-color: var(--c2);*/
    /*box-shadow: 0px 4px 20px rgba(22, 29, 37, 0.05);*/
    /*border-radius: 6px;*/
    /*padding: 20px;*/
    /*padding-top: 20px;*/

    background-color: var(--c2);
    border-radius: 8px;
    padding: 30px;
    border: 1px solid var(--table-spacer);
    border-top: 1px solid var(--table-spacer);
    box-shadow: 0 4px 20px rgba(22, 29, 37, 0.05);

}

.pdflink {
    /*margin-top: 16px !important;*/
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pdflink:hover * {
    color: var(--mtf-blue-elevation1);
    filter: invert(18%) sepia(97%) saturate(934%) hue-rotate(188deg) brightness(88%) contrast(101%);
}

.pdflink a {
    color: var(--mtf-blue);
}

.pdflink img {
    width: 20px;
    margin-right: 6px;
    filter: invert(49%) sepia(81%) saturate(2117%) hue-rotate(189deg) brightness(76%) contrast(86%);
}

#home-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 270px;
    grid-template-rows: repeat(3, auto);
    grid-gap: 20px;
    max-width: 1440px;
}

#home-grid > .c1 { /* BLOG */
    grid-column: 1 / span 2;
    grid-row: 4 / span 2;
}

#home-grid > .c2 { /* TOOLBOX */
    grid-column: 3 / 4;
    grid-row: 1 / span 2;
}

#home-grid > .c3 { /* OVERVIEWS */
    grid-column: 3 / 4;
    grid-row: 3 / 4;
}

#home-grid > .c4 { /* RECENT */
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

#home-grid > .c5 { /* OFFERS */
    grid-column: 2 / span 1;
    grid-row: 1 / 2;
}

#home-grid > .c6 { /* PROBLEMS */
    grid-column: 1 / span 1;
    grid-row: 2 / span 2;
}

#home-grid > .c7 { /* RUNNING PROJECTS */
    grid-column: 2 / span 1;
    grid-row: 2 / span 2;
}


#customer-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 270px;
    grid-template-rows: repeat(3, auto);
    grid-gap: 20px;
    max-width: 1440px;
}

#customer-grid > .c1 { /* SUBSCRIPTION */
    grid-column: 1 / 2;
    grid-row: 1 / 4;
}

#customer-grid > .c2 { /* OFFERS */
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

#customer-grid > .c3 { /* TOOLBOX */
    grid-column: 3 / 4;
    grid-row: 1 / 1;
}

#customer-grid > .c4 { /* ALERTS */
    grid-column: 2 / 4;
    grid-row: 2 / 3;
}

#customer-grid > .c5 { /* CONFIGPROBLEM */
    grid-column: 2 / 4;
    grid-row: 3 / 4;
}

.not_billable,
.not_billable section {
    color: var(--c3) !important;
}

.problems .problem a {
    text-decoration: underline;
    color: var(--mtf-blue);
}

.problems {
    display: flex;
    flex-direction: column;
    /*background-color: white;*/
    margin-bottom: 24px;
}

.problems > .problem {
    background-color: #fcf5f5;
    border-radius: 4px;
    border: 1px solid var(--mtf-red);
    padding: 14px;
    cursor: pointer;
    position: relative;
    margin-bottom: 8px;
}

.problems > .problem.yellow {
    border: 1px solid var(--mtf-yellow);
    background-color: #fcfaf5;
}

.problems > .problem.orange {
    border: 1px solid var(--mtf-orange);
    background-color: #fcf9f5;
}

.problems > .problem.blue {
    border: 1px solid var(--mtf-blue);
    background-color: #f5f5fc;
}

.problems > .problem,
.problems > .problem section,
.problems > .problem b,
.problems > .problem span,
.problems > .problem li {
    color: var(--mtf-red);
}

.problems > .problem.yellow,
.problems > .problem.yellow section,
.problems > .problem.yellow b,
.problems > .problem.yellow span,
.problems > .problem.yellow li {
    color: var(--mtf-yellow);
}


.problems > .problem.orange,
.problems > .problem.orange section,
.problems > .problem.orange b,
.problems > .problem.orange span,
.problems > .problem.orange li {
    color: var(--mtf-orange);
}

.problems > .problem.blue,
.problems > .problem.blue section,
.problems > .problem.blue b,
.problems > .problem.blue span,
.problems > .problem.blue li {
    color: var(--mtf-blue);
}


.problems > .problem > .details {
    margin-top: 24px;
    display: none;
}


#inner-content .general_config_table .domain-icon-container :not(:last-child) {
    margin-right: 15px
}

#inner-content .general_config_table .domain-icon-container img {
    cursor: auto;
}
