#summary {
    position: relative;
    height: auto;
    text-align: right;
    padding: 10px;
    overflow-y: auto;
    border: 1px solid rgba(196, 196, 196, 1);
    background-color: rgba(255, 255, 255, 0.75);
}
#summary .summary-title {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background-color: rgba(112, 200, 192, 1);
}
#summary .summary-title .left-side {
    display: inline-block;
    float: left;
    height: 100%;
    width: 60px;
    text-align: left;
}
#summary .summary-title .left-side .traffic-light-element {
    height: 46px;
}
#summary .summary-title .left-side .mosaic-color-quality-logo {
    display: inline-block;
    margin-right: 10px;
}
#summary .summary-title .left-side .color-quality-summary-traffic-light-single {
    display: inline-block;
    margin-right: 5px;
    color: #ffffff;
    width: 50px;
    height: 100%;
}
#summary .summary-title .right-side {
    display: inline-block;
    float: right;
    height: 100%;
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    word-wrap: break-word;
}
#summary .summary-title h4 {
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}
#summary .score-and-traffic-light-subtitle {
    height: 60px;
}
#summary .summary-sub-title {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid rgba(196, 196, 196, 1);
    color: rgba(112, 200, 192, 1);
}
#summary .summary-sub-title .score {
    display: inline-block;
}
#summary .summary-sub-title .score-details {
    display: inline-block;
    float: left;
}
#summary .summary-sub-title .score-details table tr td {
    padding: 5px 5px 3px;
    text-align: center;
    border-right: 1px solid rgba(196, 196, 196, 1);
    color: rgba(50, 50, 50, 1);
}
#summary .summary-sub-title .score-details table tr.color-quality-summary-traffic-light-overview td.traffic-light-element {
    padding: 2px;
}
#summary .summary-sub-title .score-details table tr.color-quality-summary-traffic-light-overview td.traffic-light-element svg {
    width: 21px;
    height: 21px;
}
#summary .summary-sub-title .score-details table tr td:last-child {
    border-right: none;
}
#summary .summary-sub-title .score-details table tr td span {
    font-weight: bold;
    font-size: 14px;
}
#summary .summary-sub-title .summary-key {
    font-size: 18px;
    color: rgba(50, 50, 50, 1);
}
#summary .summary-sub-title .summary-value {
    font-size: 24px;
    font-weight: bold;
    color: rgba(112, 200, 192, 1);
}
#summary .summary-panel {
    display: inline-block;
    position: relative;
    text-align: center;
    width: -moz-calc(50% - 2px);
    width: -webkit-calc(50% - 2px);
    width: calc(50% - 2px);
    background-color: rgba(112, 200, 192, 1);
    color: #ffffff;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#summary .summary-panel .summary-panel-title {
    font-size: 12px;
    font-weight: bold;
}
#summary .summary-panel .mosaic-block-div-white {
    position: absolute;
    top: 5px;
    left: 5px;
}
#summary .summary-panel .summary-panel-content {
    font-size: 18px;
    font-weight: normal;
}
#summary .summary-panel .summary-panel-content .small {
    font-size: 12px;
    font-weight: normal;
    bottom: 3px;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}
#summary .summary-content {
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
}
#summary .summary-content .form-row {
    padding-top: 3px;
    padding-bottom: 3px;
}
#summary .summary-content .summary-key label {
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
#summary .summary-content .summary-value,
#summary .summary-content .summary-value-special {
    text-align: left;
    word-break: break-all;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}
#summary .summary-content .summary-value input {
    width: 100%;
}
#summary .image-x-small {
    width: 16px;
    height: 16px;
}
#summary #current-state-selection {
    margin-top: -6px
}

/* overwrite default custom properties style to fit the summary design */
#summary .edit-custom-property-container {
    display: inline-block;
    width: 100%;
    text-align: left;
}
#summary .edit-custom-property-container .custom-properties-form-view .form-container {
    display: block;
    font-weight: bold;
    margin-left: -5px;
    margin-right: -5px;
}
#summary .edit-custom-property-container .custom-properties-form-view .form-container .form-row {
    padding-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
}
#summary .edit-custom-property-container .custom-properties-form-view .form-container .form-row .left-side {
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#summary .edit-custom-property-container .custom-properties-form-view .form-container .form-row .left-side label {
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
#summary .edit-custom-property-container .custom-properties-form-view .form-container .form-row .right-side {
    text-align: left;
    word-break: break-all;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}
#summary .mosaic-block-group {
    position: absolute;
    left: 2px;
    bottom: 0;
    height: 20px;
    width: 20px;
}
