@charset "utf-8";
/* CSS Document */
.Header__brandName, .FooterContainer__footerBottom {
  display: none !important;
}
.Radiogroupalternate__radiobutton [type=radio]:checked+.Radiogroupalternate__radiolabel {
    background-color: #2659a1;
    box-shadow: 0 0.125rem #1d467e;
    border-left-color: #1d467e;
}
.Radiogroupalternate__radiobutton .Radiogroupalternate__radiolabel {
    color: #2659a1;
}
.Radiogroupalternate__radiolabel:hover {
    color: #1d467e;
}

[data-id=portal_tabCases] span span {
    display: none;
}
[data-id=portal_tabCases] span::after {
    content: 'Development Requests';
}

[data-id=ticketList_breadcrumb_1] {
    visibility: hidden;
}
[data-id=ticketList_breadcrumb_1]::before {
    content: 'Development Requests';
    visibility: visible;
}
h2.TicketListContainer__title {
    display: none;
}
.TicketListContainer__container::before {
    padding: .6rem 0 1.6rem;
    font-size: 2.48832em;
    font-weight: 600;
    content: 'Development Requests';
}
[data-id=new_ticket] button {
    visibility: hidden;
}
[data-id=new_ticket] button:active {
    transform: none;
}
.TicketListContainer__info {
    position: absolute;
}
[data-id=new_ticket] button::before {
    position: absolute;
    left: 0;
    border-style: none;
    border-radius: 1em;
    content: 'New Development Request';
    background-color: #2659a1;
    color: #ffffff;
    box-shadow: 0 0.125rem #bbb;
    padding: 0 1.6rem;
    margin-top: 1em;
    visibility: visible;
}
[data-id=no_ticket_title],[data-id=no_ticket_desc] {
    display: none;
}
div.NoContent__contDesc::before {
    font-size: 1.2em;
    color: #f0ad4e;
    font-weight: 600;
    line-height: 1.25;
    content: 'No development requests found';
}

[data-id=ticketForm_breadcrumb_1] {
    visibility: hidden;
}
[data-id=ticketForm_breadcrumb_1]::before {
    content: 'New Development Request';
    visibility: visible;
}
h2.TicketFormLeftContainer__title {
    display: none;
}
.TicketFormLeftContainer__titleContainer::after {
    font-size: 1.728em;
    font-weight: 600;
    content: 'New Development Request';
}
.TicketFormLeftContainer__sectionName {
    line-height: 1;
}
.TicketFormLeftContainer__titleContainer+.TicketFormLeftContainer__sectionName::before {
    font-size: 0.8em;
    font-weight: 400;
    content: 'Please note that all new development requests require upfront consultancy before work specifications and cost estimates can be provided, and all requests are therefore subject to chargeable consultancy time. \A\A Introducing consultancy as part of our change management process helps to ensure complete and accurate gathering of your immediate and long-term requirements, and encourages discussions with all parties toward any potential alternative courses of action. \A\A All changes to the system, irrespective of size or scope, result in a divergence from standard behaviour and therefore increase complexity; we recommend that changes to the system be considered only as a last resort.\A\A\A';
    font-style: italic;
    white-space: pre-wrap;
}

[data-id=ticketDetail_breadcrumb_2] {
    visibility: hidden;
}
[data-id=ticketDetail_breadcrumb_2]::before {
    content: 'Development Requests';
    visibility: visible;
}
[data-id=clost_ticket] button {
    visibility: hidden;
}
[data-id=clost_ticket] button:active {
    transform: none;
}
[data-id=clost_ticket] button::before {
    position: absolute;
    left: 0;
    border-style: none;
    border-radius: 1em;
    content: 'Cancel Request';
    background-color: #f4f4f4;
    color: #2659a1;
    box-shadow: 0 0.125rem #bbb;
    padding: 0 1.6rem;
    visibility: visible;
}
.MarkAsReadPopup__closeMessage {
    visibility: hidden;
}
.MarkAsReadPopup__closeMessage::before {
    visibility: visible;
    content: 'Are you sure you want to cancel the request?';
}
