﻿@import url("/LiverpoolTheme/Theme.LiverpoolTheme.css?1427");

body {
    text-transform: uppercase !important;
}

.TableRecords_Header {
    text-align: center;
}

.Button, select {
    text-transform: uppercase !important;
}

input, textarea {
    text-transform: uppercase !important;
}

.Title_Section {
    margin-top: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
/**************************************************************************************/
a, a:link, a:visited, .EditableTable tr.RowControlGroup a, .Button.Link {
    color: #00502F;
}
.Button.Link {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 20px;
    box-shadow: none;
    color: #48687c;
}
/*************************************************************************************/
.Header__loginInfo {
    display: table-cell;
}

/* login info web block **************************/
.LoginInfo {
    color: #2d2b31;
    font-size: 14px;
    margin-top: 14px;
    text-align: right;
}

.LoginInfo_username {
    line-height: 32px;
}

.LoginInfo_username img {
    border: 3px solid #dcddde;
    border-radius: 32px;
    height: 32px;
    margin-right: 10px;
    width: 32px;
}

/******************************************************************************************************************************************************/
body,
.Content,
.MainContent {
    background: rgba(255, 255, 255, 1);
}

a,
a:link,
a:visited {
    color: rgba(255, 213, 173, 1);
}

body,
select,
textarea,
input,
.Heading1,
.Heading2,
.Heading3,
.Heading4 {
    color: rgba(0, 0, 0, 1);
}

.Header {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(218, 124, 53, 1);
}

.Application_Title a,
.Application_Title a:link,
.Application_Title a:visited,
.Application_Title a:hover {
    color: rgba(218, 124, 53, 1);
}

.Login_Info,
.AppSwitcherContainer,
a.Login_Info_Username,
a.Login_Info_Username:link,
a.Login_Info_Username:visited {
    color: rgba(218, 124, 53, 1);
}

.Login_Info_Logout:before,
.Login_Info_Username:before,
.AppSwitcherContainer:before,
.AppSwitcherLink[disabled='disabled']:before {
    color: rgba(218, 124, 53, 1);
}

.Footer {
    background: rgba(0, 81, 48, 1);
}

.Header_Menu,
.Application_Menu {
    background-color: rgba(0, 81, 48, 1);
}

.ie8 .Header_Menu {
    border-bottom: rgba(0, 81, 48, 1);
}

.Menu_DropDownPanel a,
.Menu_DropDownPanel a:link,
.Menu_DropDownPanel a:visited {
    color: rgba(255, 255, 255, 1);
}

.Menu_TopMenu a:link,
.Menu_TopMenu a:visited,
.Menu_TopMenu a {
    color: rgba(255, 255, 255, 1);
}

.Menu_TopMenu a:hover,
.Menu_TopMenu:hover {
    background-color: #003821;
}

.Menu_TopMenu .Menu_DropDownArrow {
    border-top-color: rgba(255, 255, 255, 1);
}

.Menu_TopMenuActive,
.Menu_DropDownButton.open .Menu_TopMenu  {
    background-color: #003821;
}

.Menu_TopMenuActive a:link,
.Menu_TopMenuActive a:visited,
a.Menu_SubMenuItemActive:link,
a.Menu_SubMenuItemActive:visited,
a.Menu_SubMenuItem:hover {
    color: rgba(255, 255, 255, 1);
}

.tablet .MenuSlider_Toggler, 
.phone .MenuSlider_Toggler {
    color: rgba(218, 124, 53, 1);
}

.Menu_DropDownPanel {
    background-color: rgba(0, 81, 48, 1);
}

.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #003821;
}

.Menu_DropDownPanel a.Menu_SubMenuItem,
.Menu_DropDownPanel a.Menu_SubMenuItem:link,
.Menu_DropDownPanel a.Menu_SubMenuItem:visited {
    border-color: #003821;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 81, 48, 1);
}

.ie8 .Menu_DropDownPanel a.Menu_SubMenuItem,
.ie8 .Menu_DropDownPanel a.Menu_SubMenuItem:link,
.ie8 .Menu_DropDownPanel a.Menu_SubMenuItem:visited {
    border-bottom: #003821;
}

.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #003821;
}

.Feedback_AjaxWait {
    color: rgba(218, 124, 53, 1);
}

.Login_background + span .Feedback_Message_Wrapper span + .Feedback_Message_Error .Feedback_Message_Wrapper_Close:after {
    color: rgba(218, 124, 53, 1);
}

.DropdownMenu .PH > a:hover {
   color: rgba(255, 213, 173, 1);
}

.IconBadge_number {
    background-color: rgba(218, 124, 53, 1);
}

.NavigationBar a.Active:after {
    background-color: rgba(218, 124, 53, 1);
}

.NavigationBar a.Active:not(.IE8):before { /* Triangle indicator (:before) */
    border-bottom: 4px solid rgba(218, 124, 53, 1);
}

.desktop .NavigationBar a:hover:after,
.desktop .NavigationBar a:link:hover:after {
    background-color: rgba(218, 124, 53, 1);
}

.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: rgba(218, 124, 53, 1);
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left: 4px solid rgba(218, 124, 53, 1);
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover {;
    border-color: rgba(218, 124, 53, 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(218, 124, 53, 1);
}

.SectionIndex.vertical a.active,
.SectionIndex.vertical a:hover {
    border-left-color: rgba(255, 213, 173, 1);
}

.SectionIndex a.active,
.SectionIndex a:hover {
    border-bottom: 2px solid rgba(255, 213, 173, 1);
    color: rgba(255, 213, 173, 1);
}

.WizardStep.ActiveStep {
    background: rgba(0, 81, 48, 1);
}

.WizardStep.ActiveStep:before {
    border-top-color: rgba(0, 81, 48, 1);
    border-bottom-color: rgba(0, 81, 48, 1);
}

.WizardStep.Past {
    background-color: rgba(0, 81, 48, .8);
}

.WizardStep.Past:after {
    border-top: 1px solid rgba(0, 81, 48, 1);
    border-right: 1px solid rgba(0, 81, 48, 1);
}

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: rgba(218, 124, 53, .9);
    border-color: rgba(218, 124, 53, .9);
}

.desktop .Button.ButtonDefault:hover,
.Button.Button.Is_Default:hover {
    background-color: rgba(218, 124, 53, 1);
    border-color: rgba(218, 124, 53, 1);
}

.Button.Link {
    color: rgba(218, 124, 53, 1);
}

.desktop .Button.Link:hover {
    border-color: rgba(218, 124, 53, 1);
    color: rgba(218, 124, 53, 1);
}

div.Application_Menu div.Menu_DropDownPanel a,
div.Application_Menu div.Menu_DropDownPanel a:link,
div.Application_Menu div.Menu_DropDownPanel a:visited {
    border-bottom: solid 1px #003821;
}

.tablet .Application_Menu a,
.phone .Application_Menu a,
.tablet .Application_Menu a:link,
.phone .Application_Menu a:link,
.phone Application_Menu a:visited,
.phone Application_Menu a:visited{
    border-bottom: 1px solid #003821;
}

div.calendarPattern tr.daynames {
    border-top: 2px solid rgba(0, 81, 48, 1);
}

div.calendarPattern thead .button {
    color: rgba(0, 81, 48, 1);
}

div.calendarPattern tbody td.selected {
    background:  rgba(0, 81, 48, 1);
}

.DropdownMenu .PH > a:hover {
   color: #003821;
}

.SectionIndex.vertical a.active,
.SectionIndex.vertical a:hover {
    border-left-color: #003821;
}

.SectionIndex a.active,
.SectionIndex a:hover {
    border-bottom: 2px solid #003821;
    color: #003821;
}

.WizardStep.Past {
    background-color: #003821;
}

.WizardStep.Past:before{
    border-color: #003821;
}

























a.Header_ButtonMenu {
    color: #FFF;
}

.tablet .Menu_DropDownPanel,    
.phone .Menu_DropDownPanel {
    background-color: #999;
}


a.ActionAdd,
a.ActionEdit,
a.ActionChange,
a.ActionDelete {
    background-color: rgba(0, 81, 48, 1);
    color: #FFF;
    border: 1px solid rgba(0, 81, 48, 1);
 }

a.ActionAdd:hover,
a.ActionEdit:hover,
a.ActionChange:hover,
a.ActionDelete:hover {
  background-color: #003821;;
  border-color: #003821;;
}


a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis,
a.ListNavigation_Previous:link,
a.ListNavigation_Next:link {
    background: #fcfcfc;
    border: 1px solid #CCCCCC;
    color: #2e3136;
}

a.ListNavigation_PageNumber:link:hover,
span.ListNavigation_Ellipsis:hover,
a.ListNavigation_Previous:link:hover,
a.ListNavigation_Next:link:hover {
    background-color: #E6E6E6;
    border-color: #4C4C4C;
}

span.ListNavigation_CurrentPageNumber {
    border: 1px solid #4C4C4C;
    background-color: #E6E6E6;
}

.TableRecords_Header {
    color: #2e3136;
    border-bottom: 1px solid #d0d0d0;
}

.TableRecords > tbody > tr:hover {
    background: #FAFCFF;
}

.TableRecords {
    background: none repeat scroll 0 0 #FFF;
    border-color: #d0d0d0;
}

.TableRecords_EvenLine {
    background-color: #F4F4F4;
}

.EditableTable thead td {
    color: #2e3136;
}

.EditableTable {
    border: 1px solid #d0d0d0;
}
.EditableTable thead td {
    border-bottom: 1px solid #d0d0d0;
}

.EditableTable tr:nth-child(even) {
    background: #F4F4F4;
}

td.RowWithAddAction {
    background: none repeat scroll 0 0 #FFF;
}

.Login_Title {
    color:  #fff;
}

.Login_Text {
    color: #333;
}

.Login_background + span .Feedback_Message_Wrapper span + .Feedback_Message_Error .Feedback_Message_Wrapper_Close:after {
    color: #fff;
}

.Login_Footer {
   color: #999;
}

.Accordion {
    background-color: #fff;
    border: 1px solid #d0d0d0;
}

.Post {
    background: none repeat scroll 0 0 #fff;
    padding: 5px;
    border: 1px solid #d0d0d0;
}

.tooltip_style {
    background-color: #393939;
}

.ButtonGroup_button.Button {
    color: #171717;
    background-color: #FCFCFC;
    border-color: #CCC;
    border-right: 1px solid #CBCBCB;
}

.ButtonGroup_button.Button:hover,
.ButtonGroup_button.Button.active,
.ButtonGroup_button.Button:active {
    border-color: #CBCBCB;
    background: #E6E6E6;
}

.ButtonGroup_button.Button:first-child {
    border-left: 1px solid #CBCBCB;
}

.desktop .ButtonGroup .Button:hover {
    border: 1px solid #CCC;
    background: #E6E6E6;
}
.desktop .ButtonGroup .Button:first-child:hover {
    border: 1px solid #CCC;
}
.desktop .ButtonGroup_button.Button.disabled,
.desktop .ButtonGroup_button.Button.disabled:hover {
    color: #999;
    background-color: #F5F5F5;
}

.desktop .ButtonGroup_button.Button.active,
.tablet .ButtonGroup_button.Button.active,
.phone .ButtonGroup_button.Button.active {
    background: #ccc;
}

.phone .ButtonGroup_button.Button,
.mini.tablet .ButtonGroup_button.Button {
    border-left: 1px solid #CCC;
} 



.DropdownMenu .PH > a {
   color: #A4A4A4;
}

.DropdownMenu .PH > a:hover {
   color: rgba(0, 81, 48, 1);
}

.ButtonDropdown_text,
.ButtonDropdown_icon {
    color: #000;
}

.IconDropdown.open .Button {
    background-color: rgba(0, 81, 48, 1);
    border-color: rgba(0, 81, 48, 1);
}

.IconBadge_number {
    border: 2px solid #F2F2F2;
    background-color: rgba(0, 81, 48, 1);
    text-shadow: 1px 1px rgba(0,0,0,0.5);
}

.NavigationBar a,
.NavigationBar a:link,
.NavigationBar a:visited {
    color: #c7c7c7;
}

.NavigationBar a.Active {
    color: #3e5154;
}

.NavigationBar a:after,
.NavigationBar a:link:after {
    background-color: #c7c7c7;
}

.NavigationBar a.Active:after {
    background-color: rgba(0, 81, 48, 1); 
}

.NavigationBar a.Active:not(.IE8):before {
    border-bottom: 4px solid rgba(0, 81, 48, 1);
}

.desktop .NavigationBar a:hover, 
.desktop .NavigationBar a:link:hover {
    color: #3e5154;
}

.desktop .NavigationBar a:hover:after, 
.desktop .NavigationBar a:link:hover:after {
    background-color: rgba(0, 81, 48, 1);
}

.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: rgba(0, 81, 48, 1);
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left: 4px solid rgba(0, 81, 48, 1);
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover {;
    border-color: rgba(0, 81, 48, 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(0, 81, 48, 1);
}

.SectionIndex.vertical a.active,
.SectionIndex.vertical a:hover {
    border-left-color: rgba(0, 81, 48, 1);
}

.SectionIndex a.active,
.SectionIndex a:hover {
    border-bottom: 2px solid rgba(0, 81, 48, 1);
    color: rgba(0, 81, 48, 1);
}

.TabsServer a,
.TabsServer a:link,
.TabsServer a:visited {
    color: #333;
    background-color: #e6e6e6;
    border-color: #CCC;
}

.TabsServer a:hover,
.TabsServer a:active,
.TabsServer a.Active {
    color: #333;
    background-color: #F2F2F2;
    border-bottom-color: #F2F2F2;
}

.TabsServer a:hover {
    border-color: #CCC;
    background-color: #F2F2F2;
}

.Panel .Tabs__tab {
    border-left: 1px solid #CCC;
}

.phone.landscape .Tabs__tab,
.tablet .Tabs__tab {
    border-right: 1px solid #ccc;
}

.WizardStep {
    background-color: #C2C2C2;
}

.WizardStep:before {
    border-top-color: #C2C2C2;
    border-bottom-color: #C2C2C2;
}

.WizardStep a,
.WizardStep a:link,
.WizardStep a:visited {
    color: #FFF;
}

.WizardStep.ActiveStep {
    background: rgba(0, 81, 48, 1);
    font-weight: bold;
}

.WizardStep.ActiveStep:before {
    border-top-color: rgba(0, 81, 48, 1);
    border-bottom-color: rgba(0, 81, 48, 1);
}

.WizardStep.Past {
    background-color: rgba(0, 81, 48, 1);
}

.WizardStep.Past:before {
    border-color: rgba(0, 81, 48, 1);
}

.WizardStep.Past:after {
    border-top: 1px solid #003821;
    border-right: 1px solid #003821;
}

.WizardStep:after {
    border-top: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

.Button,
a.Button {
   background-color: #FCFCFC;
   border: 1px solid #CCCCCC;
   color: #2e3136;
}

.Button:visited,
.Button:link {
    color: #2e3136;
}

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: rgba(0, 81, 48, 1);
    color: #FFF;
    border-color: rgba(0, 81, 48, 1);
    border: 1px solid rgba(0, 81, 48, 1);
}

.desktop .Button.ButtonDefault:hover,
.Button.Button.Is_Default:hover {
    background-color: #003821;;
    border-color: #003821;;
}

.Button[disabled] {
    background: #eeeeee;
    color: #ccc;
    border-color: #eeeeee;
}

.Button.Cancel,
a.ActionDelete {
    border-color: #999;
    color: #4c4c4c;
}

.Button.Neutral {
    background-color:  #FCFCFC;
}

.Button.Link {
    color: rgba(0, 81, 48, 1);
}

.desktop .Button:hover,
.desktop a.Button:hover {
    background-color: #E6E6E6;
    border-color: #4C4C4C;
}

.desktop .Button[disabled]:hover {
    color: #FF0000;
}

.desktop .Button.Cancel:hover {
    background-color:  #e0e1e3;
    border-color: #999999;
    color: #4c4c4c;
}

.desktop .Button.Success:hover {
    background-color: #acc469;
}

.desktop .Button.Danger:hover {
    background-color: #9e5141;
    border-color: #9e5141;
}

.desktop .Button.Link:hover {
    border-color: rgba(0, 81, 48, 1);
    color: rgba(0, 81, 48, 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(0, 81, 48, 1);
}

.Calendar-day-selected, 
.Calendar-day-selected:hover {
    background: rgba(0, 81, 48, 1); 
}

.Calendar-navDisabled > div, 
.topBar-navDisabled .Calendar-navBtn > div,
.Calendar-time-down, 
.Calendar-time-up, 
.Calendar-time-am {
    color: rgba(0, 81, 48, 1); 
}

.Calendar-dayNames {
    border-top: 2px solid rgba(0, 81, 48, 1); 
}
/*** Generated classes from Style Editor in OutSystems 10 ***/
[data-style-key="4Vq1PpTCMEqmri+WfIPzFQ"] { color:#999; font-size:90%; }
[data-style-key="DInuj0qqVkySaqFhMcQ4mg"] { color:#999; font-size:90%; }
[data-style-key="4La+FkTVe0Wm0N2jp4OcpQ"] { color:#999; font-size:90%; }
/*** Generated classes from Style Editor in OutSystems 10 ***/