﻿@import url("/TRQ_Theme/Theme.TRQ_Theme.css?3229");

.Panel{
    margin-top: 25px;
    margin-left: 25px;
    padding:  20px;
}

.HeadingTitle{
    height: 28px;
    color: #00af41;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.LabelInputs{
    height: 23px;
    margin-top: 30px;
    color: #9B9B9B;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
}

.InputBoxAPs{
        height: 44px;
        width: 111px;
        border: 1px solid #D4D4D4;
        border-radius: 5px;
        background-color: #F8F8F8;
        margin-top: 8px;
}
.Columns.MarginBottom {
    margin-bottom: 10px;
}
.AccordionPanel {
    background-color: #4A4A4A;
    color: white;
}

.RightPanelButtons {
    background-color: #fff;
}

.WizardAccordionPH .AccordionVertical {
    position: absolute;
    width: 100%;
    max-height: calc(100% - 270px);
}