@import '_content/Deskcenter.WebUI.Components/Deskcenter.WebUI.Components.bundle.scp.css';
@import '_content/Deskcenter.Component.ImportWizard/Deskcenter.Component.ImportWizard.bundle.scp.css';

/* /Components/BusinessIntelligence/BusinessIntelligence.razor.rz.scp.css */
iframe[b-ib9ojaogcd] {
    width: 100%;
    min-height: 100%;
    border-style: none;
    display: block;
}
/* /Components/KnowledgeBase/KnowledgeBaseEntryComponent/KnowledgeBaseEntryDetails.razor.rz.scp.css */
.attachmentLink[b-rf3apckyo7] {
    cursor: pointer;
    color: #005e5c;
}
.attachmentLink:hover[b-rf3apckyo7] {
    text-decoration:underline;
}
/* /Components/KnowledgeBase/KnowledgeBaseEntryComponent/KnowledgeBaseEntryList.razor.rz.scp.css */
.clickableLink[b-65z1kz6rvs] {
    cursor: pointer;
    color: #005e5c;
}

.clickableLink:hover[b-65z1kz6rvs] {
    text-decoration: underline;
}
/* /Components/ServicePortal/ServiceApproval/ApprovalModal.razor.rz.scp.css */
.rejection-missing-label[b-1y1rbezr80] {
    color: red;
}

.rejection-missing-textfield[b-1y1rbezr80] {
    border-color: red;
}
/* /Components/ServicePortal/ServiceOverview/ServiceList.razor.rz.scp.css */
.two-line-text[b-o7wcn73x0k] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fill-height[b-o7wcn73x0k] {
    min-height: 100%;
    height: 100%
}

.hoverable-text[b-o7wcn73x0k] {
    cursor: help;
}

.service-card[b-o7wcn73x0k] {
    border: solid 1px #dde4eb !important;
    height: 100%;
}

.service-page-size-selection[b-o7wcn73x0k] {
    margin-left: 0 !important;
}

.service-headline[b-o7wcn73x0k] {
    margin-bottom: 20px;
}

.service-title[b-o7wcn73x0k] {
    height: 50px;
}

.service-item[b-o7wcn73x0k] {
    width: 240px;
}

.service-item-description[b-o7wcn73x0k] {
    width: 190px;
}

.card-body[b-o7wcn73x0k] {
    flex: none !important;
}

.btn-group[b-o7wcn73x0k] {
    border: none !important;
}

.state[b-o7wcn73x0k] {
    border-radius: 0.25rem;
    font-size: 20px;
    font-weight: initial;
    padding: 4px 6px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0.04rem;
    margin-left: auto;
    margin-right: auto;
    min-width: 100%;
    text-align: center;
}

.img-thumbnail-size[b-o7wcn73x0k]{
    max-height: 200px;
    max-width: 200px;
}

.img-responsive[b-o7wcn73x0k] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
    max-width: 100%;
    max-height: 100%;
}

.flex-auto[b-o7wcn73x0k] {
    flex: auto !important;
}

.img-cursor[b-o7wcn73x0k] {
    cursor: pointer;
}
/* /Components/ServicePortal/ServiceRequest/OrderProgress.razor.rz.scp.css */

.order-progress-bar[b-q2qcskr3z7] {
    margin-left: 30px;
}

    .order-progress-bar .item-container[b-q2qcskr3z7] {
        width: 17%;
        height: 60px;
        background: rgba(0, 95, 106, 0.5);
        margin-right: max(35px, 7%);
        margin-bottom: 6px;
        display: flex;
        position: relative;
        cursor: help;
    }

        .order-progress-bar .item-container[b-q2qcskr3z7]:before {
            content: "";
            position: absolute;
            width: 0px;
            height: 0px;
            border-top: 30px solid rgba(0, 95, 106, 0.5);
            border-bottom: 30px solid rgba(0, 95, 106, 0.5);
            border-left: 26px solid transparent;
            margin-left: -26px;
        }

        .order-progress-bar .item-container[b-q2qcskr3z7]:after {
            content: "";
            position: absolute;
            width: 0px;
            height: 50px;
            left: 100%;
            border-top: 30px solid transparent;
            border-left: 26px solid rgba(0, 95, 106, 0.5);
            border-bottom: 30px solid transparent;
    }

    .order-progress-bar .item-container-inactive[b-q2qcskr3z7] {
        background: rgba(0, 95, 106, 0.2);
    }

        .order-progress-bar .item-container-inactive[b-q2qcskr3z7]:before {
            border-top: 30px solid rgba(0, 95, 106, 0.2);
            border-bottom: 30px solid rgba(0, 95, 106, 0.2);
        }

        .order-progress-bar .item-container-inactive[b-q2qcskr3z7]:after {
            border-top: 30px solid transparent;
            border-left: 26px solid rgba(0, 95, 106, 0.2);
            border-bottom: 30px solid transparent;
        }

    .order-progress-bar .item-container-active[b-q2qcskr3z7] {
        width: 19%;
        height: 66px;
        top: -3px;
        left: -1.1%;
        margin-right: max(30px, 5%);
        margin-bottom: 0px;
    }

        .order-progress-bar .item-container-active[b-q2qcskr3z7]:before {
            border-top: 33px solid rgba(0, 95, 106, 0.5);
            border-bottom: 33px solid rgba(0, 95, 106, 0.5);
            border-left: 29px solid transparent;
            margin-left: -29px;
        }

        .order-progress-bar .item-container-active[b-q2qcskr3z7]:after {
            border-top: 33px solid transparent;
            border-left: 28px solid rgba(0, 95, 106, 0.5);
            border-bottom: 33px solid transparent;
        }

    .order-progress-bar .item-container .item[b-q2qcskr3z7] {
        width: 45%;
        margin: auto;
        max-width: 50px;
    }
/* /Components/UserHelpDesk/Ticket/NewTicket.razor.rz.scp.css */
.subjectBox[b-ullv22dwmt] {
    position: relative;
}

.dropDownPosition[b-ullv22dwmt] {
    position: absolute;
    top: 32px;
}

    .dropDownPosition a:hover[b-ullv22dwmt] {
        cursor: pointer;
        background-color: #005e5c !important;
        color: white !important;
    }

    .dropDownPosition p[b-ullv22dwmt] {
        cursor: default;
    }
.showTransition[b-ullv22dwmt] {
    transition: height 0.6s !important;
}
.card-body-position[b-ullv22dwmt] {
padding-top:0px;
}
.for-group-block[b-ullv22dwmt] {
display:block;}
a.isDisabled[b-ullv22dwmt] {
    cursor: not-allowed;
    opacity: 0.5;
    color: currentColor;
    display: inline-block; /* For IE11/ MS Edge bug */
    pointer-events: none;
    text-decoration: none;
}
.card-border[b-ullv22dwmt]{
    border:none;
}
.hideDiv[b-ullv22dwmt]{
    display:none;
}
/* /Pages/Security/Login.razor.rz.scp.css */
.btn-forgot-password[b-svpy8e2ls9] {
    border: none !important;
}

.btn-forgot-password:hover[b-svpy8e2ls9] {
        text-decoration: underline !important;
    }
.showTransition[b-svpy8e2ls9] {
    transition: height 0.6s !important;
}

.btnTextStyle[b-svpy8e2ls9] {
    font-weight: bold;
    font-size: 0.875rem;
    color: white;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.separator[b-svpy8e2ls9] {
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 0.875rem;
    color:gray;
    margin:8px;
    opacity:0.5;
}

    .separator[b-svpy8e2ls9]::before,
    .separator[b-svpy8e2ls9]::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #808080;
        opacity:0.5;
    }

    .separator:not(:empty)[b-svpy8e2ls9]::before {
        margin-right: .25em;
    }

    .separator:not(:empty)[b-svpy8e2ls9]::after {
        margin-left: .25em;
    }
    .scrollbar[b-svpy8e2ls9]{
        height:500px;
    }
