﻿@import url("/Deloitte_Theme/Theme.Deloitte_ThemeNew.css?3370");

li, ul {
    list-style-position: outside;
}

.Feedback_Message_Text ul {
    list-style-position: unset;
    -webkit-padding-start: 0px;
}

.White-Skin-menu-item {
    padding: 8px 20px 10px 20px;
    background: white;
}

.Title_Section {
    padding-top: 20px !important;
}

a {
    target-name:new;
    target-new:tab;
}

:target {
  padding-top: 80px; 
}

.tablet .Application_Menu, 
.phone .Application_Menu {
    top: 59px !important;
}

html .phone .ThemeGrid_Container,
html .tablet .ThemeGrid_Container {
    padding: 0px;
}

.tablet .Content .Title_Section ,
.phone .Content .Title_Section {
    padding: 0px !important;
    height: 50px;
    display:flex;
    align-items: center;
}

.tablet .Content .Title_Section .Heading1 ,
.phone .Content .Title_Section .Heading1 {
    margin: 0px;
    padding: 0px 10px;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.phone.Page:not(.active) .Title_Section .Heading1,
.tablet.Page:not(.active) .Title_Section .Heading1 {
    max-width: calc(100% - 90px);
}

.tablet .title-text, .phone .title-text {
    margin: 0px !important;
    padding: 10px !important;
    text-align: left;
}

.phone .MainContent > .Columns > .ColFirst, 
.tablet .MainContent > .Columns > .ColFirst {
    display: none;
}

.phone .content-box,
.tablet .content-box {
    border-left: 0;
    border-right: 0;
}

.phone.Page:not(.active) .Header_ButtonMenu, 
.tablet.Page:not(.active) .Header_ButtonMenu {
    float: right;
}

.RTL .phone.Page:not(.active) .Header_ButtonMenu, 
.RTL .tablet.Page:not(.active) .Header_ButtonMenu {
    float: left;
}

.Page.active .Header_ButtonMenu {
    color: #72c02c;
    float: left;
}

.phone.Page:not(.active) .Header_Title,
.tablet.Page:not(.active) .Header_Title {
    left: 20px;
    right: auto;
}

.RTL .phone.Page:not(.active) .Header_Title,
.RTL .tablet.Page:not(.active) .Header_Title {
    left: auto;
    right: 20px;
}

.noscroll { 
    overflow: hidden; 
}

.Header .Header_Title {
    font-size: 36px;
    font-weight: 400;
    color: white;
    width: 100%;
}

.desktop .Header .Header_Title {
    padding-left: 23%;
    padding-right: 0px;
}

.RTL .desktop .Header .Header_Title {
    padding-left: 0px;
    padding-right: 23%;
}

.NoMargin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.RTL .phone.active .Header_ButtonMenu,
.RTL .tablet.active .Header_ButtonMenu {
    position: absolute;
    right: 0px;
    left: auto;
    top: 0px;
}

.tablet .Header .Header_Title, 
.phone .Header .Header_Title {
    padding-right: 0px;
    padding-left: 0px;
}

pre {
    white-space:pre-line;
}

.toggle-password-icon {
    position: absolute;
    top: 6px;
    right: 10px;
}

.SectionExpandable .SectionExpandable_header {
    border-left: solid 10px #86BC25;
}

/*** Generated classes from Style Editor in OutSystems 10 ***/
[data-style-key="7193sXMdvUeWdjaNsHOt_Q"] { color:#bf1701; }
[data-style-key="3Ug7zkmRjkW4j8jZiVLhRQ"] { text-align:right; }
[data-style-key="ERQAPQp4j0ai8nI7pKJ8nw"] { line-height:30px; }
/*** Generated classes from Style Editor in OutSystems 10 ***/

.DivConsent {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    align-items: flex-start;
}

.DivConsent .divConsentStatement {
    margin-left: 10px;
}

.RTL .DivConsent .divConsentStatement {
    margin-left: 0px;
    margin-right: 10px;
}

.divConsentStatement > p:first-child {
    margin-top: 0px;
}

.divConsentStatement a{
    color: #005587;
    text-decoration: underline;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{
    height: 40px;
}

/*select {
    font-size: 12px;
}*/

.phone-code-ddl.select {
    font-size: 12px;
}

.voting-notification {
    align-items: center;
    background-color: #FCF8E3;
    border: 1px solid #F1DEB6;
    border-radius: 2px;
    color: #8A6D3B;
    box-shadow: 1px 1px 5px 1px #DDD;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0px 20px;
    margin-bottom: 10px;
}

.voting-notification .voting-notification-text {
    flex: 1;
}

.voting-notification .ButtonContainer
{
    margin: 20px 0;
}

@media only screen and (max-width: 850px) { 
    .voting-notification {
        flex-direction: column;           
        align-items: flex-start;
    }
    .voting-notification .voting-notification-text {
        flex: unset;
    }
    .voting-notification .Voting-Button {
         align-self: flex-start;
         margin-top: 10px;
         margin-left: 0;
    }
    .voting-notification .ButtonContainer {
        margin-top: 0px;
    }
}

/*.phone .voting-notification .ButtonContainer,
.tablet .voting-notification .ButtonContainer
{
    margin: 10px 0 20px;
}*/


.Feedback_Message_Error:before {
    content: "\f05e";
}

div.Feedback_Message_Error a.Feedback_Message_Wrapper_Close:after {
    color: #fff;
    opacity: 1;
}

a.Feedback_Message_Wrapper_Close {
    target-name: new;
    target-new: none;
}

/* START: Hide arrow on number input */
/* Chrome, Safari, Edge, Opera */
input.numberHideArrows::-webkit-outer-spin-button,
input.numberHideArrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.numberHideArrows {
    -moz-appearance: textfield;
}
/* END: Hide arrow on number input */
.ml-3 {
    margin-left: 3px;
}


/* Button group */

.RTL .ButtonGroup .Button:first-child,
.RTL .ButtonGroup .Button:last-child
{
    margin-right:0px !important;
    margin-left:0px !important;
}


/* Radio button */

.RTL input[type="radio"]
{
    margin-right: 0px;
    margin-left: 5px;
}


.RTL input[type="radio"]:after
{
    left: 0%;
    right: 25%;
}

/* Popup */
.RTL div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-title
{
    left: 0%;
    right: 50px;
}

/*Table*/
.RTL th 
{
    text-align: right;
}

.RTL .toggle-password-icon
{
    right: auto;
    left: 10px;
}

/*Survey Preamble*/
.survey-preamble {
    color: #333333;
    font-size: 14px;
    /*font-weight: 700;*/
    line-height: 19px;
    padding-bottom: 15px;
}

/*Tabs*/
.phone .Tabs_body {
    padding: 0;
}

/*Remediation Field Input*/
.field-wrapper {
    display: flex;
}

.field-wrapper .left-field-name {
    flex: 1;
    margin-right: 10px;
}

.field-wrapper .right-field-input {
    flex: 2;
}

.customtextalignleft > input
{
    text-align: left !important;
}

/*Bulk select*/
.creditor-mobile-display {
    display: none;
}

.tablet.portrait .TableRecords:not(.NoResponsive) > * > * > td:first-child .creditor-mobile-display,
.phone .TableRecords:not(.NoResponsive) > * > * > td:first-child .creditor-mobile-display {
    display: inline-block;
}

.margin-0 {
    margin: 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.line-height-25px {
    line-height: 25px !important;
}

.line-height-32px {
    line-height: 32px !important;
}

.line-height-40px {
    line-height: 40px !important;
}

.line-height-23px {
    line-height: 23px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-unset {
    cursor: unset !important;
}

.unclickable {
    cursor: default !important;
    pointer-events: none !important;
}

.full-width {
    width: 100% !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fs-xs {
    font-size: var(--font-size-xs) !important;
}

.height-auto {
    height: auto !important;
}

.width-auto {
    width: auto !important;
}

.half-width{
    width: 50% !important;
}

.max-width-100pc {
    max-width: 100% !important;
}

.resize-none {  
    resize: none !important;
}

.display-block {
    display: block !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.modal-previous-outcomes .modal-top, .modal-previous-outcomes .modal-footer {
    display: block !important;
}

.modal-previous-outcomes {
    max-width: 800px !important;
}

.break-word {
    word-break: break-word !important;
}

.vertical-align-bottom{
    vertical-align: bottom !important;
}

.Note{
    color: #53565A;
    font-size: 12px;
    font-weight: 300;
}
.Text_Note {
    color: #53565A;
}


/* .select, .language-select-classname.select.redfocus.select {
    select: focus{border: 5px solid red !important;
} */