﻿@import url("/LisbonTheme/Theme.LisbonTheme.css?379");

/*
    How to generate a theme for your company: 
    
        1 - Go to http://labs.outsystems.net/ThemeCustomizer/GenerateLisbon.aspx
        2 - Copy the generated CSS
        3 - Replace the CSS for Primary Color Customization below with the Generated CSS

*/

.shadowed {
    -webkit-filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 1));
}

.Menu_TopMenu a:link,
.Menu_TopMenu a:visited,
.Menu_TopMenu a {
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    text-shadow: #000 0px 0px 10px;
    -webkit-font-smoothing: antialiased;
}

html,
body {    
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    font-family: Calibri;
}

.Header_background {
    background-color: rgba(51, 102, 51, 1);
    border-bottom-color: rgba(51, 102, 51, 1);
}

.Header_title {    
    border-right-color: rgba(255, 255, 255, 1);
}

.Header_title a,
.Header_title a:link,
.Header_title a:visited,
.Heading1,
.Heading2,
.Heading3,
.Heading4 {
    color: rgba(51, 102, 51, 1);
}

.Menu_DropDownPanel {
    background-color: rgba(255, 255, 255, 1);
}

.Header__activity,
.LoginInfo,
.Login_Text,
.Text_black {
    color: rgba(0, 0, 0, 1);
}

.phone .Menu .LoginInfo {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(51, 102, 51, 1);
}

.Menu {
    background: -webkit-linear-gradient(0deg, #234723 0%, rgba(51, 102, 51, 1) 100%);
    background:    -moz-linear-gradient(0deg, #234723 0%, rgba(51, 102, 51, 1) 100%);
    background:     -ms-linear-gradient(0deg, #234723 0%, rgba(51, 102, 51, 1) 100%);
    background:      -o-linear-gradient(0deg, #234723 0%, rgba(51, 102, 51, 1) 100%);
    background:         linear-gradient(0deg, #234723 0%, rgba(51, 102, 51, 1) 100%);
}


.Menu_TopMenu a span.fa {
    border: 2px solid rgba(51, 102, 51, 1);
    color: black;
}


.Menu_TopMenu:hover span.fa {
    color: rgba(136, 187, 51, 1);
    border-color: rgba(136, 187, 51, 1);
}

.Menu_TopMenu:hover .Menu_DropDownArrow {
    border-top-color: rgba(136, 187, 51, 1);
}

.Menu_TopMenuActive {
    border-top: 3px solid rgba(136, 187, 51, 1);
}

.Header_Menu a:hover, 
.Header_Menu a:link:hover, 
.Header_Menu a:visited:hover,
.desktop a:hover, 
.desktop a:link:hover {
    color: rgba(136, 187, 51, 1);
}

.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: rgba(136, 187, 51, 1);
}

.Menu_TopMenuActive .Menu_DropDownArrow,
.Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-top: 4px solid rgba(136, 187, 51, 1);
}

.Menu_DropDownArrow {
    border-top: 4px solid rgba(51, 102, 51, 1);
}


.Menu_TopMenuActive a span.fa {
    color: rgba(136, 187, 51, 1);
    border-color: rgba(136, 187, 51, 1);
}

.Menu_DropDownPanel a span.fa {
    color: rgba(136, 187, 51, 1);
}

a.ActionAdd:hover,
a.ActionEdit:hover,
a.ActionDelete:hover,
a.ActionChange:hover {
    background-color: rgba(255, 255, 255, 1);
}

a.ActionAdd,
a.ActionEdit,
a.ActionChange {
    color: rgba(51, 102, 51, 1);
}

a.ActionAdd {
    background-color: rgba(136, 187, 51, 1);
    border-bottom: 2px solid rgba(136, 187, 51, 1);
}

a.ActionAdd:hover {
    background-color: rgba(136, 187, 51, 1);
    border-bottom: 2px solid rgba(136, 187, 51, 1);
}

.EditableTable tr.Selected td {
    background-color: rgba(255, 255, 255, 1);
}



a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis {
    color: rgba(51, 102, 51, 1);
}

a.ListNavigation_PageNumber:link:hover,
span.ListNavigation_CurrentPageNumber:hover,
span.ListNavigation_Ellipsis:hover {
    background-color: rgba(255, 255, 255, 1);
}

a.ListNavigation_Previous:link,
a.ListNavigation_Next:link,
span.ListNavigation_DisabledNext, 
span.ListNavigation_DisabledPrevious {
    color: rgba(51, 102, 51, 1);
}

a.ListNavigation_Previous:link:hover,
a.ListNavigation_Next:link:hover,
span.ListNavigation_DisabledNext:hover, 
span.ListNavigation_DisabledPrevious:hover {
    background-color: rgba(255, 255, 255, 1);
}

.Feedback_AjaxWait {
    color: rgba(51, 102, 51, 1);
}

.Login_Footer {
    background: -webkit-linear-gradient(90deg, #234723 0%, rgba(51, 102, 51, 1) 100%);
    background:    -moz-linear-gradient(90deg, #234723 0%, rgba(51, 102, 51, 1) 100%);
    background:     -ms-linear-gradient(90deg, #234723 0%, rgba(51, 102, 51, 1) 100%);
    background:      -o-linear-gradient(90deg, #234723 0%, rgba(51, 102, 51, 1) 100%);
    background:          linear-gradient(0deg, #234723 0%, rgba(51, 102, 51, 1) 100%);
}

.AccordionVertical_item.open .AccordionVertical__header {
    border-top: 2px solid rgba(136, 187, 51, 1);
}

.AccordionVertical_item.open .AccordionVertical___icon > .fa {
    color: rgba(51, 102, 51, 1);
}

.Post_icon img {
  border: 2px solid rgba(136, 187, 51, 1);
}

.expanded .SectionExpandable__icon.Heading2 > .fa {
    color: rgba(51, 102, 51, 1);
}

.Panel .SectionExpandable__icon.Heading2 > .fa {
    color: rgba(51, 102, 51, 1);
    border: 1px solid rgba(51, 102, 51, 1);
}

.Panel .expanded .SectionExpandable__icon.Heading2 > .fa {
    background-color: rgba(51, 102, 51, 1);
    border: 1px solid rgba(51, 102, 51, 1);
}

.ButtonGroup_button.Button:hover {
    background: rgba(255, 255, 255, 1);
}

div.calendarPattern tr.daynames {
    border-top: 2px solid rgba(136, 187, 51, 1);
}

div.calendarPattern thead .button {
    color: rgba(136, 187, 51, 1);
}

div.calendarPattern tbody td.selected {
    background-color: rgba(51, 102, 51, 1);
}

.select2-container .select2-choice {
    color: rgba(51, 102, 51, 1);
}

.IconBadge_number {
    background-color: rgba(136, 187, 51, 1);
}

.desktop .NavigationBar a:hover, 
.desktop .NavigationBar a:link:hover {
    color: rgba(51, 102, 51, 1);
}

.NavigationBar a.Active {
    color: rgba(51, 102, 51, 1);
}

.desktop .NavigationBar a:hover:after, 
.desktop .NavigationBar a:link:hover:after,
.NavigationBar a.Active:after {
    background-color: rgba(136, 187, 51, 1); 
}

.NavigationBar a.Active:not(.IE8):before {
    border-bottom: 4px solid rgba(136, 187, 51, 1);
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover,
.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: rgba(136, 187, 51, 1);
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left: 4px solid rgba(136, 187, 51, 1);
}

.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: rgba(51, 102, 51, 1);
}

.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: rgba(136, 187, 51, 1);
}

.Tabs__tab.active {
    border-top: 2px solid rgba(136, 187, 51, 1);
    color: rgba(51, 102, 51, 1);
}

.Panel .Tabs__tab.active:not(.ie8):before {
    border-top: 5px solid rgba(136, 187, 51, 1);
}

.WizardStep.ActiveStep {
    background: rgba(51, 102, 51, 1);
}

.WizardStep.Past {
    background: rgba(51, 102, 51, 1);
}

.WizardStep.Past:before {
    border-top-color: rgba(51, 102, 51, 1);
    border-bottom-color: rgba(51, 102, 51, 1);
}

.WizardStep.ActiveStep:before {
    border-top-color: rgba(51, 102, 51, 1);
    border-bottom-color: rgba(51, 102, 51, 1);
}

.Button,
a.Button {
    color: rgba(51, 102, 51, 1);
}

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: rgba(51, 102, 51, 1);
    border-color: rgba(51, 102, 51, 1);
}

.desktop .Button.ButtonDefault:hover, .desktop .Button.Is_Default:hover {
    background-color: rgba(136, 187, 51, 1);
    border-color: rgba(136, 187, 51, 1);
}

a,
a:link,
a:visited,
.EditableTable tr.RowControlGroup a  {
    color: rgba(68, 153, 68, 1); 
}

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: rgba(51, 102, 51, 1);
}

.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: rgba(255, 255, 255, 1);
}

div.Menu_DropDownPanel a:hover, 
div.Menu_DropDownPanel a:link:hover,
div.Menu_DropDownPanel a:visited:hover {
    color: rgba(136, 187, 51, 1);
}

.Menu_DropDownButton.open .Menu_TopMenu .Menu_DropDownArrow {
    border-top-color: rgba(136, 187, 51, 1);
}

.Title_Section {
    background-color: rgba(255, 255, 255, 1);
}

.tablet a.Header_ButtonMenu, 
.phone a.Header_ButtonMenu {
    color: rgba(136, 187, 51, 1);  
}

.Page.active .Header_ButtonMenu {
    color: rgba(51, 102, 51, 1);  
}

.SectionIndex.vertical a.active, 
.SectionIndex.vertical a:hover {
    color: rgba(51, 102, 51, 1);  
    border-left-color: rgba(51, 102, 51, 1);  
}

.AccordionVertical___title {
    color: rgba(51, 102, 51, 1); 
}

.SectionExpandable.expanded .SectionExpandable_header .Heading2 {
    color: rgba(51, 102, 51, 1); 
}

.Button.Link {
    color: rgba(68, 153, 68, 1); 
}

.desktop .Button.Link:hover {
    border-color: rgba(68, 153, 68, 1); 
    color: rgba(68, 153, 68, 1); 
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: rgba(51, 102, 51, 1); 
}

.ButtonGroup_button.active, 
.desktop .ButtonGroup_button.active:hover {
    background-color: rgba(51, 102, 51, 1); 
}

.ButtonGroup_button.Button:hover {
    color: rgba(136, 187, 51, 1); 
}

.Calendar-day-selected, 
.Calendar-day-selected:hover {
    background: rgba(51, 102, 51, 1); 
}

.Calendar-navDisabled > div, 
.topBar-navDisabled .Calendar-navBtn > div,
.Calendar-time-down, 
.Calendar-time-up, 
.Calendar-time-am {
    color: rgba(51, 102, 51, 1); 
}

.desktop .Button:hover, 
.desktop a.Button:hover {
    color: rgba(136, 187, 51, 1);
}

.DropdownMenu .PH > a {
    color: rgba(51, 102, 51, 1);
}

.SliderRange .ui-slider-range {
    background-color: rgba(51, 102, 51, 1);
}

.select2-container .select2-choice span {
    color: rgba(51, 102, 51, 1);
}

.select2-results .select2-highlighted {
    background-color: rgba(51, 102, 51, 1);
}

.BottomMenu_item.active {
    background-color: rgba(51, 102, 51, 1);
}

.EditableTable tr.RowControlGroup a:hover {
    color:  rgba(136, 187, 51, 1);
}

.desktop .Button.ButtonDefault:hover,
.Button.Button.Is_Default:hover {
    background-color: #234723;
    border-color: #234723;
}

.os-internal-ui-dialog-title{ /*POPUP TITLE*/
    color: white !important;
}
/*** os-internal: Generated classes (DO NOT MODIFY) ***/
[data-style-key="qIR7EAnMTkOj3hXiWeOZwA"] { color:#333; }
[data-style-key="cbrbLeUU8ECz3Dp1B_0a0g"] { color:#333; }
[data-style-key="WOOKGecHrke7sO4cT3me2A"] { color:#333; }
[data-style-key="FxwRt15gDkGBALN1I2S1fw"] { text-align:left; }
[data-style-key="57SMuDVYDUWkckNbSIxdDg"] { text-align:left; }
[data-style-key="1JlhkaeuUU2nHlDkaiiAKQ"] { text-align:left; }
[data-style-key="7+AhkMRDfUmCobNE_1Wfcg"] { text-align:left; }
[data-style-key="UVZBfWN7XE2KDorJWYEisA"] { text-align:left; }
[data-style-key="kn7u9oYR0UmGtwl6Ccthrw"] { text-align:left; }
[data-style-key="jTQGrIXKOE66uObJodq2XQ"] { font-weight:bold; }
[data-style-key="uuO14k4svE2TCm0dPc006g"] { font-weight:bold; }
[data-style-key="TfVlqwNhuU+yDROwIcOiTA"] { font-weight:bold; }
[data-style-key="+NhAg6YBmEqruFmFZCYHvQ"] { font-weight:normal; }
[data-style-key="8oP0Ao2cxUOdnbu5LmTkYA"] { font-weight:bold; }
[data-style-key="jqknyNWHE0iBm7wY8E9aKg"] { height:20px; }
[data-style-key="uzlq_jHAJ0W5AVIE97CNwA"] { font-weight:bold; }
[data-style-key="zlAurJPPIUKGVqfpmeMgQA"] { font-weight:bold; }
[data-style-key="pnVKGiwPoEKUxx54qokG5A"] { font-weight:bold; }
[data-style-key="KKUjqnksKE2gcmkdM3QZmg"] { font-weight:bold; }
[data-style-key="hVZoT92MNkG9JB47pdbd7w"] { height:20px; }
[data-style-key="j0m03h8VzUi2bPTZ8vOAww"] { font-weight:bold; }
[data-style-key="Eye7QlAFdUOWzVgrIKjNeg"] { font-weight:bold; }
[data-style-key="JYz5UP5HnUKuk_B5eihIXg"] { font-weight:bold; }
[data-style-key="+Rye0gZnA0eybkXcKXAufA"] { font-weight:bold; }
[data-style-key="fSlu1XrVUU+QYmq++YfNgA"] { font-weight:bold; }
[data-style-key="yside7v6FkmuNe4GMmKXZg"] { font-weight:bold; }
[data-style-key="N+dPLiEYpUCYA_iQ30k9Pg"] { font-weight:bold; }
[data-style-key="B3yxKOPAXUGzAtAskxfMvw"] { font-weight:bold; }
[data-style-key="4FydiBXQPkiOuLcY4zjG+A"] { font-weight:bold; }
[data-style-key="t8w8GOxhZ0WWZOZJQaG3OQ"] { font-weight:bold; }
[data-style-key="PLrDS5Q10EqE13vLAdBYJg"] { font-weight:bold; }
[data-style-key="dSp6osN1ikmVbB1hlPwOsA"] { color:#333; font-weight:bold; }
[data-style-key="d8C90HEkzUSAV2FgfV5pgQ"] { height:20px; }
[data-style-key="R0HRv846uU+BaC+zlv7XVQ"] { border-color:#333; color:#333; font-weight:bold; }
[data-style-key="li7tht772ECLqu8ZRhb2SQ"] { border-color:#333; color:#333; font-weight:bold; }
[data-style-key="3sX7YQTiwESac5VbdSoSSA"] { border-color:#333; color:#333; font-weight:bold; }
[data-style-key="T7_wS0KQhEGBjs1ZA6FlNQ"] { border-color:#333; color:#333; font-weight:bold; }
[data-style-key="LSmodFr5iEeEb9DpPr5LzQ"] { text-align:left; }
[data-style-key="0Wy6kAXwG0GPnS0iAB1sbw"] { text-align:left; }
[data-style-key="P0EzxiCeR0S+0ItWvONj6Q"] { text-align:left; }
[data-style-key="eqAjBZ6kfkuL6o+p9vwp3g"] { text-align:left; }
[data-style-key="eMj9fcqTuU68BtfAWpcsLQ"] { text-align:left; }
[data-style-key="IAzX36GKgk+STjYMSrPo2w"] { text-align:left; }
[data-style-key="HBTYm6EWUkWb+KGAzHUGOA"] { text-align:left; }
[data-style-key="qFys0hHsJ0yQ8DGoFYH7kw"] { text-align:left; }
[data-style-key="t4JrsdKpX02TI1kZgiJbBQ"] { text-align:left; }
[data-style-key="z90ksADVREyRK08loyjjGA"] { text-align:left; }
[data-style-key="q9qhwuIv3kyhZdCrwFT1+w"] { text-align:left; }
[data-style-key="gZp048urpUGk4LQMSLhQIg"] { text-align:left; }
[data-style-key="71ryhDmvT0KWc7MSEOQdzA"] { text-align:left; }
[data-style-key="G9XouprB9E2QhbtFo6AE3g"] { text-align:left; }
[data-style-key="WpcwKBtGFUusqUTxcXh1FQ"] { text-align:left; }
[data-style-key="lVtRj4l4t02tOH2UfyzVZQ"] { text-align:left; }
[data-style-key="NYF2CekYmEqGj8A_JyZ3Iw"] { text-align:left; }
[data-style-key="BhoVQLlvLEiYgbzFRybTWQ"] { text-align:left; }
[data-style-key="wN2hRUZPO0is_gouWk2e_g"] { text-align:left; }
[data-style-key="odhXRwLuU0m2ntjaLxi+7A"] { text-align:left; }
[data-style-key="az8vJzCGckC0tfsE6aWekg"] { text-align:left; }
[data-style-key="I0AsclTQykuPElvarj9elQ"] { text-align:left; }
[data-style-key="CYKkHGJlLUKbEzre+WnPsA"] { text-align:left; }
[data-style-key="1CvrSPoWJ0a7ISsdUc2pRw"] { text-align:left; }
[data-style-key="we1M3mlXDkyaxV+famjEWw"] { text-align:left; }
[data-style-key="IvXZLfG6rUecUdV15hCqDQ"] { color:#87bb33; font-weight:bold; }
/*** os-internal: Generated classes (DO NOT MODIFY) ***/