﻿@import url("/VanillaTheme/Theme.VanillaTheme.css?583");

/*
    How to generate a theme for your company: 
    
        1 - Go to https://silkui.outsystems.com/ThemeCustomizer/GenerateLisbon.aspx
        2 - Copy the generated CSS
        3 - Replace the CSS for Primary Color Customization below with the Generated CSS

*/

/*------------------------------------*\
             Import Font
\*------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
*{
    font-family: 'Rubik', sans-serif;
}
body
{
    font-family: 'Rubik', sans-serif;
}
.margintop10
{
margin-top: 10px;
}
.margintop20
{
margin-top: 20px;
}
.margintop30
{
margin-top: 30px;
}
.Card .Card_Title.Heading3
{
    font-size: 1.2rem; 
}
.margintop40
{
margin-top: 40px;
}
:root
{
    --yellow-color:#FFD100; /*-primary color-*/
    --dark-grey:#343741; /*-dark grey color-*/
    ----white-color:#fff;/*-white color-*/
    --liberty-blue:#1A1446; /*-liberty-blue color-*/
    --border-light:#C0BFC0;/*-border-light color-*/
    --border-midium:#919191;/*-border-midium color-*/
    --border-dark:#565656;/*-border-dark color-*/
    --default-txt:#343741; /*-default-txt-*/
    --medium-txt:#565656; /*-disable button-txt, form label and user input text-*/
    --light-txt:#707070; /*-Form floating label txt-*/
    --link-txt:#06748C;  /*-link txt-*/
    --discount-txt:#008040; /*-discount-txt-*/
    --error-txt:#D32F2F;/*-error-txt-*/
    --tab-color:#28A3AF; /*- Tab color-*/
}


@font-face {
    font-family: 'Roboto';
    src: url('/RichWidgets/fonts/Roboto-Regular-webfont.eot');
    src: url('/RichWidgets/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/RichWidgets/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('/RichWidgets/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/RichWidgets/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/RichWidgets/fonts/Roboto-Bold-webfont.eot');
    src: url('/RichWidgets/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/RichWidgets/fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('/RichWidgets/fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('/RichWidgets/fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;
}



/*------------------------------------*\
             Font Definition
\*------------------------------------*/

 /* html, body, a, select, form, fieldset, table, tr, td, img, input, button, select, textarea, optgroup, option {
    font-family: 'Open-Sans', sans-serif;
} */

html,
body,
a,
select,
fieldset,
input,
button,
select,
textarea,
optgroup,
option {
   /* font-family: 'Roboto', sans-serif;*/
    font-family: 'Rubik', sans-serif;
}
body
{
    background:#F6F5F8; 
    color: var(--default-txt);
}



/ Font OpenSans classes /

.Roboto_Regular {
    font-family:  'Roboto', sans-serif;
    font-weight: 400;
}

.Roboto_Bold {
    font-family:  'Roboto', sans-serif;
    font-weight: 700;
}

/***************************************/
/**** PRIMARY COLOR CUSTOMIZATION ****/
/***************************************/
a,
a:link,
a:visited,
.Footer a,
.Footer a:link,
.Footer a:visited {
    color: var(--dark-grey); /*primary-color*/
}

.desktop a:hover,
.desktop a:link:hover,
.desktop a:visited:hover {
    color: #1a1446; /*primary-color*/
}

.Header_background {
    background-color: var(--yellow-color); /*primary-color*/
    border-bottom-color: var(--yellow-color); /*primary-color*/    
}

.Header_title {    
    border-right-color: #1a1446; /*primary-color*/
}

.Menu_DropDownPanel {
    background-color: #1a1446; /*primary-color*/
}

.Menu_TopMenu a span.fa {
    border-color: #1a1446; /*primary-color*/
}

.Menu_TopMenu:hover span.fa {
    color: #FFF;
    border-color: #FFF;
}

.Menu_TopMenu:hover .Menu_DropDownArrow {
    border-top-color: #FFF;
}

.Menu_TopMenuActive {
    border-top-color: #FFF;
    line-height:  inherit;
}

.Header_Menu a:hover, 
.Header_Menu a:link:hover, 
.Header_Menu a:visited:hover,
.desktop a:hover, 
.desktop a:link:hover {
    color: #FFF;
}

.Menu_TopMenuActive:hover a:link, .Menu_TopMenuActive a:link,
.Menu_TopMenuActive:hover a:visited, .Menu_TopMenuActive a:visited,
.Menu_TopMenuActive:hover a, .Menu_TopMenuActive a,
.Menu_TopMenu:hover a, .Menu_TopMenu a {
     color: var(--default-txt);
}

.Menu_TopMenuActive .Menu_DropDownArrow,
.Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-top-color: #FFF;
}

.Menu_DropDownArrow {
    border-top-color: #FFF;
}

.Menu_TopMenuActive a span.fa {
    color: #FFF;
    border-color: #FFF;
}

.Menu_DropDownPanel a span.fa {
    color: #FFF;
}
.Menu_TopMenuActive {
    background-color: transparent;
    border-top: 0px solid #dab702;
    box-shadow: 0 0 0 0;    
}
.Menu_TopMenuActive {
    border-top-color: #FFF;
}
a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis {
    color: #1a1446; /*primary-color*/
}

a.ListNavigation_PageNumber:link:hover,
span.ListNavigation_CurrentPageNumber:hover,
span.ListNavigation_Ellipsis:hover {
    color: #1a1446; /*primary-color*/
}

a.ListNavigation_Previous:link,
a.ListNavigation_Next:link,
span.ListNavigation_DisabledNext, 
span.ListNavigation_DisabledPrevious {
    color: #1a1446; /*primary-color*/
}

a.ListNavigation_Previous:link:hover,
a.ListNavigation_Next:link:hover,
span.ListNavigation_DisabledNext:hover, 
span.ListNavigation_DisabledPrevious:hover {
    color: #1a1446; /*primary-color*/
}

a.ActionAdd,
a.ActionAdd:link,
a.ActionAdd:visited,
a.ActionEdit,
a.ActionEdit:link,
a.ActionEdit:visited,
a.ActionDelete,
a.ActionDelete:link,
a.ActionDelete:visited,
a.ActionChange,
a.ActionChange:link,
a.ActionChange:visited {
    background-color: #1a1446; /*primary-color*/
    border-color: #1a1446; /*primary-color*/
}

.desktop a.ActionAdd:hover,
.desktop a.ActionAdd:hover:visited,
.desktop a.ActionAdd:link:hover,
.desktop a.ActionEdit:hover,
.desktop a.ActionEdit:link:hover,
.desktop a.ActionEdit:link:visited,
.desktop a.ActionDelete:hover,
.desktop a.ActionDelete:hover:visited,
.desktop a.ActionDelete:link:hover,
.desktop a.ActionChange:hover,
.desktop a.ActionChange:hover:visited,
.desktop a.ActionChange:link:hover {
    background-color: #1a1446; /*primary-color*/
    border-color: #1a1446; /*primary-color*/
    box-shadow: none;
    color: #fff;
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}

.desktop a.ActionAdd:hover:active,
.desktop a.ActionEdit:hover:active,
.desktop a.ActionDelete:hover:active,
.desktop a.ActionChange:hover:active {
    background-color: #1a1446; /*primary-color*/
    border-color: #1a1446; /*primary-color*/
    color: #FFF;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.Login_Footer {
    background: #1a1446; /*primary-color*/
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:    -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:     -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:      -o-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:          linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}


.AccordionVertical_item.open .AccordionVertical___icon > .fa {
    color: #1a1446; /*primary-color*/
}
.AccordionVertical_item.open > .AccordionVertical__header > .AccordionVertical___icon > .fa {
    color: #1a1446; /*primary-color*/
}

.expanded .SectionExpandable__icon.Heading2 > .fa {
    color: #1a1446; /*primary-color*/
}

.Panel .SectionExpandable__icon.Heading2 > .fa {
    color: #1a1446; /*primary-color*/
}

.ButtonGroup_button.Button:hover {
    background: #1a1446; /*primary-color*/
}

.select2-container .select2-choice span {
    color: #1a1446; /*primary-color*/
}

.select2-dropdown-open .select2-choice {
    background-color: #fff;
}

.select2-results .select2-highlighted {
    background-color: #1a1446; /*primary-color*/
}

.IconBadge_number {
    background-color: #1a1446; /*primary-color*/
}

.desktop .NavigationBar a:hover, 
.desktop .NavigationBar a:link:hover {
    color: #1a1446; /*primary-color*/
}

.NavigationBar a.Active {
    color: #1a1446; /*primary-color*/
}

.desktop .NavigationBar a:hover:after, 
.desktop .NavigationBar a:link:hover:after,
.NavigationBar a.Active:after {
    background-color: #1a1446; /*primary-color*/
}

.NavigationBar a.Active:not(.IE8):before {
    border-bottom-color: #1a1446; /*primary-color*/
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover,
.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: #1a1446; /*primary-color*/
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left-color: #1a1446; /*primary-color*/
}

.phone .NavigationBar .InlineDropdown:active,
.phone .NavigationBar .InlineDropdown:link:active,
.tablet .NavigationBar .InlineDropdown:active,
.tablet .NavigationBar .InlineDropdown:link:active,
.phone .NavigationBar a:active, 
.phone .NavigationBar a:link:active,
.tablet .NavigationBar a:active, 
.tablet .NavigationBar a:link:active {
    color: #1a1446; /*primary-color*/
}

.phone .NavigationBar .InlineDropdown:active:after,
.phone .NavigationBar .InlineDropdown:link:active:after,
.tablet .NavigationBar .InlineDropdown:active:after,
.tablet .NavigationBar .InlineDropdown:link:active:after,
.phone .NavigationBar a:active:after, 
.phone .NavigationBar a:link:active:after,
.tablet .NavigationBar a:active:after, 
.tablet .NavigationBar a:link:active:after {
    background-color: #1a1446; /*primary-color*/
}

.Tabs__tab.active {
    border-top-color: #28a3af; /*primary-color*/
    color: #28a3af; /*primary-color*/
    border-top: 3px solid #28a3af;
    position: relative;
    bottom: -1px;
        border-right: 1px solid #dadbde;
}

.WizardStep a,
.WizardStep a:link,
.desktop .WizardStep a:hover,
.desktop .WizardStep a:link:hover
{
    color: #1a1446; /*primary-color*/
}


.WizardStep.ActiveStep {
    background: #1a1446; /*primary-color*/
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}

.WizardStep.ActiveStep:before {
    border-top-color: #1a1446; /*primary-color*/
    border-bottom-color: #1a1446; /*primary-color*/
}

.WizardStep.Past {
    background: #1a1446; /*primary-color*/
}

.WizardStep.Past:before {
    border-top-color: #1a1446; /*primary-color*/
    border-bottom-color: #1a1446; /*primary-color*/
}

.WizardStep.Past a,
.WizardStep.Past a:hover,
.WizardStep.Past a:link,
.WizardStep.Past a:link:hover,
.WizardStep.Past a[disabled="disabled"],
.WizardStep.Past a[disabled="disabled"]:hover
.WizardStep.ActiveStep a,
.WizardStep.ActiveStep a:hover,
.WizardStep.ActiveStep a:link,
.WizardStep.ActiveStep a:link:hover,
.WizardStep.ActiveStep a[disabled="disabled"],
.WizardStep.ActiveStep a[disabled="disabled"]:hover {
    color: #FFF;
}

.WizardStep.Past:after {
    border-right-color: #1a1446; /*primary-color*/
    border-top-color: #1a1446; /*primary-color*/
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

.Button,
a.Button {
    color: #1a1446; /*primary-color*/
}

.Button.ButtonDefault,
.Button.Is_Default {
    height:50px;
    border-radius: 3px;
    font-size:16;
    font-weight: bold;
    text-transform:capitalize; 
    background:#9AE6EB;
    border: 1px solid #9AE6EB;
    color: #3E4953;
    padding: 0 60px;
}


input.Button:focus
{
    background: #01748D;
    border: 1px solid #01748D;
    color: #fff;
}

.Button:hover:active,
a.Button:hover:active {
    color: #1a1446; /*primary-color*/
}

.Button.ButtonDefault:hover,
.Button.Is_Default:hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}

.Button.ButtonDefault:hover:active,
.Button.Is_Default:hover:active {
    background-color: #1a1446; /*primary-color*/
    border-color: #1a1446; /*primary-color*/
    color: #fff;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.desktop a.ActionAdd:hover:active,
.desktop a.ActionEdit:hover:active,
.desktop a.ActionDelete:hover:active,
.desktop a.ActionChange:hover:active {
    background-color: #1a1446; /*primary-color*/
    border-color: #1a1446; /*primary-color*/
    color: #fff;
}

a,
a:link,
a:visited,
.EditableTable tr.RowControlGroup a  {
    color: #1a1446; /*primary-color*/
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar {
    background: #1a1446; /*primary-color*/
}

.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #1a1446; /*primary-color*/
}

.Menu_DropDownButton.open .Menu_TopMenu .Menu_DropDownArrow {
    border-top-color: #fff;
    opacity: .5;
}

.tablet a.Header_ButtonMenu, 
.phone a.Header_ButtonMenu {
    color: #FFF;
}

.Page.active .Header_ButtonMenu {
    color: #FFF;
}

.SectionIndex.vertical a.active, 
.SectionIndex.vertical a:hover {
    color: #1a1446; /*primary-color*/
    border-left-color: #1a1446; /*primary-color*/
}

.SectionIndex a, 
.SectionIndex a:link, 
.SectionIndex a:visited,
.SectionIndex a.active, 
.SectionIndex a:hover,
.desktop .SectionIndex a:hover{
    color: #1a1446; /*primary-color*/
    border-bottom-color: #1a1446; /*primary-color*/
    text-decoration: none;
}


.AccordionVertical___title {
    color: #1a1446; /*primary-color*/
}

.SectionExpandable.expanded .SectionExpandable_header .Heading2 {
    color: #1a1446; /*primary-color*/
}
.Button.Link {
    color: #1a1446; /*primary-color*/
}
.desktop .Button.Link:hover {
    border-color: #1a1446; /*primary-color*/
    color: #1a1446; /*primary-color*/
}

.desktop .Button:hover, 
.desktop a.Button:hover {
    color: #1a1446; /*primary-color*/
}

.ButtonGroup_button.active, 
.desktop .ButtonGroup_button.active:hover {
    background-color: #1a1446; /*primary-color*/
}

.ButtonGroup_button.Button:hover,
.ButtonGroup_button.Button:hover .fa{
    color: #FFF;
}


.Calendar-day-selected, 
.Calendar-day-selected:hover {
    background: #1a1446; /*primary-color*/
}

.Calendar-navDisabled > div, 
.topBar-navDisabled .Calendar-navBtn > div,
.Calendar-time-down, 
.Calendar-time-up, 
.Calendar-time-am {
    color: #1a1446; /*primary-color*/
}

.pika-prev:after,
.pika-next:after {
    color: #1a1446; /*primary-color*/ 
}

.Calendar-navBtn > div {
    color: #1a1446; /*primary-color*/ 
}

.pika-title {
    border-bottom: 2px solid #1a1446; /*primary-color*/
}

.is-selected .pika-button {
   background-color: #1a1446; /*primary-color*/
}

.has-event .pika-button:after {
   background-color: #1a1446; /*primary-color*/ 
}


.DropdownMenu .PH > a,
.DropdownMenu .PH > a:hover {
    color: #1a1446; /*primary-color*/
}

.SliderRange .ui-slider-range, .noUi-origin.noUi-connect {
    background-color: #1a1446; /*primary-color*/
}

.EditableTable tr.RowControlGroup a:hover {
    color:  #1a1446; /*primary-color*/
}

.desktop .Button.ButtonDefault:hover,
.Button.Button.Is_Default:hover {
        background-color: #1a1446 !important;
    border-color: #1F4788;
    -webkit-filter: brightness(1) !important;
    filter: brightness(1) !important;
    color: #fff;
}
.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #1a1446; /*primary-color*/
}

td.RowWithAddAction a:hover {
    color: #1a1446; /*primary-color*/
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.InfoTooltip .tooltipstered,
.ListItem  .tooltipstered{
    color: #1a1446; /*primary-color*/
}

div.Menu_DropDownPanel a:hover, 
div.Menu_DropDownPanel a:link:hover,
div.Menu_DropDownPanel a:visited:hover,
div.Menu_DropDownPanel a.Menu_SubMenuItem:hover,
div.Menu_DropDownPanel a.Menu_SubMenuItem.Menu_SubMenuItemActive {
    color: #FFF;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5);
    
}

/ Menu tablet and phone /
.tablet .Application_Menu,
.phone .Application_Menu {
    background: var(--yellow-color); /*primary-color*/
}

.Application_Menu {
    background:var(--yellow-color); /*primary-color*/
}
.Page > .Content {
    padding-top: 49px;
}


div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-title,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-title{
    color: #FFF;
    top:0;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close {
    opacity: 1;
    top: 15px;
    background-image: url(/WebPatterns/img/PopupCloseWhite.png?581);
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar{
    padding-top:0;
}


div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-title,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-title{
    color: #FFF;
    top:10px;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close {
    opacity: 1;
    top: 15px;
    background-image: url(/WebPatterns/img/PopupCloseWhite.png?581);
}

.Feedback_AjaxWait {
    color: #222;
}

.Feedback_AjaxWait .Loader {
    -webkit-animation: loader 1.3s infinite linear;
            animation: loader 1.3s infinite linear;
    border-radius: 50%;
    font-size: 4px;
    height: 1em;
    margin-bottom: 20px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
            transform: translateZ(0);
    width: 1em;
    background: transparent;
}
.Menu_TopMenu a:link, .Menu_TopMenu a:visited, .Menu_TopMenu a
{
    color: var(--default-txt);
    background: var(--yellow-color);
}
.Menu_TopMenuActive:hover a:link, .Menu_TopMenuActive a:link, .Menu_TopMenuActive:hover a:visited, .Menu_TopMenuActive a:visited, .Menu_TopMenuActive:hover a, .Menu_TopMenuActive a, .Menu_TopMenu:hover a, .Menu_TopMenu a {
    color: #000;
    background: #fff;
}

.TableRecords
{
    padding: 0px;
}


input[type="radio"]:after
{
    background: #555555;
    border: 2px solid #555555;
}
.Heading1
{
    font-size: 3.5rem;
}
.Heading2
{
    font-size: 2rem;
}
.Heading3
{
    font-size: 1.5rem;
}
.ToggleButton.changed {
    background-color:var(--tab-color);
}
@-webkit-keyframes loader {
    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #222, 2em -2em 0 0 #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 0 #222;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 .2em #222, 3em 0 0 0 #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    25% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 0 #222, 3em 0 0 .2em #222, 2em 2em 0 0 #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    37.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 0 #222, 2em 2em 0 .2em #222, 0 3em 0 0 #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    50% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 0 #222, 0 3em 0 .2em #222, -2em 2em 0 0 #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    62.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 0 #222, -2em 2em 0 .2em #222, -3em 0 0 0 #222, -2em -2em 0 -.5em #222;
    }
    75% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 .2em #222, -2em -2em 0 0 #222;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 0 #222, -2em -2em 0 .2em #222;
    }
}
@keyframes loader {
    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #222, 2em -2em 0 0 #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 0 #222;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 .2em #222, 3em 0 0 0 #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    25% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 0 #222, 3em 0 0 .2em #222, 2em 2em 0 0 #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    37.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 0 #222, 2em 2em 0 .2em #222, 0 3em 0 0 #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    50% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 0 #222, 0 3em 0 .2em #222, -2em 2em 0 0 #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    62.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 0 #222, -2em 2em 0 .2em #222, -3em 0 0 0 #222, -2em -2em 0 -.5em #222;
    }
    75% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 .2em #222, -2em -2em 0 0 #222;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 0 #222, -2em -2em 0 .2em #222;
    }
}

/ $4.2.1 - Patterns - Controls - AnimatedLabel /
.animated-label {
    position: relative;
    display: block;
    border: 1px solid #707070;
    min-height: 45px;
    border-radius: 4px;
}

.animated-label-text {
    color: var(--color-neutral-8);
    left: 40px;
    pointer-events: none;
    position: absolute;
    top: 6px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;            
    
    
    color:var(--border-dark);
}

.animated-label.active .animated-label-text {
    top: 3px;
    left: 10px;
    font-size: 13px;
}

.animated-label-input .input {
    border: 1px solid #ccc;
}

.animated-label-inline .input,
.layout .Form .animated-label-inline .input.ReadOnly:not(.Not_Valid) {
    font-size: 14px;
    padding: 5px;
    line-height: 35px;
    vertical-align: text-bottom;
    border: 0;
    margin-top: 11px;
    padding-left: 10px;
    box-shadow:  0 0 0 0;
   /* color: #565656;*/
}

.animated-label-inline .animated-label-text {
    left:10px;
    top: 12px;
}

.layout .Form .animated-label-inline .input.ReadOnly:not(.Not_Valid):hover {
    border-left: 0;
    border-radius: var(--border-radius-none);
    border-right: 0;
    border-top: 0;    
}

.animated-label-inline .input:hover,
.layout .Form .animated-label-inline .input.ReadOnly:not(.Not_Valid):hover {
    border: 0;
    border-bottom: var(--border-size-s) solid var(--color-neutral-6);
} 

.animated-label-inline .input:focus,
.layout .Form .animated-label-inline .input.ReadOnly:not(.Not_Valid):focus {
    border: 0;
    border-bottom: var(--border-size-s) solid var(--color-primary);
} 

.animated-label-inline .input.Not_Valid {
    border: 0;
    border-bottom: var(--border-size-s) solid var(--color-error);
}

.animated-label-inline .input.Not_Valid:hover,
.animated-label-inline .input.Not_Valid:focus {
    border: 0;
    border-bottom: var(--border-size-s) solid var(--color-error);
} 

.animated-label-input .fa-fw {
    text-align: center;
    background: #ccc;
    padding: 3px;
    width: 33px;
    height: 30px;
    position: absolute;
    top: 1px;
    line-height: 24px;
}
/*animation end*/
.Header .Application_Title img
{
    max-height: 46px;
}

.Tabs_header
{
    background: transparent;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

textarea:focus, select:focus, input:focus {
    box-shadow: 0 0 0 0 !important;
    border-color: #28a3af;
}

.TableRecords .fa-plus-circle
{
    font-size: 21px;
}
.Header_Menu a:hover, .Header_Menu a:link:hover, .Header_Menu a:visited:hover, .desktop a:hover, .desktop a:link:hover {
    color: #1a1446;
}

.MainContent {
    min-height: 100%;
    margin: 20px;
    padding-bottom: 60px;
    padding: 20px;
    border-radius: 5px;
    background: #F8F9FB;
}
.TileIconText_label
{
        font-size: 1.5rem;
    color:var(--default-txt);
}
.Tabs_body
{
    padding: 1rem;
}
.Card .Card_Title
{
       box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1);
    padding: 1rem !important;
}


.CardSimple .Card_Text {
    margin-bottom: 13px;
    margin-top: 0px;
    padding: 1rem;
   
}
.main-field
{
    margin-left: 10px;
}
.Title
{
    font-weight: 600;
    margin-bottom: 10px;
}
.txt-diductible
{
color: #06748C;
}
.form-field-sec .form-field
{
    font-size: 14px;
    font-weight: 600;
}
.sub-sec
{
    margin-left: 15px;
    margin-top: 10px;
}
.TableRecords_OddLine, .TableRecords_EvenLine {    
    padding: 12px 10px;
}
.static-input
{
        border: 1px solid #9E9E9E;
}
.mandatory-field::after
{
    content:"*";
    color: red;
    padding-left: 3px;
}
.static-input-sec
{
    margin: 5px 0;
}
.MarginBottom20 {
    margin-bottom: 20px;
}


textarea, select, 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"]
{
    font-size: 14px;
}
input[type=radio], input[type=checkbox] {
    margin-right: 10px;
}
.Sidebar
{
    background: #fff;
}
a, a:link, a:visited, .EditableTable tr.RowControlGroup a {
    color: #28a3af;
}
.Button.ButtonDefault, .Button.Is_Default {
    background-color: #1a1446 !important;
    border-color: #1a1446 !important;
}
.desktop .Button.ButtonDefault:hover, .desktop .Button.Is_Default:hover
{
     background-color: #1a1446 !important;
    border-color: #1a1446 !important;
     -webkit-filter: brightness(1)  !important;
    filter: brightness(1)  !important;
    color: #fff;
}

.desktop .Button:hover, .desktop a.Button:hover
{
    background: #fff;
    filter: brightness(1) !important;
    
}
.desktop .Button:hover, .desktop a.Button:hover {
    background-color: #fff !important;
    -webkit-filter: brightness(1) !important;
    filter: brightness(1) !important;
}
.desktop .Button.ButtonDefault:hover,
.desktop .Button.Is_Default:hover {
     background-color: #1A1446 !important;
    border-color: #1A1446  !important;
    -webkit-filter: brightness(1)  !important;
    filter: brightness(1)  !important;
    color: #fff;
}
/*Custom Css*/
/*
    How to generate a theme for your company: 
    
        1 - Go to https://silkui.outsystems.com/ThemeCustomizer/GenerateLisbon.aspx
        2 - Copy the generated CSS
        3 - Replace the CSS for Primary Color Customization below with the Generated CSS

*/

/*------------------------------------*\
             Import Font
\*------------------------------------*/
.margintop10
{
margin-top: 10px;
}
.margintop20
{
margin-top: 20px;
}
.margintop30
{
margin-top: 30px;
}
.Card .Card_Title.Heading3
{
    font-size: 1.2rem; 
}
.margintop40
{
margin-top: 40px;
}
:root
{
    --yellow-color:#FFD100; /*-primary color-*/
    --dark-grey:#343741; /*-dark grey color-*/
    ----white-color:#fff;/*-white color-*/
    --liberty-blue:#1A1446; /*-liberty-blue color-*/
    --border-light:#C0BFC0;/*-border-light color-*/
    --border-midium:#919191;/*-border-midium color-*/
    --border-dark:#565656;/*-border-dark color-*/
    --default-txt:#343741; /*-default-txt-*/
    --medium-txt:#565656; /*-disable button-txt, form label and user input text-*/
    --light-txt:#707070; /*-Form floating label txt-*/
    --link-txt:#06748C;  /*-link txt-*/
    --discount-txt:#008040; /*-discount-txt-*/
    --error-txt:#D32F2F;/*-error-txt-*/
    --tab-color:#28A3AF; /*- Tab color-*/
}


@font-face {
    font-family: 'Roboto';
    src: url('/RichWidgets/fonts/Roboto-Regular-webfont.eot');
    src: url('/RichWidgets/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/RichWidgets/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('/RichWidgets/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/RichWidgets/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/RichWidgets/fonts/Roboto-Bold-webfont.eot');
    src: url('/RichWidgets/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/RichWidgets/fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('/RichWidgets/fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('/RichWidgets/fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;
}



/*------------------------------------*\
             Font Definition
\*------------------------------------*/

 /* html, body, a, select, form, fieldset, table, tr, td, img, input, button, select, textarea, optgroup, option {
    font-family: 'Open-Sans', sans-serif;
} */

html,
body,
a,
select,
fieldset,
input,
button,
select,
textarea,
optgroup,
option {
    font-family: 'Roboto', sans-serif;
}
body
{
    background:#F6F5F8; 
    color: var(--default-txt);
}



/ Font OpenSans classes /

.Roboto_Regular {
    font-family:  'Roboto', sans-serif;
    font-weight: 400;
}

.Roboto_Bold {
    font-family:  'Roboto', sans-serif;
    font-weight: 700;
}

/***************************************/
/**** PRIMARY COLOR CUSTOMIZATION ****/
/***************************************/
.Footer
{
min-height: 0 !important;
    background: #1a1446;
    padding: 10px;
    text-align: center;
    color: #fff;
}
a,
a:link,
a:visited,
.Footer a,
.Footer a:link,
.Footer a:visited {
    color: var(--dark-grey); /*primary-color*/
}

.desktop a:hover,
.desktop a:link:hover,
.desktop a:visited:hover {
    color: #1a1446; /*primary-color*/
}

.Header_background {
    background-color: var(--yellow-color); /*primary-color*/
    border-bottom-color: var(--yellow-color); /*primary-color*/    
}

.Header_title {    
    border-right-color: #1a1446; /*primary-color*/
}

.Menu_DropDownPanel {
    background-color: #1a1446; /*primary-color*/
}

.Menu_TopMenu a span.fa {
    border-color: #1a1446; /*primary-color*/
}

.Menu_TopMenu:hover span.fa {
    color: #FFF;
    border-color: #FFF;
}

.Menu_TopMenu:hover .Menu_DropDownArrow {
    border-top-color: #FFF;
}

.Menu_TopMenuActive {
    border-top-color: #FFF;
    line-height:  inherit;
}

.Header_Menu a:hover, 
.Header_Menu a:link:hover, 
.Header_Menu a:visited:hover,
.desktop a:hover, 
.desktop a:link:hover {
    color: #FFF;
}

.Menu_TopMenuActive:hover a:link, .Menu_TopMenuActive a:link,
.Menu_TopMenuActive:hover a:visited, .Menu_TopMenuActive a:visited,
.Menu_TopMenuActive:hover a, .Menu_TopMenuActive a,
.Menu_TopMenu:hover a, .Menu_TopMenu a {
     color: var(--default-txt);
}

.Menu_TopMenuActive .Menu_DropDownArrow,
.Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-top-color: #FFF;
}

.Menu_DropDownArrow {
    border-top-color: #FFF;
}

.Menu_TopMenuActive a span.fa {
    color: #FFF;
    border-color: #FFF;
}

.Menu_DropDownPanel a span.fa {
    color: #FFF;
}
.Menu_TopMenuActive {
    background-color: transparent;
    border-top: 0px solid #dab702;
    box-shadow: 0 0 0 0;    
}
.Menu_TopMenuActive {
    border-top-color: #FFF;
}
a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis {
    color: #1a1446; /*primary-color*/
}

a.ListNavigation_PageNumber:link:hover,
span.ListNavigation_CurrentPageNumber:hover,
span.ListNavigation_Ellipsis:hover {
    color: #1a1446; /*primary-color*/
}

a.ListNavigation_Previous:link,
a.ListNavigation_Next:link,
span.ListNavigation_DisabledNext, 
span.ListNavigation_DisabledPrevious {
    color: #1a1446; /*primary-color*/
}

a.ListNavigation_Previous:link:hover,
a.ListNavigation_Next:link:hover,
span.ListNavigation_DisabledNext:hover, 
span.ListNavigation_DisabledPrevious:hover {
    color: #1a1446; /*primary-color*/
}

a.ActionAdd,
a.ActionAdd:link,
a.ActionAdd:visited,
a.ActionEdit,
a.ActionEdit:link,
a.ActionEdit:visited,
a.ActionDelete,
a.ActionDelete:link,
a.ActionDelete:visited,
a.ActionChange,
a.ActionChange:link,
a.ActionChange:visited {
    background-color: #1a1446; /*primary-color*/
    border-color: #1a1446; /*primary-color*/
}

.desktop a.ActionAdd:hover,
.desktop a.ActionAdd:hover:visited,
.desktop a.ActionAdd:link:hover,
.desktop a.ActionEdit:hover,
.desktop a.ActionEdit:link:hover,
.desktop a.ActionEdit:link:visited,
.desktop a.ActionDelete:hover,
.desktop a.ActionDelete:hover:visited,
.desktop a.ActionDelete:link:hover,
.desktop a.ActionChange:hover,
.desktop a.ActionChange:hover:visited,
.desktop a.ActionChange:link:hover {
    background-color: #1a1446; /*primary-color*/
    border-color: #1a1446; /*primary-color*/
    box-shadow: none;
    color: #fff;
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}

.desktop a.ActionAdd:hover:active,
.desktop a.ActionEdit:hover:active,
.desktop a.ActionDelete:hover:active,
.desktop a.ActionChange:hover:active {
    background-color: #1a1446; /*primary-color*/
    border-color: #1a1446; /*primary-color*/
    color: #FFF;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.Login_Footer {
    background: #1a1446; /*primary-color*/
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:    -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:     -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:      -o-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:          linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}


.AccordionVertical_item.open .AccordionVertical___icon > .fa {
    color: #1a1446; /*primary-color*/
}
.AccordionVertical_item.open > .AccordionVertical__header > .AccordionVertical___icon > .fa {
    color: #1a1446; /*primary-color*/
}

.expanded .SectionExpandable__icon.Heading2 > .fa {
    color: #1a1446; /*primary-color*/
}

.Panel .SectionExpandable__icon.Heading2 > .fa {
    color: #1a1446; /*primary-color*/
}

.ButtonGroup_button.Button:hover {
    background: #1a1446; /*primary-color*/
}

.select2-container .select2-choice span {
    color: #1a1446; /*primary-color*/
}

.select2-dropdown-open .select2-choice {
    background-color: #fff;
}

.select2-results .select2-highlighted {
    background-color: #1a1446; /*primary-color*/
}

.IconBadge_number {
    background-color: #1a1446; /*primary-color*/
}

.desktop .NavigationBar a:hover, 
.desktop .NavigationBar a:link:hover {
    color: #1a1446; /*primary-color*/
}

.NavigationBar a.Active {
    color: #1a1446; /*primary-color*/
}

.desktop .NavigationBar a:hover:after, 
.desktop .NavigationBar a:link:hover:after,
.NavigationBar a.Active:after {
    background-color: #1a1446; /*primary-color*/
}

.NavigationBar a.Active:not(.IE8):before {
    border-bottom-color: #1a1446; /*primary-color*/
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover,
.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: #1a1446; /*primary-color*/
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left-color: #1a1446; /*primary-color*/
}

.phone .NavigationBar .InlineDropdown:active,
.phone .NavigationBar .InlineDropdown:link:active,
.tablet .NavigationBar .InlineDropdown:active,
.tablet .NavigationBar .InlineDropdown:link:active,
.phone .NavigationBar a:active, 
.phone .NavigationBar a:link:active,
.tablet .NavigationBar a:active, 
.tablet .NavigationBar a:link:active {
    color: #1a1446; /*primary-color*/
}

.phone .NavigationBar .InlineDropdown:active:after,
.phone .NavigationBar .InlineDropdown:link:active:after,
.tablet .NavigationBar .InlineDropdown:active:after,
.tablet .NavigationBar .InlineDropdown:link:active:after,
.phone .NavigationBar a:active:after, 
.phone .NavigationBar a:link:active:after,
.tablet .NavigationBar a:active:after, 
.tablet .NavigationBar a:link:active:after {
    background-color: #1a1446; /*primary-color*/
}

.Tabs__tab.active {
    border-top-color: #28a3af; /*primary-color*/
    color: #28a3af; /*primary-color*/
    border-top: 3px solid #28a3af;
    position: relative;
    bottom: -1px;
        border-right: 1px solid #dadbde;
}

.WizardStep a,
.WizardStep a:link,
.desktop .WizardStep a:hover,
.desktop .WizardStep a:link:hover
{
    color: #1a1446; /*primary-color*/
}


.WizardStep.ActiveStep {
    background: #1a1446; /*primary-color*/
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}

.WizardStep.ActiveStep:before {
    border-top-color: #1a1446; /*primary-color*/
    border-bottom-color: #1a1446; /*primary-color*/
}

.WizardStep.Past {
    background: #1a1446; /*primary-color*/
}

.WizardStep.Past:before {
    border-top-color: #1a1446; /*primary-color*/
    border-bottom-color: #1a1446; /*primary-color*/
}

.WizardStep.Past a,
.WizardStep.Past a:hover,
.WizardStep.Past a:link,
.WizardStep.Past a:link:hover,
.WizardStep.Past a[disabled="disabled"],
.WizardStep.Past a[disabled="disabled"]:hover
.WizardStep.ActiveStep a,
.WizardStep.ActiveStep a:hover,
.WizardStep.ActiveStep a:link,
.WizardStep.ActiveStep a:link:hover,
.WizardStep.ActiveStep a[disabled="disabled"],
.WizardStep.ActiveStep a[disabled="disabled"]:hover {
    color: #FFF;
}

.WizardStep.Past:after {
    border-right-color: #1a1446; /*primary-color*/
    border-top-color: #1a1446; /*primary-color*/
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

.Button,
a.Button {
    color: #1a1446; /*primary-color*/
}

.Button.ButtonDefault,
.Button.Is_Default {
    height:50px;
    border-radius: 3px;
    font-size:16;
    font-weight: bold;
    text-transform:capitalize; 
    background:#9AE6EB;
    border: 1px solid #9AE6EB;
    color: #3E4953;
    padding: 0 60px;
}

.desktop .Button.ButtonDefault:hover, 
.desktop .Button.Is_Default:hover {
    background-color: #01748D; /*primary-color*/
    border-color:#01748D; /*primary-color*/
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}
input.Button:focus
{
    background: #01748D;
    border: 1px solid #01748D;
    color: #fff;
}

.Button:hover:active,
a.Button:hover:active {
    color: #1a1446; /*primary-color*/
}

.Button.ButtonDefault:hover,
.Button.Is_Default:hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}

.Button.ButtonDefault:hover:active,
.Button.Is_Default:hover:active {
    background-color: #1a1446; /*primary-color*/
    border-color: #1a1446; /*primary-color*/
    color: #fff;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.desktop a.ActionAdd:hover:active,
.desktop a.ActionEdit:hover:active,
.desktop a.ActionDelete:hover:active,
.desktop a.ActionChange:hover:active {
    background-color: #1a1446; /*primary-color*/
    border-color: #1a1446; /*primary-color*/
    color: #fff;
}

a,
a:link,
a:visited,
.EditableTable tr.RowControlGroup a  {
    color: #1a1446; /*primary-color*/
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar {
    background: #1a1446; /*primary-color*/
}

.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #1a1446; /*primary-color*/
}

.Menu_DropDownButton.open .Menu_TopMenu .Menu_DropDownArrow {
    border-top-color: #fff;
    opacity: .5;
}

.tablet a.Header_ButtonMenu, 
.phone a.Header_ButtonMenu {
    color: #FFF;
}

.Page.active .Header_ButtonMenu {
    color: #FFF;
}

.SectionIndex.vertical a.active, 
.SectionIndex.vertical a:hover {
    color: #1a1446; /*primary-color*/
    border-left-color: #1a1446; /*primary-color*/
}

.SectionIndex a, 
.SectionIndex a:link, 
.SectionIndex a:visited,
.SectionIndex a.active, 
.SectionIndex a:hover,
.desktop .SectionIndex a:hover{
    color: #1a1446; /*primary-color*/
    border-bottom-color: #1a1446; /*primary-color*/
    text-decoration: none;
}


.AccordionVertical___title {
    color: #1a1446; /*primary-color*/
}

.SectionExpandable.expanded .SectionExpandable_header .Heading2 {
    color: #1a1446; /*primary-color*/
}


.Button.Link {
    color: #1a1446; /*primary-color*/
}

.desktop .Button.Link:hover {
    border-color: #1a1446; /*primary-color*/
    color: #1a1446; /*primary-color*/
}

.desktop .Button:hover, 
.desktop a.Button:hover {
    color: #1a1446; /*primary-color*/
}

.ButtonGroup_button.active, 
.desktop .ButtonGroup_button.active:hover {
    background-color: #1a1446; /*primary-color*/
}

.ButtonGroup_button.Button:hover,
.ButtonGroup_button.Button:hover .fa{
    color: #FFF;
}


.Calendar-day-selected, 
.Calendar-day-selected:hover {
    background: #1a1446; /*primary-color*/
}

.Calendar-navDisabled > div, 
.topBar-navDisabled .Calendar-navBtn > div,
.Calendar-time-down, 
.Calendar-time-up, 
.Calendar-time-am {
    color: #1a1446; /*primary-color*/
}

.pika-prev:after,
.pika-next:after {
    color: #1a1446; /*primary-color*/ 
}

.Calendar-navBtn > div {
    color: #1a1446; /*primary-color*/ 
}

.pika-title {
    border-bottom: 2px solid #1a1446; /*primary-color*/
}

.is-selected .pika-button {
   background-color: #1a1446; /*primary-color*/
}

.has-event .pika-button:after {
   background-color: #1a1446; /*primary-color*/ 
}


.DropdownMenu .PH > a,
.DropdownMenu .PH > a:hover {
    color: #1a1446; /*primary-color*/
}

.SliderRange .ui-slider-range, .noUi-origin.noUi-connect {
    background-color: #1a1446; /*primary-color*/
}

.EditableTable tr.RowControlGroup a:hover {
    color:  #1a1446; /*primary-color*/
}

.desktop .Button.ButtonDefault:hover,
.Button.Button.Is_Default:hover {
    background-color: #01748D; /*primary-color*/
    border-color: #01748D; /*primary-color*/
}
.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #1a1446; /*primary-color*/
}

td.RowWithAddAction a:hover {
    color: #1a1446; /*primary-color*/
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.InfoTooltip .tooltipstered,
.ListItem  .tooltipstered{
    color: #1a1446; /*primary-color*/
}

div.Menu_DropDownPanel a:hover, 
div.Menu_DropDownPanel a:link:hover,
div.Menu_DropDownPanel a:visited:hover,
div.Menu_DropDownPanel a.Menu_SubMenuItem:hover,
div.Menu_DropDownPanel a.Menu_SubMenuItem.Menu_SubMenuItemActive {
    color: #FFF;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5);
    
}

/ Menu tablet and phone /
.tablet .Application_Menu,
.phone .Application_Menu {
    background: var(--yellow-color); /*primary-color*/
}


.Page > .Content {
    padding-top: 49px;
}


div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-title,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-title{
    color: #FFF;
    top:0;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close {
    opacity: 1;
    top: 15px;
    background-image: url(/WebPatterns/img/PopupCloseWhite.png?581);
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar{
    padding-top:0;
}


div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-title,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-title{
    color: #FFF;
    top:10px;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close {
    opacity: 1;
    top: 15px;
    background-image: url(/WebPatterns/img/PopupCloseWhite.png?581);
}

.Feedback_AjaxWait {
    color: #222;
}

.Feedback_AjaxWait .Loader {
    -webkit-animation: loader 1.3s infinite linear;
            animation: loader 1.3s infinite linear;
    border-radius: 50%;
    font-size: 4px;
    height: 1em;
    margin-bottom: 20px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
            transform: translateZ(0);
    width: 1em;
    background: transparent;
}
.Menu_TopMenu a:link, .Menu_TopMenu a:visited, .Menu_TopMenu a
{
    color: var(--default-txt);
    background: var(--yellow-color);
}
.Menu_TopMenuActive:hover a:link, .Menu_TopMenuActive a:link, .Menu_TopMenuActive:hover a:visited, .Menu_TopMenuActive a:visited, .Menu_TopMenuActive:hover a, .Menu_TopMenuActive a, .Menu_TopMenu:hover a, .Menu_TopMenu a {
    color: #000;
    background: #fff;
}

.Tabs__tab {
    background-color: var(--tab-color);
    color: #fff;
     padding: 15px;
}
.Tabs__tab:hover {
   background-color: #06748C;
    color: #fff;
}
}
input[type="radio"]:after
{
    background: #555555;
    border: 2px solid #555555;
}
.Heading1
{
    font-size: 3.5rem;
}
.Heading2
{
    font-size: 2rem;
}
.Heading3
{
    font-size: 1.5rem;
}
.ToggleButton.changed {
    background-color:var(--tab-color);
}
@-webkit-keyframes loader {
    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #222, 2em -2em 0 0 #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 0 #222;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 .2em #222, 3em 0 0 0 #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    25% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 0 #222, 3em 0 0 .2em #222, 2em 2em 0 0 #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    37.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 0 #222, 2em 2em 0 .2em #222, 0 3em 0 0 #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    50% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 0 #222, 0 3em 0 .2em #222, -2em 2em 0 0 #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    62.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 0 #222, -2em 2em 0 .2em #222, -3em 0 0 0 #222, -2em -2em 0 -.5em #222;
    }
    75% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 .2em #222, -2em -2em 0 0 #222;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 0 #222, -2em -2em 0 .2em #222;
    }
}
@keyframes loader {
    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #222, 2em -2em 0 0 #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 0 #222;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 .2em #222, 3em 0 0 0 #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    25% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 0 #222, 3em 0 0 .2em #222, 2em 2em 0 0 #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    37.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 0 #222, 2em 2em 0 .2em #222, 0 3em 0 0 #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    50% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 0 #222, 0 3em 0 .2em #222, -2em 2em 0 0 #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    62.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 0 #222, -2em 2em 0 .2em #222, -3em 0 0 0 #222, -2em -2em 0 -.5em #222;
    }
    75% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 .2em #222, -2em -2em 0 0 #222;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 0 #222, -2em -2em 0 .2em #222;
    }
}

/ $4.2.1 - Patterns - Controls - AnimatedLabel /
.animated-label {
    position: relative;
    display: block;
    border: 1px solid #707070;
    min-height: 45px;
    border-radius: 4px;
}

.animated-label-text {
    color: var(--color-neutral-8);
    left: 40px;
    pointer-events: none;
    position: absolute;
    top: 6px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;            
    
    
    color:var(--border-dark);
}

.animated-label.active .animated-label-text {
    top: 3px;
    left: 10px;
    font-size: 13px;
}

.animated-label-input .input {
    border: 1px solid #ccc;
}

.animated-label-inline .input,
.layout .Form .animated-label-inline .input.ReadOnly:not(.Not_Valid) {
    font-size: 14px;
    padding: 5px;
    line-height: 35px;
    vertical-align: text-bottom;
    border: 0;
    margin-top: 11px;
    padding-left: 10px;
    box-shadow:  0 0 0 0;
   /* color: #565656;*/
}

.animated-label-inline .animated-label-text {
    left:10px;
    top: 12px;
}

.layout .Form .animated-label-inline .input.ReadOnly:not(.Not_Valid):hover {
    border-left: 0;
    border-radius: var(--border-radius-none);
    border-right: 0;
    border-top: 0;    
}

.animated-label-inline .input:hover,
.layout .Form .animated-label-inline .input.ReadOnly:not(.Not_Valid):hover {
    border: 0;
    border-bottom: var(--border-size-s) solid var(--color-neutral-6);
} 

.animated-label-inline .input:focus,
.layout .Form .animated-label-inline .input.ReadOnly:not(.Not_Valid):focus {
    border: 0;
    border-bottom: var(--border-size-s) solid var(--color-primary);
} 

.animated-label-inline .input.Not_Valid {
    border: 0;
    border-bottom: var(--border-size-s) solid var(--color-error);
}

.animated-label-inline .input.Not_Valid:hover,
.animated-label-inline .input.Not_Valid:focus {
    border: 0;
    border-bottom: var(--border-size-s) solid var(--color-error);
} 

.animated-label-input .fa-fw {
    text-align: center;
    background: #ccc;
    padding: 3px;
    width: 33px;
    height: 30px;
    position: absolute;
    top: 1px;
    line-height: 24px;
}
/*animation end*/
.Header .Application_Title img
{
    max-height: 46px;
}

.Header_Menu a:hover, .Header_Menu a:link:hover, .Header_Menu a:visited:hover, .desktop a:hover, .desktop a:link:hover {
    color: #1a1446;
}

.TileIconText_label
{
        font-size: 1.5rem;
    color:var(--default-txt);
}

.Card
{
    background-color: #fff;
    border:0px solid #dadbde; 
    box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1);
    border-radius: .5rem;
    padding: 1rem;
}

.CardSimple
{
    padding: 0px;
}
.Card .Card_Title
{
    box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1);
    padding: 1rem !important;
}


.CardSimple .Card_Text {
    margin-bottom: 13px;
    margin-top: 0px;
    padding: 1rem;
   
}
.main-field
{
    margin-left: 10px;
}
.Title
{
    font-weight: 600;
    margin-bottom: 10px;
}

.form-field-sec .form-field
{
    font-size: 14px;
    font-weight: 600;
}

.mandatory-field::after
{
    content:"*";
    color: red;
    padding-left: 3px;
}

textarea, select, 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"]
{
    font-size: 14px;
}

a, a:link, a:visited, .EditableTable tr.RowControlGroup a {
    color: #28a3af;
}

/*Custom Css*/
.table-responsive{
    display: block;
    overflow: auto;
    width: 100%;
}
.TableRecords_OddLine, .TableRecords_EvenLine {
    border-bottom: 0;
}
.desktop .Content.ThemeGrid_Wrapper {
    min-width: 980px;
    max-width: 1400px !important;
    margin: 0 auto;
}

.tablet .Content.ThemeGrid_Wrapper,
.phone .Content.ThemeGrid_Wrapper {
    margin: 0 auto;
}
.Header {
    background: #1A1446;
    box-shadow: 0 0 0 0;
    border-bottom: 2px solid #FFD000;
}
.Application_Menu {
    position: absolute;
    left: 97px;
    top: 0px;
    z-index: 999;
}
.Header_Menu, .Application_Menu {
    background-color: #1a1446;
    margin-top:0px;
}
.Page .Text_blue {
    color: #fff !important;
}
.Application_Menu {
    position: absolute;
    left: 250px;
    top: 0px;
    z-index: 999;
    background: transparent;
}


.TableRecords_Header {
    border-bottom: 0px solid #f7f7f7;
    color: #999;
    padding:10px;
    border-right: 1px solid #f7f7f7;
}
.TableRecords_OddLine, .TableRecords_EvenLine {
    border-bottom: 1px solid #f7f7f7;
    padding: 7px 0 7px 10px;
    border: 1px solid #f7f7f7;
    text-align:center;
    word-break: break-word;
}
.TableRecords th {
    background: #FFD000;
    color: #1A1446;
    text-transform: uppercase;
    font-weight: 500;
}
.TableRecords_OddLine, .TableRecords_EvenLine {
    border-bottom: 1px solid #f7f7f7;
    padding: 7px 0 7px 10px;
    border: 1px solid #f7f7f7;
}
.TableRecords
{
 border-top:0px;
}
.TableRecords th {
    background: #FFD000;
    color: #1A1446;
    text-align: center;
}
.main-title, .Title_Section span
{
    font-size: 20px;
    font-weight: bold;
    color: #1A1446;
}

.Title_Section {
     background: #f5f5f5 !important;
    border: 1px dashed #ccc;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 10px;
    display: flex;
}
html {
    background: #fcfcfc;
}

.Button {
    border-radius: 3px;
    font-weight: 300;
}
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"] {
    
    border-radius: 3px;
}

.Pull-left
{
    float: left;
    display: inline-block;
}
.display-flex
{
    display: inline-flex;
}

.Content {
    padding-top: 76px !important;
}
.ListNavigation_Wrapper {
    background-color: transparent;
}


.Page .Text_blue {
    color: #fff !important; 
}
.TableRecords
{
    margin-top:7px;
}
.Header
{
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0,0);
    border-bottom: 2px solid #FFD000;
}

.desktop .TableRecords > tbody > tr:hover, .desktop .TableRecords > tbody > tr:hover td, .desktop .EditableTable > tbody > tr:hover td {
    transform: scale(1.000);
    background: #e7e7e7 !important;
}
.TableRecords_EvenLine
{
    background-color: #f8f6ff;
}
.TableRecords_Header {
    border-bottom: 1px solid #f7f7f7;
    border: 0px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
}
.TableRecords_OddLine, .TableRecords_EvenLine {
    border-bottom: 1px solid #f7f7f7;
    padding: 7px 0 7px 10px;
    border: 0px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
}
   /* Absolute Center Spinner */
.Feedback_AjaxWait {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*Custom table css*/
/*
    How to generate a theme for your company: 
    
        1 - Go to https://silkui.outsystems.com/ThemeCustomizer/GenerateLisbon.aspx
        2 - Copy the generated CSS
        3 - Replace the CSS for Primary Color Customization below with the Generated CSS

*/

/*------------------------------------*\
             Import Font
\*------------------------------------*/
.margintop10
{
margin-top: 10px;
}
.margintop20
{
margin-top: 20px;
}
.margintop30
{
margin-top: 30px;
}
.Card .Card_Title.Heading3
{
    font-size: 1.2rem; 
}
.margintop40
{
margin-top: 40px;
}
:root
{
    --yellow-color:#FFD100; /*-primary color-*/
    --dark-grey:#343741; /*-dark grey color-*/
    ----white-color:#fff;/*-white color-*/
    --liberty-blue:#1A1446; /*-liberty-blue color-*/
    --border-light:#C0BFC0;/*-border-light color-*/
    --border-midium:#919191;/*-border-midium color-*/
    --border-dark:#565656;/*-border-dark color-*/
    --default-txt:#343741; /*-default-txt-*/
    --medium-txt:#565656; /*-disable button-txt, form label and user input text-*/
    --light-txt:#707070; /*-Form floating label txt-*/
    --link-txt:#06748C;  /*-link txt-*/
    --discount-txt:#008040; /*-discount-txt-*/
    --error-txt:#D32F2F;/*-error-txt-*/
    --tab-color:#28A3AF; /*- Tab color-*/
}


@font-face {
    font-family: 'Roboto';
    src: url('/RichWidgets/fonts/Roboto-Regular-webfont.eot');
    src: url('/RichWidgets/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/RichWidgets/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('/RichWidgets/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/RichWidgets/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/RichWidgets/fonts/Roboto-Bold-webfont.eot');
    src: url('/RichWidgets/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/RichWidgets/fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('/RichWidgets/fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('/RichWidgets/fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;
}



/*------------------------------------*\
             Font Definition
\*------------------------------------*/

 /* html, body, a, select, form, fieldset, table, tr, td, img, input, button, select, textarea, optgroup, option {
    font-family: 'Open-Sans', sans-serif;
} */

html,
body,
a,
select,
fieldset,
input,
button,
select,
textarea,
optgroup,
option {
    font-family: 'Roboto', sans-serif;
}
body
{
    background:#F6F5F8; 
    color: var(--default-txt);
}

/* Font OpenSans classes */
.Roboto_Regular {
    font-family:  'Roboto', sans-serif;
    font-weight: 400;
}

.Roboto_Bold {
    font-family:  'Roboto', sans-serif;
    font-weight: 700;
}

/***************************************/
/**** PRIMARY COLOR CUSTOMIZATION ****/
/***************************************/
a,
a:link,
a:visited,
.Footer a,
.Footer a:link,
.Footer a:visited {
    color: var(--dark-grey); /*primary-color*/
}

.desktop a:hover,
.desktop a:link:hover,
.desktop a:visited:hover {
    color: #1a1446; /*primary-color*/
}

.Header_background {
    background-color: var(--yellow-color); /*primary-color*/
    border-bottom-color: var(--yellow-color); /*primary-color*/    
}

.Header_title {    
    border-right-color: #1a1446; /*primary-color*/
}

.Menu_DropDownPanel {
    background-color: #1a1446; /*primary-color*/
}

.Menu_TopMenu a span.fa {
    border-color: #1a1446; /*primary-color*/
}

.Menu_TopMenu:hover span.fa {
    color: #FFF;
    border-color: #FFF;
}

.Menu_TopMenu:hover .Menu_DropDownArrow {
    border-top-color: #FFF;
}

.Menu_TopMenuActive {
    border-top-color: #FFF;
    line-height:  inherit;
}

.Header_Menu a:hover, 
.Header_Menu a:link:hover, 
.Header_Menu a:visited:hover,
.desktop a:hover, 
.desktop a:link:hover {
    color: #FFF;
}

.Menu_TopMenuActive:hover a:link, .Menu_TopMenuActive a:link,
.Menu_TopMenuActive:hover a:visited, .Menu_TopMenuActive a:visited,
.Menu_TopMenuActive:hover a, .Menu_TopMenuActive a,
.Menu_TopMenu:hover a, .Menu_TopMenu a {
     color: var(--default-txt);
}

.Menu_TopMenuActive .Menu_DropDownArrow,
.Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-top-color: #FFF;
}

.Menu_DropDownArrow {
    border-top-color: #FFF;
}

.Menu_TopMenuActive a span.fa {
    color: #FFF;
    border-color: #FFF;
}

.Menu_DropDownPanel a span.fa {
    color: #FFF;
}
.Menu_TopMenuActive {
    background-color: transparent;
    border-top: 0px solid #dab702;
    box-shadow: 0 0 0 0;    
}
.Menu_TopMenuActive {
    border-top-color: #FFF;
}
a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis {
    color: #1a1446; /*primary-color*/
}

a.ListNavigation_PageNumber:link:hover,
span.ListNavigation_CurrentPageNumber:hover,
span.ListNavigation_Ellipsis:hover {
    color: #1a1446; /*primary-color*/
}

a.ListNavigation_Previous:link,
a.ListNavigation_Next:link,
span.ListNavigation_DisabledNext, 
span.ListNavigation_DisabledPrevious {
    color: #1a1446; /*primary-color*/
}

a.ListNavigation_Previous:link:hover,
a.ListNavigation_Next:link:hover,
span.ListNavigation_DisabledNext:hover, 
span.ListNavigation_DisabledPrevious:hover {
    color: #1a1446; /*primary-color*/
}

a.ActionAdd,
a.ActionAdd:link,
a.ActionAdd:visited,
a.ActionEdit,
a.ActionEdit:link,
a.ActionEdit:visited,
a.ActionDelete,
a.ActionDelete:link,
a.ActionDelete:visited,
a.ActionChange,
a.ActionChange:link,
a.ActionChange:visited {
    background-color: #1a1446; /*primary-color*/
    border-color: #1a1446; /*primary-color*/
}

.desktop a.ActionAdd:hover,
.desktop a.ActionAdd:hover:visited,
.desktop a.ActionAdd:link:hover,
.desktop a.ActionEdit:hover,
.desktop a.ActionEdit:link:hover,
.desktop a.ActionEdit:link:visited,
.desktop a.ActionDelete:hover,
.desktop a.ActionDelete:hover:visited,
.desktop a.ActionDelete:link:hover,
.desktop a.ActionChange:hover,
.desktop a.ActionChange:hover:visited,
.desktop a.ActionChange:link:hover {
    background-color: #1a1446; /*primary-color*/
    border-color: #1a1446; /*primary-color*/
    box-shadow: none;
    color: #fff;
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}

.desktop a.ActionAdd:hover:active,
.desktop a.ActionEdit:hover:active,
.desktop a.ActionDelete:hover:active,
.desktop a.ActionChange:hover:active {
    background-color: #1a1446; /*primary-color*/
    border-color: #1a1446; /*primary-color*/
    color: #FFF;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.Login_Footer {
    background: #1a1446; /*primary-color*/
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:    -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:     -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:      -o-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image:          linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}


.AccordionVertical_item.open .AccordionVertical___icon > .fa {
    color: #1a1446; /*primary-color*/
}
.AccordionVertical_item.open > .AccordionVertical__header > .AccordionVertical___icon > .fa {
    color: #1a1446; /*primary-color*/
}

.expanded .SectionExpandable__icon.Heading2 > .fa {
    color: #1a1446; /*primary-color*/
}

.Panel .SectionExpandable__icon.Heading2 > .fa {
    color: #1a1446; /*primary-color*/
}

.ButtonGroup_button.Button:hover {
    background: #1a1446; /*primary-color*/
}

.select2-container .select2-choice span {
    color: #1a1446; /*primary-color*/
}

.select2-dropdown-open .select2-choice {
    background-color: #fff;
}

.select2-results .select2-highlighted {
    background-color: #1a1446; /*primary-color*/
}

.IconBadge_number {
    background-color: #1a1446; /*primary-color*/
}

.desktop .NavigationBar a:hover, 
.desktop .NavigationBar a:link:hover {
    color: #1a1446; /*primary-color*/
}

.NavigationBar a.Active {
    color: #1a1446; /*primary-color*/
}

.desktop .NavigationBar a:hover:after, 
.desktop .NavigationBar a:link:hover:after,
.NavigationBar a.Active:after {
    background-color: #1a1446; /*primary-color*/
}

.NavigationBar a.Active:not(.IE8):before {
    border-bottom-color: #1a1446; /*primary-color*/
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover,
.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: #1a1446; /*primary-color*/
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left-color: #1a1446; /*primary-color*/
}

.phone .NavigationBar .InlineDropdown:active,
.phone .NavigationBar .InlineDropdown:link:active,
.tablet .NavigationBar .InlineDropdown:active,
.tablet .NavigationBar .InlineDropdown:link:active,
.phone .NavigationBar a:active, 
.phone .NavigationBar a:link:active,
.tablet .NavigationBar a:active, 
.tablet .NavigationBar a:link:active {
    color: #1a1446; /*primary-color*/
}

.phone .NavigationBar .InlineDropdown:active:after,
.phone .NavigationBar .InlineDropdown:link:active:after,
.tablet .NavigationBar .InlineDropdown:active:after,
.tablet .NavigationBar .InlineDropdown:link:active:after,
.phone .NavigationBar a:active:after, 
.phone .NavigationBar a:link:active:after,
.tablet .NavigationBar a:active:after, 
.tablet .NavigationBar a:link:active:after {
    background-color: #1a1446; /*primary-color*/
}

.Tabs__tab.active {
    border-top-color: #28a3af; /*primary-color*/
    color: #28a3af; /*primary-color*/
    border-top: 3px solid #28a3af;
    position: relative;
    bottom: -1px;
    border-right: 1px solid #dadbde;
}

.WizardStep a,
.WizardStep a:link,
.desktop .WizardStep a:hover,
.desktop .WizardStep a:link:hover
{
    color: #1a1446; /*primary-color*/
}
.WizardStep.ActiveStep {
    background: #1a1446; /*primary-color*/
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}

.WizardStep.ActiveStep:before {
    border-top-color: #1a1446; /*primary-color*/
    border-bottom-color: #1a1446; /*primary-color*/
}

.WizardStep.Past {
    background: #1a1446; /*primary-color*/
}

.WizardStep.Past:before {
    border-top-color: #1a1446; /*primary-color*/
    border-bottom-color: #1a1446; /*primary-color*/
}

.WizardStep.Past a,
.WizardStep.Past a:hover,
.WizardStep.Past a:link,
.WizardStep.Past a:link:hover,
.WizardStep.Past a[disabled="disabled"],
.WizardStep.Past a[disabled="disabled"]:hover
.WizardStep.ActiveStep a,
.WizardStep.ActiveStep a:hover,
.WizardStep.ActiveStep a:link,
.WizardStep.ActiveStep a:link:hover,
.WizardStep.ActiveStep a[disabled="disabled"],
.WizardStep.ActiveStep a[disabled="disabled"]:hover {
    color: #FFF;
}

.WizardStep.Past:after {
    border-right-color: #1a1446; /*primary-color*/
    border-top-color: #1a1446; /*primary-color*/
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

.Button,
a.Button {
    color: #1a1446; /*primary-color*/
}

.Button.ButtonDefault,
.Button.Is_Default {
    height:50px;
    border-radius: 3px;
    font-size:16;
    font-weight: bold;
    text-transform:capitalize; 
    background:#9AE6EB;
    border: 1px solid #9AE6EB;
    color: #3E4953;
    padding: 0 60px;
}


input.Button:focus
{
    background: #01748D;
    border: 1px solid #01748D;
    color: #fff;
}

.Button:hover:active,
a.Button:hover:active {
    color: #1a1446; /*primary-color*/
}

.Button.ButtonDefault:hover,
.Button.Is_Default:hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}

.Button.ButtonDefault:hover:active,
.Button.Is_Default:hover:active {
    background-color: #1a1446; /*primary-color*/
    border-color: #1a1446; /*primary-color*/
    color: #fff;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.desktop a.ActionAdd:hover:active,
.desktop a.ActionEdit:hover:active,
.desktop a.ActionDelete:hover:active,
.desktop a.ActionChange:hover:active {
    background-color: #1a1446; /*primary-color*/
    border-color: #1a1446; /*primary-color*/
    color: #fff;
}

a,
a:link,
a:visited,
.EditableTable tr.RowControlGroup a  {
    color: #1a1446; /*primary-color*/
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar {
    background: #1a1446; /*primary-color*/
}

.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #1a1446; /*primary-color*/
}

.Menu_DropDownButton.open .Menu_TopMenu .Menu_DropDownArrow {
    border-top-color: #fff;
    opacity: .5;
}

.tablet a.Header_ButtonMenu, 
.phone a.Header_ButtonMenu {
    color: #FFF;
}

.Page.active .Header_ButtonMenu {
    color: #FFF;
}

.SectionIndex.vertical a.active, 
.SectionIndex.vertical a:hover {
    color: #1a1446; /*primary-color*/
    border-left-color: #1a1446; /*primary-color*/
}

.SectionIndex a, 
.SectionIndex a:link, 
.SectionIndex a:visited,
.SectionIndex a.active, 
.SectionIndex a:hover,
.desktop .SectionIndex a:hover{
    color: #1a1446; /*primary-color*/
    border-bottom-color: #1a1446; /*primary-color*/
    text-decoration: none;
}

.AccordionVertical___title {
    color: #1a1446; /*primary-color*/
}

.SectionExpandable.expanded .SectionExpandable_header .Heading2 {
    color: #1a1446; /*primary-color*/
}
.Button.Link {
    color: #1a1446; /*primary-color*/
}
.desktop .Button.Link:hover {
    border-color: #1a1446; /*primary-color*/
    color: #1a1446; /*primary-color*/
}

.desktop .Button:hover, 
.desktop a.Button:hover {
    color: #1a1446; /*primary-color*/
}

.ButtonGroup_button.active, 
.desktop .ButtonGroup_button.active:hover {
    background-color: #1a1446; /*primary-color*/
}

.ButtonGroup_button.Button:hover,
.ButtonGroup_button.Button:hover .fa{
    color: #FFF;
}


.Calendar-day-selected, 
.Calendar-day-selected:hover {
    background: #1a1446; /*primary-color*/
}

.Calendar-navDisabled > div, 
.topBar-navDisabled .Calendar-navBtn > div,
.Calendar-time-down, 
.Calendar-time-up, 
.Calendar-time-am {
    color: #1a1446; /*primary-color*/
}
.pika-prev:after,
.pika-next:after {
    color: #1a1446; /*primary-color*/ 
}

.Calendar-navBtn > div {
    color: #1a1446; /*primary-color*/ 
}
.pika-title {
    border-bottom: 2px solid #1a1446; /*primary-color*/
}
.is-selected .pika-button {
   background-color: #1a1446; /*primary-color*/
}

.has-event .pika-button:after {
   background-color: #1a1446; /*primary-color*/ 
}
.DropdownMenu .PH > a,
.DropdownMenu .PH > a:hover {
    color: #1a1446; /*primary-color*/
}

.SliderRange .ui-slider-range, .noUi-origin.noUi-connect {
    background-color: #1a1446; /*primary-color*/
}

.EditableTable tr.RowControlGroup a:hover {
    color:  #1a1446; /*primary-color*/
}

.desktop .Button.ButtonDefault:hover,
.Button.Button.Is_Default:hover {
    background-color: #1a1446 !important;
    border-color: #1F4788;
    -webkit-filter: brightness(1) !important;
    filter: brightness(1) !important;
    color: #fff;
}
.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #1a1446; /*primary-color*/
}

td.RowWithAddAction a:hover {
    color: #1a1446; /*primary-color*/
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.InfoTooltip .tooltipstered,
.ListItem  .tooltipstered{
    color: #1a1446; /*primary-color*/
}

div.Menu_DropDownPanel a:hover, 
div.Menu_DropDownPanel a:link:hover,
div.Menu_DropDownPanel a:visited:hover,
div.Menu_DropDownPanel a.Menu_SubMenuItem:hover,
div.Menu_DropDownPanel a.Menu_SubMenuItem.Menu_SubMenuItemActive {
    color: #FFF;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5);    
}

/ Menu tablet and phone /
.tablet .Application_Menu,
.phone .Application_Menu {
    background: var(--yellow-color); /*primary-color*/
}

.Application_Menu {
    background:var(--yellow-color); /*primary-color*/
}
.Page > .Content {
    padding-top: 49px;
}
div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-title,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-title{
    color: #FFF;
    top:0;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close {
    opacity: 1;
    top: 15px;
    background-image: url(/WebPatterns/img/PopupCloseWhite.png?581);
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar{
    padding-top:0;
}
div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-title,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-title{
    color: #FFF;
    top:10px;
}
div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close {
    opacity: 1;
    top: 15px;
    background-image: url(/WebPatterns/img/PopupCloseWhite.png?581);
}

.Feedback_AjaxWait {
    color: #222;
}

.Feedback_AjaxWait .Loader {
    -webkit-animation: loader 1.3s infinite linear;
    animation: loader 1.3s infinite linear;
    border-radius: 50%;
    font-size: 4px;
    height: 1em;
    margin-bottom: 20px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
            transform: translateZ(0);
    width: 1em;
    background: transparent;
}
.Menu_TopMenu a:link, .Menu_TopMenu a:visited, .Menu_TopMenu a
{
    color: var(--default-txt);
    background: var(--yellow-color);
}
.Menu_TopMenuActive:hover a:link, .Menu_TopMenuActive a:link, .Menu_TopMenuActive:hover a:visited, .Menu_TopMenuActive a:visited, .Menu_TopMenuActive:hover a, .Menu_TopMenuActive a, .Menu_TopMenu:hover a, .Menu_TopMenu a {
    color: #000;
    background: #fff;
}

.TableRecords
{
    padding: 0px;
}
.TableRecords_Header
{
    background: var(--tab-color);
    color: #fff;
}

input[type="radio"]:after
{
    background: #555555;
    border: 2px solid #555555;
}
.Heading1
{
    font-size: 3.5rem;
}
.Heading2
{
    font-size: 2rem;
}
.Heading3
{
    font-size: 1.5rem;
}
.ToggleButton.changed {
    background-color:var(--tab-color);
}
@-webkit-keyframes loader {
    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #222, 2em -2em 0 0 #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 0 #222;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 .2em #222, 3em 0 0 0 #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    25% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 0 #222, 3em 0 0 .2em #222, 2em 2em 0 0 #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    37.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 0 #222, 2em 2em 0 .2em #222, 0 3em 0 0 #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    50% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 0 #222, 0 3em 0 .2em #222, -2em 2em 0 0 #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    62.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 0 #222, -2em 2em 0 .2em #222, -3em 0 0 0 #222, -2em -2em 0 -.5em #222;
    }
    75% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 .2em #222, -2em -2em 0 0 #222;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 0 #222, -2em -2em 0 .2em #222;
    }
}
@keyframes loader {
    0%,
    100% {
        box-shadow: 0 -3em 0 .2em #222, 2em -2em 0 0 #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 0 #222;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 .2em #222, 3em 0 0 0 #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    25% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 0 #222, 3em 0 0 .2em #222, 2em 2em 0 0 #222, 0 3em 0 -.5em #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    37.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 0 #222, 2em 2em 0 .2em #222, 0 3em 0 0 #222, -2em 2em 0 -.5em #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    50% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 0 #222, 0 3em 0 .2em #222, -2em 2em 0 0 #222, -3em 0 0 -.5em #222, -2em -2em 0 -.5em #222;
    }
    62.5% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 0 #222, -2em 2em 0 .2em #222, -3em 0 0 0 #222, -2em -2em 0 -.5em #222;
    }
    75% {
        box-shadow: 0 -3em 0 -.5em #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 .2em #222, -2em -2em 0 0 #222;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #222, 2em -2em 0 -.5em #222, 3em 0 0 -.5em #222, 2em 2em 0 -.5em #222, 0 3em 0 -.5em #222, -2em 2em 0 0 #222, -3em 0 0 0 #222, -2em -2em 0 .2em #222;
    }
}

/* $4.2.1 - Patterns - Controls - AnimatedLabel*/
.animated-label {
    position: relative;
    display: block;
    border: 1px solid #707070;
    min-height: 45px;
    border-radius: 4px;
}

.animated-label-text {
    color: var(--color-neutral-8);
    left: 40px;
    pointer-events: none;
    position: absolute;
    top: 6px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;            
    
    
    color:var(--border-dark);
}

.animated-label.active .animated-label-text {
    top: 3px;
    left: 10px;
    font-size: 13px;
}

.animated-label-input .input {
    border: 1px solid #ccc;
}

.animated-label-inline .input,
.layout .Form .animated-label-inline .input.ReadOnly:not(.Not_Valid) {
    font-size: 14px;
    padding: 5px;
    line-height: 35px;
    vertical-align: text-bottom;
    border: 0;
    margin-top: 11px;
    padding-left: 10px;
    box-shadow:  0 0 0 0;
}

.animated-label-inline .animated-label-text {
    left:10px;
    top: 12px;
}

.layout .Form .animated-label-inline .input.ReadOnly:not(.Not_Valid):hover {
    border-left: 0;
    border-radius: var(--border-radius-none);
    border-right: 0;
    border-top: 0;    
}

.animated-label-inline .input:hover,
.layout .Form .animated-label-inline .input.ReadOnly:not(.Not_Valid):hover {
    border: 0;
    border-bottom: var(--border-size-s) solid var(--color-neutral-6);
} 

.animated-label-inline .input:focus,
.layout .Form .animated-label-inline .input.ReadOnly:not(.Not_Valid):focus {
    border: 0;
    border-bottom: var(--border-size-s) solid var(--color-primary);
} 

.animated-label-inline .input.Not_Valid {
    border: 0;
    border-bottom: var(--border-size-s) solid var(--color-error);
}

.animated-label-inline .input.Not_Valid:hover,
.animated-label-inline .input.Not_Valid:focus {
    border: 0;
    border-bottom: var(--border-size-s) solid var(--color-error);
} 

.animated-label-input .fa-fw {
    text-align: center;
    background: #ccc;
    padding: 3px;
    width: 33px;
    height: 30px;
    position: absolute;
    top: 1px;
    line-height: 24px;
}
/*animation end*/
.Header .Application_Title img
{
    max-height: 46px;
}

.text-uppercase
{
    text-transform: uppercase !important;
}

.Header_Menu a:hover, .Header_Menu a:link:hover, .Header_Menu a:visited:hover, .desktop a:hover, .desktop a:link:hover {
    color: #1a1446;
}


.TileIconText_label
{
        font-size: 1.5rem;
    color:var(--default-txt);
}
.Card
{
    background-color: #fff;
     border:0px solid #dadbde; 
    box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1);
    border-radius: .5rem;
    padding: 1rem;
}

.Card .Card_Title
{
    box-shadow: 0 0.125rem 0.8rem rgba(0,0,0,0.1);
    padding: 1rem !important;
}
.CardSimple .Card_Text {
    margin-bottom: 13px;
    margin-top: 0px;
    padding: 1rem;   
}
.main-field
{
    margin-left: 10px;
}
.Title
{
    font-weight: 600;
    margin-bottom: 10px;
}

.form-field-sec .form-field
{
    font-size: 14px;
    font-weight: 600;
}

.TableRecords_OddLine, .TableRecords_EvenLine {    
    padding: 12px 10px;
}

.mandatory-field::after
{
    content:"*";
    color: red;
    padding-left: 3px;
}
textarea, select, 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"]
{
    font-size: 14px;
}

a, a:link, a:visited, .EditableTable tr.RowControlGroup a {
    color: #28a3af;
}
.Button.ButtonDefault, .Button.Is_Default {
    background-color: #1a1446 !important;
    border-color: #1a1446 !important;
    color: #fff;
}
.Button, a.Button
{
    height: 50px;
    min-width: 120px;
    border-radius: 3px;
    padding: 0 60px;
}
.desktop .Button.ButtonDefault:hover, .desktop .Button.Is_Default:hover
{
    background-color: #1a1446 !important;
    border-color: #1a1446 !important;
    -webkit-filter: brightness(1)  !important;
    filter: brightness(1)  !important;
    color: #fff;
}

.desktop .Button:hover, .desktop a.Button:hover
{
    background: #fff;
    filter: brightness(1) !important;    
}
.desktop .Button:hover, .desktop a.Button:hover {
    background-color: #fff !important;
    -webkit-filter: brightness(1) !important;
    filter: brightness(1) !important;
}
.desktop .Button.ButtonDefault:hover,
.desktop .Button.Is_Default:hover {
     background-color: #1A1446 !important;
    border-color: #1A1446  !important;
    -webkit-filter: brightness(1)  !important;
    filter: brightness(1)  !important;
    color: #fff;
}

.TableRecords_Header-custom
{
    background-color: #FFD000;  
    color: #1A1446;
    text-align: center;
    border-bottom: 1px solid #f7f7f7;
    border: 0px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    padding:10px;
}
.TableRecords_OddLine-custom, .TableRecords_EvenLine-custom
{
    border-bottom: 1px solid #f7f7f7;
    padding: 7px 0 7px 10px;
    border: 0px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    text-align: center;
}
.desktop .TableRecords-custom > tbody > tr:hover, .desktop .TableRecords-custom > tbody > tr:hover td, .desktop .EditableTable-custom > tbody > tr:hover td {
    background: #f7f7f7;
}
.Content, .MainContent {
   
    overflow: auto;
}
.desktop .Button.ButtonDefault:hover, .desktop .Button.Is_Default:hover, .desktop .Button:hover, .desktop a.Button:hover {
    background-color: #1a1446 !important;
    color: #fff !important;
}

.MainContent
{
    margin: 10px 0;
    padding: 0px;
}
.Menu_TopMenu a:link, .Menu_TopMenu a:visited, .Menu_TopMenu a {
    color: #fff;
    background: transparent !important;
}
a.ActionAdd, a.ActionAdd:link, a.ActionAdd:visited, a.ActionEdit, a.ActionEdit:link, a.ActionEdit:visited, a.ActionDelete, a.ActionDelete:link, a.ActionDelete:visited, a.ActionChange, a.ActionChange:link, a.ActionChange:visited {
    background-color: #1a1446;
    border-color: #1a1446;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
}
a.ActionAdd:before, a.ActionEdit:before, a.ActionDelete:before, a.ActionChange:before, .Actions [class^=fa]
{
    background: transparent;
}
.Header_Menu a:hover, .Header_Menu a:link:hover, .Header_Menu a:visited:hover, .desktop a:hover, .desktop a:link:hover {
    color: #fff;
}
.TableRecords_OddLine a, .TableRecords_EvenLine a
{
  color: #28a3af;  
}
.TableRecords_OddLine a:hover, .TableRecords_EvenLine a:hover
{
  color: #28a3af;  
  text-decoration: underline;
}

.Title.Heading1 {
    font-size: 20px !important;
    margin-bottom: 0;
}
.Header_Menu a:hover, .Header_Menu a:link:hover, .Header_Menu a:visited:hover, .desktop a:hover, .desktop a:link:hover {
    color: #1a1446;
}
.Card .Card_Title
{
    box-shadow: 0 0rem 0.2rem #ddd;
    padding: 1rem !important;
    border-bottom: 1px solid #ddd;
}
.Card .Card_Title.Heading3
{
       background: #f5f5f5;       
}
.Filters_Wrapper
{
    background: transparent;
    padding: 0px;
}
.Menu_DropDownArrow {
    border-top-color: #fff;
}

/**********************  loading spinner *************************/
.Feedback_AjaxWait {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.Feedback_AjaxWait:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.Feedback_AjaxWait:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.Feedback_AjaxWait:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.Feedback_Message_Error img, div.Feedback_Message_Success img, div.Feedback_Message_Warning img, div.Feedback_Message_Info img {
    display: none;
}

a.Feedback_Message_Wrapper_Close
{
    
}

div.Feedback_Message_Wrapper {
    top:-122px !important;
}
/*** Generated classes from Style Editor in OutSystems 10 ***/
.Button_Submit[data-style-key="NF6zs8282EipxYExfcRJLA"] { border-width:0px; }
/*** Generated classes from Style Editor in OutSystems 10 ***/