﻿.JSON-OuterPanel{
    margin-bottom: 9px;
}

.JSON-ExceptionPanel {
    padding: 10px;
}

.JSON-ExceptionType {
        font-weight: bold;
    }

.JSON-ExceptionMessage {
    font-weight: bold;
    color: var(--bs-danger);
}

.JSON-StackTrace {
    padding-left: 50px;
    padding-bottom: 10px;
    font-family: Consolas,monospace;
}

.JSON-AdditionalProperties{
    width: 100%;
    table-layout: fixed;
}

.JSON-DataCaption {
    font-weight: bold;
    font-size: 8pt;
    width: 100px;
    white-space: nowrap;
}

.JSON-DataValue {
    font-size: 8pt;
    padding-left: 5px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.JSON-InnerExceptionLabel {
    margin-top: 15px;
    padding-top: 15px;
    font-weight: bold;
    margin-left: 10px;
    border-top: solid 1px #cfcfcf;
}

.JSON-InnerException {
    padding-left: 20px;
}


.LCTCollapsiblePanelCollapsed {
    text-overflow: ellipsis;
    white-space: pre-line;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

.LCTCollapsiblePanelExpanded {

}

.LCTCollapsibleText-ShowMoreLessContainer{

}



.LCTLabelComponent-Tooltip {
    display: none;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 1000;
    white-space: nowrap;
}

.LCTLabelComponent-Tooltip.show {
    display: block;
}

.LCTLabelComponent-CopyButton {
    width: 20px;
    height: 20px;
    background-image: url('/IImageService/Action_Copy');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

.LCTLabelComponent-CopyIcon {
}

.LCTLabelComponent-Label {
    max-width: 100%;
    height: 100%;
    display: inline-flex;
    width: 100%;
}

.LCTLabelComponent-Label-NoWrap {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.LCTLabelComponent-Input {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    background-color: transparent;
    width: calc(100% - 30px);
    margin: 0;
    display: inline-block;
}

.LCTLabelComponent-Input:focus {
    text-overflow: unset;
    margin: 0;
    display: inline-block;
}

.LCTLabelComponent-ImageContainer {
    width: 100% !important;
    position: relative;
}



.TEMPLATE-AlertControl {
    padding: 4px 8px;
    border-radius: 3px;
    margin-top: 2px;
    background-color: var(--bs-danger);
    height: auto;
}

.TEMPLATE-CloseButton {
    float: right;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: white;
}

.TEMPLATE-CloseButton:hover {
    color: #b5b5b5;
}

.TEMPLATE-OrganizationHRef {
    color: white;
    text-decoration: none;
}

.TEMPLATE-OrganizationHRef:hover {
    color: #b5b5b5;
}

.WizardLabel{
    font-size: 14px;
    padding-bottom: 20px;
    text-align: center;
}

.WizardHeader-Container {
    width: 100%;
    align-content: center;
    text-align: center;
    padding: 5px;
    background-image: url('/images/Background_Blue.jpg');
    background-repeat: no-repeat;
    color: black;
    height: 140px;
    background-size:cover;    
}

.WizardHeader-Image {
    
}

.WizardHeader-Title {
    font-size: 20pt;
    font-weight: 600;
    padding-top: 30px;
}

.WizardHeader-Description {
    font-size: 10pt;
}

.TagBox-TextButton {
    display: inline-block;
    padding-right: 0;
    border-radius: 60px;
}

.TagBox-DeleteButton {
    display: inline-block;
    width: 1.5rem
}