﻿@import url("/LisbonTheme/Theme.LisbonTheme.css?2101");

/*
    How to generate a theme for your company: 
    
        1 - Go to http://labs.outsystems.net/ThemeCustomizer/GenerateLiverpool.aspx
        2 - Copy the generated CSS
        3 - Paste it here

*/


/*------------------------------------*\
             Import Font
\*------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
    font-family: 'Open Sans', sans-serif;
    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 OpenSans classes */

.Roboto_Regular {
    font-family:  'Roboto', sans-serif;
    font-weight: 400;
}

.Roboto_Bold {
    font-family:  'Roboto', sans-serif;
    font-weight: 700;
}

html,
body {    
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
}

.Header_background {
    background-color: rgba(238, 26, 36, 1);
    border-bottom-color: rgba(238, 26, 36, 1);
}

.Header_title {    
    border-right-color: rgba(238, 26, 36, 1);
}


.Heading1,
.Heading2,
.Heading3,
.Heading4 {
    color: rgba(0, 0, 0, 1);
}

.Menu_DropDownPanel {
    background-color: rgba(238, 26, 36, 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(238, 26, 36, 1);
}

.Menu {
    background: -webkit-linear-gradient(0deg, #A61219 0%, rgba(238, 26, 36, 1) 100%);
    background:    -moz-linear-gradient(0deg, #A61219 0%, rgba(238, 26, 36, 1) 100%);
    background:     -ms-linear-gradient(0deg, #A61219 0%, rgba(238, 26, 36, 1) 100%);
    background:      -o-linear-gradient(0deg, #A61219 0%, rgba(238, 26, 36, 1) 100%);
    background:         linear-gradient(0deg, #A61219 0%, rgba(238, 26, 36, 1) 100%);
}

.Menu_TopMenuActive {
    border-top: 3px solid rgba(255, 255, 255, 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{
    color: #fff; 
    
}

.Menu_TopMenuActive .Menu_DropDownArrow,
.Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-top: 4px solid rgba(255, 255, 255, 1);
}

.Menu_DropDownArrow {
    border-top: 4px solid rgba(238, 26, 36, 1);
}


.Menu_TopMenuActive a span.fa {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.Menu_DropDownPanel a span.fa {
    color: rgba(255, 255, 255, 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(238, 26, 36, 1);
}

a.ActionAdd {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}

a.ActionAdd:hover {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.EditableTable tr.Selected td {
    background-color: rgba(255, 255, 255, 1);
}



a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis {
    color: rgba(238, 26, 36, 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(238, 26, 36, 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(238, 26, 36, 1);
}

.AccordionVertical_item.open .AccordionVertical__header {
    border-top: 2px solid rgba(255, 255, 255, 1);
}

.AccordionVertical_item.open .AccordionVertical___icon > .fa {
    color: rgba(238, 26, 36, 1);
}

.Post_icon img {
  border: 2px solid rgba(255, 255, 255, 1);
}

.expanded .SectionExpandable__icon.Heading2 > .fa {
    color: rgba(238, 26, 36, 1);
}

.Panel .SectionExpandable__icon.Heading2 > .fa {
    color: rgba(238, 26, 36, 1);
    border: 1px solid rgba(238, 26, 36, 1);
}

.Panel .expanded .SectionExpandable__icon.Heading2 > .fa {
    background-color: rgba(238, 26, 36, 1);
    border: 1px solid rgba(238, 26, 36, 1);
}

.ButtonGroup_button.Button:hover {
    background: rgba(255, 255, 255, 1);
}

div.calendarPattern tr.daynames {
    border-top: 2px solid rgba(255, 255, 255, 1);
}

div.calendarPattern thead .button {
    color: rgba(255, 255, 255, 1);
}

div.calendarPattern tbody td.selected {
    background-color: rgba(238, 26, 36, 1);
}

.select2-container .select2-choice {
    color: rgba(238, 238, 238, 1);
}

.IconBadge_number {
    background-color: rgba(255, 255, 255, 1);
}

.desktop .NavigationBar a:hover, 
.desktop .NavigationBar a:link:hover {
    color: rgba(238, 26, 36, 1);
}

.NavigationBar a.Active {
    color: rgba(238, 26, 36, 1);
}

.desktop .NavigationBar a:hover:after, 
.desktop .NavigationBar a:link:hover:after,
.NavigationBar a.Active:after {
    background-color: rgba(255, 255, 255, 1); 
}

.NavigationBar a.Active:not(.IE8):before {
    border-bottom: 4px solid rgba(255, 255, 255, 1);
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover,
.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: rgba(255, 255, 255, 1);
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left: 4px solid rgba(255, 255, 255, 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(238, 26, 36, 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(255, 255, 255, 1);
}

.Tabs__tab.active {
    border-top: 2px solid rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
}

.Panel .Tabs__tab.active:not(.ie8):before {
    border-top: 5px solid rgba(255, 255, 255, 1);
}

.WizardStep.ActiveStep {
    background: rgba(0, 0, 0, 1);
}

.WizardStep.Past {
    background: rgba(238, 26, 36, 1);
}

.WizardStep.Past:before {
    border-top-color: rgba(238, 26, 36, 1);
    border-bottom-color: rgba(238, 26, 36, 1);
}

.WizardStep.ActiveStep:before {
    border-top-color: rgba(0, 0, 0, 1);
    border-bottom-color: rgba(0, 0, 0, 1);
}

.Button,
a.Button {
    color: rgba(238, 26, 36, 1);
}

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: rgba(238, 26, 36, 1);
    border-color: rgba(238, 26, 36, 1);
}

.desktop .Button.ButtonDefault:hover, .desktop .Button.Is_Default:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

a,
a:link,
a:visited {
    color: rgba(246, 200, 201, 1);    
}
.EditableTable tr.RowControlGroup a {
    color: #A61219;
}
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(0, 0, 0, 1);
}

.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: rgba(238, 26, 36, 1);
}

div.Menu_DropDownPanel a:hover, 
div.Menu_DropDownPanel a:link:hover,
div.Menu_DropDownPanel a:visited:hover {
    color: rgba(255, 255, 255, 1);
}

.Menu_DropDownButton.open .Menu_TopMenu .Menu_DropDownArrow {
    border-top-color: rgba(255, 255, 255, 1);
}

.Title_Section {
    background-color: rgba(255, 255, 255, 1);
}

.tablet a.Header_ButtonMenu, 
.phone a.Header_ButtonMenu {
    color: rgba(255, 255, 255, 1);  
}

.Page.active .Header_ButtonMenu {
    color: rgba(238, 26, 36, 1);  
}

.SectionIndex.vertical a.active, 
.SectionIndex.vertical a:hover {
    color: rgba(238, 26, 36, 1);  
    border-left-color: rgba(238, 26, 36, 1);  
}

.AccordionVertical___title {
    color: rgba(238, 26, 36, 1); 
}

.SectionExpandable.expanded .SectionExpandable_header .Heading2 {
    color: rgba(238, 26, 36, 1); 
}

.Button.Link {
    color: rgba(246, 200, 201, 1); 
}

.desktop .Button.Link:hover {
    border-color: rgba(246, 200, 201, 1); 
    color: rgba(246, 200, 201, 1); 
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: rgba(238, 26, 36, 1); 
}

.ButtonGroup_button.active, 
.desktop .ButtonGroup_button.active:hover {
    background-color: rgba(238, 26, 36, 1); 
}

.ButtonGroup_button.Button:hover {
    color: rgba(255, 255, 255, 1); 
}

.Calendar-day-selected, 
.Calendar-day-selected:hover {
    background: rgba(238, 26, 36, 1); 
}

.Calendar-navDisabled > div, 
.topBar-navDisabled .Calendar-navBtn > div,
.Calendar-time-down, 
.Calendar-time-up, 
.Calendar-time-am {
    color: rgba(238, 26, 36, 1); 
}

.desktop .Button:hover, 
.desktop a.Button:hover {
    color: rgba(255, 255, 255, 1);
}

.DropdownMenu .PH > a {
    color: rgba(238, 26, 36, 1);
}

.SliderRange .ui-slider-range {
    background-color: rgba(238, 26, 36, 1);
}

.select2-container .select2-choice span {
    color: rgba(0, 0, 0, 1);
}

.select2-results .select2-highlighted {
    background-color: rgba(238, 26, 36, 1);
}

.BottomMenu_item.active {
    background-color: rgba(238, 26, 36, 1);
}

.EditableTable tr.RowControlGroup a:hover {
    color:  rgba(0, 0, 0, 1);
}

.desktop .Button.ButtonDefault:hover,
.Button.Button.Is_Default:hover {
    background-color: #A61219;
    border-color: #A61219;
}

a,
a:link,
a:visited {
    color: #A61219;
    -webkit-transition: color 100ms ease;
            transition: color 100ms ease;
            text-decoration:none;
}
.phone a:hover,
.phone a:link:hover,
.phone a:visited:hover,
.tablet a:hover,
.tablet a:link:hover,
.tablet a:visited:hover,
.desktop a:hover,
.desktop a:link:hover,
.desktop a:visited:hover {
    color: #A61219;
    text-decoration: none;
}

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: rgba(238, 26, 36, 1);
  
}

.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:  #A61219;;
    border-bottom-width: 1px;
    border-color: #A61219;
    color: #fff;
}

a.ActionAdd:hover,
a.ActionAdd:link:hover,
a.ActionAdd:visited:hover {
    color: #fff;
    text-decoration: none;
}

.login_wrapper {
    border-radius:5px;
    background-color:#Fff;
    padding: 20px;
    
}
.Login {
    background-color:#fff
}
.Menu_TopMenu a:hover,
.Menu_TopMenu a:link:hover,
.Menu_TopMenu a:visited:hover{
color:#fff;
background-color:#A61219;
}
.Menu_TopMenu a,
.Menu_TopMenu a:link, 
.Menu_TopMenu a:visited{
color:#fff;
}

.Side_Menu_Maintenance div{
padding:10px;
border-bottom-style:solid;
border-bottom-width:1pt;
border-bottom-color:#ccc;
}

.SideMenu_Maintenance_Active,
.Side_Menu_Maintenance div:hover{
    background-color:#A61219;
    cursor:pointer;
}
.SideMenu_Maintenance_Active, 
.Side_Menu_Maintenance a div:hover,
.Side_Menu_Maintenance a div:hover,
.Side_Menu_Maintenance a:link:hover,
.Side_Menu_Maintenance a:visited:hover{
    color:#fff;   
}
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-color:#fff;
}

.Page.active .Header_ButtonMenu{
color:#A61219;
}
.Login_Box {
    margin-top: -90px;
}

.Text_DateTime_Display {
    font-size:16px;
    border-width:1px;
    border-style:solid;
}

.Button_Red
{
 color:white!important;
 background-color: rgba(238, 26, 36, 1)!important;
 border-color: rgba(238, 26, 36, 1)!important;
}
/*** Generated classes from Style Editor in OutSystems 10 ***/
[data-style-key="09EvRNhYLkWtgn6tme4EDQ"] { text-align:center; }
[data-style-key="M50Yc48v_UyvE+01NzCI7A"] { text-align:center; }
[data-style-key="SnAd0QI1fUyE5GJlpeha3A"] { margin:0px 0px 0px 10px; }
[data-style-key="lgZ9rBwEkU6sTR5ojfcNmw"] { padding:0px 0px 0px 115px; position:fixed; top:480px; }
[data-style-key="ci4e8p+yuUS4+9c3QrCo8Q"] { border-color:#ccc; border-radius:4px; border-style:solid; border-width:1px; position:fixed; }
.Form[data-style-key="iUImH1EYokeVeMTR1ejaRQ"] { margin:px; padding:10px; }
[data-style-key="3vQlJYcMFkmezsg1+wKXHw"] { padding:8px 0px 8px 0px; }
[data-style-key="6Br+otlgEU+BeTKn_6x6dA"] { padding:0px; }
.InEditMode[data-style-key="ep2sRcC9N06Sgy7ZIZfczg"] { background-color:white!important; }
[data-style-key="9Y3os59g2kyMNzFFyYg9Zg"] { padding:8px 0px 8px 0px; }
[data-style-key="pXpoUQaOVEuosY7KQqJPww"] { padding:0px; }
.InEditMode[data-style-key="I6RuacGCokyxmKvI_q9_9A"] { background-color:white!important; }
/*** Generated classes from Style Editor in OutSystems 10 ***/



.MenuBarBkGnd .ToolBarBackground {
    display: none;

}