﻿@import url("/LisbonTheme/Theme.LisbonTheme.css?10343");


/*

    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
\*------------------------------------*/

@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 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);*/
    background-color: #edf1f3;
    color: rgba(51, 51, 51, 1);
}

.Header_background {
    background-color: rgba(0, 127, 199, 0.9);
    border-bottom-color: rgba(0, 127, 199, 1);
}

.Header_title {    
    border-right-color: rgba(0, 127, 199, 1);
}

.Header_title a,
.Header_title a:link,
.Header_title a:visited,
.Heading1,
.Heading2,
.Heading3,
.Heading4 {
    color: rgba(0, 127, 199, 1);
}

.Menu_DropDownPanel {
    background-color: rgba(0, 127, 199, 1);
}

.Header__activity,
.LoginInfo,
.Login_Text,
.Text_black {
    color: rgba(51, 51, 51, 1);
}

.phone .Menu .LoginInfo {
    color: rgba(51, 51, 51, 1);
    background-color: rgba(233, 111, 53, 1);
}

.Menu {
    background: -webkit-linear-gradient(0deg, #A34D25 0%, rgba(233, 111, 53, 1) 100%);
    background:    -moz-linear-gradient(0deg, #A34D25 0%, rgba(233, 111, 53, 1) 100%);
    background:     -ms-linear-gradient(0deg, #A34D25 0%, rgba(233, 111, 53, 1) 100%);
    background:      -o-linear-gradient(0deg, #A34D25 0%, rgba(233, 111, 53, 1) 100%);
    background:         linear-gradient(0deg, #A34D25 0%, rgba(233, 111, 53, 1) 100%);
}


.Menu_TopMenu a span.fa {
    border: 2px solid rgba(233, 111, 53, 1);
}


.Menu_TopMenu:hover span.fa {
    color: rgba(218, 183, 2, 1);
    border-color: rgba(218, 183, 2, 1);
}

.Menu_TopMenu:hover .Menu_DropDownArrow {
    border-top-color: rgba(218, 183, 2, 1);
}

.Menu_TopMenuActive {
    border-top: 3px solid rgba(218, 183, 2, 1);
}

.Header_Menu a:hover, 
.Header_Menu a:link:hover, 
.Header_Menu a:visited:hover,
.desktop a:hover, 
.desktop a:link:hover {
    color: rgba(218, 183, 2, 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(218, 183, 2, 1);
}

.Menu_TopMenuActive .Menu_DropDownArrow,
.Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-top: 4px solid rgba(218, 183, 2, 1);
}

.Menu_DropDownArrow {
    border-top: 4px solid rgba(233, 111, 53, 1);
}


.Menu_TopMenuActive a span.fa {
    color: rgba(218, 183, 2, 1);
    border-color: rgba(218, 183, 2, 1);
}

.Menu_DropDownPanel a span.fa {
    color: rgba(218, 183, 2, 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(233, 111, 53, 1);
}

a.ActionAdd {
    background-color: rgba(218, 183, 2, 1);
    border-bottom: 2px solid rgba(218, 183, 2, 1);
}

a.ActionAdd:hover {
    background-color: rgba(218, 183, 2, 1);
    border-bottom: 2px solid rgba(218, 183, 2, 1);
}

.EditableTable tr.Selected td {
    background-color: rgba(255, 255, 255, 1);
}



a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis {
    color: rgba(233, 111, 53, 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(233, 111, 53, 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(233, 111, 53, 1);
}

.Login_Footer {
    background: -webkit-linear-gradient(90deg, #A34D25 0%, rgba(233, 111, 53, 1) 100%);
    background:    -moz-linear-gradient(90deg, #A34D25 0%, rgba(233, 111, 53, 1) 100%);
    background:     -ms-linear-gradient(90deg, #A34D25 0%, rgba(233, 111, 53, 1) 100%);
    background:      -o-linear-gradient(90deg, #A34D25 0%, rgba(233, 111, 53, 1) 100%);
    background:          linear-gradient(0deg, #A34D25 0%, rgba(233, 111, 53, 1) 100%);
}

.AccordionVertical_item.open .AccordionVertical__header {
    border-top: 2px solid rgba(218, 183, 2, 1);
}

.AccordionVertical_item.open .AccordionVertical___icon > .fa {
    color: rgba(233, 111, 53, 1);
}

.Post_icon img {
  border: 2px solid rgba(218, 183, 2, 1);
}

.expanded .SectionExpandable__icon.Heading2 > .fa {
    color: rgba(233, 111, 53, 1);
}

.Panel .SectionExpandable__icon.Heading2 > .fa {
    color: rgba(233, 111, 53, 1);
    border: 1px solid rgba(233, 111, 53, 1);
}

.Panel .expanded .SectionExpandable__icon.Heading2 > .fa {
    background-color: rgba(233, 111, 53, 1);
    border: 1px solid rgba(233, 111, 53, 1);
}

.ButtonGroup_button.Button:hover {
    background: rgba(255, 255, 255, 1);
}

div.calendarPattern tr.daynames {
    border-top: 2px solid rgba(218, 183, 2, 1);
}

div.calendarPattern thead .button {
    color: rgba(218, 183, 2, 1);
}

div.calendarPattern tbody td.selected {
    background-color: rgba(233, 111, 53, 1);
}

.select2-container .select2-choice {
    color: rgba(233, 111, 53, 1);
}

.IconBadge_number {
    background-color: rgba(218, 183, 2, 1);
}

.desktop .NavigationBar a:hover, 
.desktop .NavigationBar a:link:hover {
    color: rgba(233, 111, 53, 1);
}

.NavigationBar a.Active {
    color: rgba(233, 111, 53, 1);
}

.desktop .NavigationBar a:hover:after, 
.desktop .NavigationBar a:link:hover:after,
.NavigationBar a.Active:after {
    background-color: rgba(218, 183, 2, 1); 
}

.NavigationBar a.Active:not(.IE8):before {
    border-bottom: 4px solid rgba(218, 183, 2, 1);
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover,
.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: rgba(218, 183, 2, 1);
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left: 4px solid rgba(218, 183, 2, 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(233, 111, 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, 183, 2, 1);
}

.Tabs__tab.active {
    border-top: 2px solid rgba(218, 183, 2, 1);
    color: rgba(0, 127, 199, 1);
}

.Panel .Tabs__tab.active:not(.ie8):before {
    border-top: 5px solid rgba(218, 183, 2, 1);
}

.WizardStep.ActiveStep {
    background: rgba(0, 127, 199, 1);
}

.WizardStep.Past {
    background: rgba(233, 111, 53, 1);
}

.WizardStep.Past:before {
    border-top-color: rgba(233, 111, 53, 1);
    border-bottom-color: rgba(233, 111, 53, 1);
}

.WizardStep.ActiveStep:before {
    border-top-color: rgba(0, 127, 199, 1);
    border-bottom-color: rgba(0, 127, 199, 1);
}

.Button,
a.Button {
    color: rgba(233, 111, 53, 1);
}

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: rgba(233, 111, 53, 1);
    border-color: rgba(233, 111, 53, 1);
}

.desktop .Button.ButtonDefault:hover, .desktop .Button.Is_Default:hover {
    background-color: rgba(218, 183, 2, 1);
    border-color: rgba(218, 183, 2, 1);
}

a,
a:link,
a:visited,
.EditableTable tr.RowControlGroup a  {
    color: rgba(0, 127, 199, 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, 127, 199, 1);
}

.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: rgba(0, 127, 199, 1);
}

div.Menu_DropDownPanel a:hover, 
div.Menu_DropDownPanel a:link:hover,
div.Menu_DropDownPanel a:visited:hover {
    color: rgba(218, 183, 2, 1);
}

.Menu_DropDownButton.open .Menu_TopMenu .Menu_DropDownArrow {
    border-top-color: rgba(218, 183, 2, 1);
}


.Title_Section {
    background-color: rgba(255, 255, 255, 1);
}


.tablet a.Header_ButtonMenu, 
.phone a.Header_ButtonMenu {
    color: rgba(218, 183, 2, 1);  
}

.Page.active .Header_ButtonMenu {
    color: rgba(233, 111, 53, 1);  
}

.SectionIndex.vertical a.active, 
.SectionIndex.vertical a:hover {
    color: rgba(233, 111, 53, 1);  
    border-left-color: rgba(233, 111, 53, 1);  
}

.AccordionVertical___title {
    color: rgba(233, 111, 53, 1); 
}

.SectionExpandable.expanded .SectionExpandable_header .Heading2 {
    color: rgba(233, 111, 53, 1); 
}

.Button.Link {
    color: rgba(0, 127, 199, 1); 
}

.desktop .Button.Link:hover {
    border-color: rgba(0, 127, 199, 1); 
    color: rgba(0, 127, 199, 1); 
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: rgba(233, 111, 53, 1); 
}

.ButtonGroup_button.active, 
.desktop .ButtonGroup_button.active:hover {
    background-color: rgba(233, 111, 53, 1); 
}

.ButtonGroup_button.Button:hover {
    color: rgba(218, 183, 2, 1); 
}

.Calendar-day-selected, 
.Calendar-day-selected:hover {
    background: rgba(233, 111, 53, 1); 
}

.Calendar-navDisabled > div, 
.topBar-navDisabled .Calendar-navBtn > div,
.Calendar-time-down, 
.Calendar-time-up, 
.Calendar-time-am {
    color: rgba(233, 111, 53, 1); 
}

.desktop .Button:hover, 
.desktop a.Button:hover {
    color: rgba(218, 183, 2, 1);
}

.DropdownMenu .PH > a {
    color: rgba(233, 111, 53, 1);
}

.SliderRange .ui-slider-range {
    background-color: rgba(233, 111, 53, 1);
}

.select2-container .select2-choice span {
    color: rgba(233, 111, 53, 1);
}

.select2-results .select2-highlighted {
    background-color: rgba(233, 111, 53, 1);
}

.BottomMenu_item.active {
    background-color: rgba(233, 111, 53, 1);
}

.EditableTable tr.RowControlGroup a:hover {
    color:  rgba(218, 183, 2, 1);
}

.desktop .Button.ButtonDefault:hover,
.Button.Button.Is_Default:hover {
    background-color: #A34D25;
    border-color: #A34D25;
}




/*####################### end custom costumization ##############################*/



/* colocar as barras do menu em mobile centradas */
a .fa-bars {
    line-height: 3;
}
.Box_Container {
    background-color: #fff;
    padding: 20px 20px 1px 20px;
    border: 1px solid #DADADA;
}

.BigTitle {
    font-size: 38px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.Footer {
    font-size: 100%;
    line-height: 1.43;
}
.Footer a,
.Footer a:link,
.Footer a:visited {
    color: #ffffff;
    font-size: 100%;
}
.cfooter a, .cfooter a:link, .cfooter a:visited{
    color:#ffffff;
}

.CoopBlue {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e7cc1+0,35b2e8+100 */
background: #065F96; /* Old browsers */
background: -moz-linear-gradient(top,  #065F96 0%, #35b2e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #065F96 0%,#35b2e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #065F96 0%,#35b2e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#065F96', endColorstr='#35b2e8',GradientType=0 ); /* IE6-9 */
}

.phone .BigTitle {
    font-size: 28px;
}

.Header_background {    
    /*background: #54585A;*/
    background: #0E7CC1; 
}

.Menu_DropDownPanel{
    /*background: #61656D;*/
    background: #2388C7; 
}

/* corrigir problema no menu*/
.Header_Menu, .Header_Menu .ListRecords {
    display: block;
}

.ButtonDropdown{
    z-index: 1;
    white-space: nowrap;
}

.Header {    
    height: 60px;
    line-height: 60px;
}
.Header .Application_Title img {
    max-height: 50px;
}


.Header_Locale {
    display: inline-block;
    color:#FFFFFF;
}
 .tablet .Header_Locale a, .phone .Header_Locale a, .tablet .Header_Locale a:link, .phone .Header_Locale a:link, .phone .Header_Locale a:visited, .phone .Header_Locale a:visited {
     width:auto;
}
.phone .Application_Menu .Others_Menu .Header_Locale {
    margin-left: 20px;
    margin-right: 0;
}


/* link/button menu */
.Menu_TopMenu a:link,
.Menu_TopMenu a:visited,
.Menu_TopMenu a {
    color: rgba(255, 255, 255, 1);
}
.Menu_TopMenuActive {    
    line-height: 54px;
    height: 59px;
}
/* reset any inherit styles (e.g.: ChicagoMobile -> Chicago) */
div.Menu_DropDownPanel a,
div.Menu_DropDownPanel a:link,
div.Menu_DropDownPanel a:visited {
    color: rgba(255, 255, 255, 1);
}
/* Menu tablet and phone */
.tablet .Application_Menu,
.phone .Application_Menu {
   /* background: #61656D;*/
   background: #2388C7;
}
.tablet .Application_Menu, .phone .Application_Menu {
    top: 59px;
}

/*
.texto_noticias img
{
    float:left;
    padding-right:10px;
}*/
/*
.imgButton img{width:100%;}
*/
.PhoneDiv {
    display: none;
}

.phone .PhoneDiv{
    display: inline;
}

.Others_MenuMobile{
    display: none;
}

.phone .Others_MenuMobile{
    display: inline;
}

.Website .ThemeGrid_Container {
    max-width: 1080px;
}

.SectionWebsite {
    text-align: left;
}

.SectionWebsite_title {
    text-align: left;
}


.SocialLinks a, .SocialLinks a:link, .SocialLinks a:visited {
     color: #c3a300;
}

.desktop .animated, .desktop .animatedFirst {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;

  visibility: hidden;
}


.desktop .animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}



@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.desktop .fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  visibility: visible !important;    
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  visibility: visible !important;    
}

.delay-05 {
  -webkit-animation-delay: 0.5s; 
          animation-delay: 0.5s;
}

.delay-02 {
  -webkit-animation-delay: 0.2s; 
          animation-delay: 0.2s;
}


@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  visibility: visible !important;    
}

.phone .PhoneFillParent{
    width: 100%;    
    margin-left: 0;
    margin-bottom: 10px;
}

.phone .Phone4Col{width: 32.0261437908497%;}