﻿@import url("/LisbonTheme/Theme.LisbonTheme.css?1706");

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap'); 
 
/*
    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
\*------------------------------------*/
@font-face {
    font-family: 'Helvetica';
    src: url('/LVpDEvora_Core/HelveticaLt.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Brooklyn';
    src: url('/LVpDEvora_Core/The Brooklyn Bold.otf') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'Nonchalance';
    src: url('/LVpDEvora_Core/Nonchalance Medium.otf') format('opentype');
    font-style: normal;
}

@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-size: 22px;
    color:#333333;
    line-height: 31px;
    font-weight: 400;
}


/***************************************/
/***** PRIMARY COLOR CUSTOMIZATION *****/
/***************************************/
a,
a:link,
a:visited,
.Footer a,
.Footer a:link,
.Footer a:visited {
    color: #1e5e76; /*primary-color*/
}

.desktop a:hover,
.desktop a:link:hover,
.desktop a:visited:hover {
    color: #1e5e76; /*primary-color*/
}

.Header_background {
    background-color: #1e5e76; /*primary-color*/
    border-bottom-color: #1e5e76; /*primary-color*/
}

.Header_title {    
    border-right-color: #1e5e76; /*primary-color*/
}

.Menu_DropDownPanel {
    background-color: #1e5e76; /*primary-color*/
}

.Menu_TopMenu a span.fa {
    border-color: #1e5e76; /*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;
}

.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: #FFF;
}

.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;
}

a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis {
    color: #1e5e76; /*primary-color*/
}

a.ListNavigation_PageNumber:link:hover,
span.ListNavigation_CurrentPageNumber:hover,
span.ListNavigation_Ellipsis:hover {
    color: #1e5e76; /*primary-color*/
}

a.ListNavigation_Previous:link,
a.ListNavigation_Next:link,
span.ListNavigation_DisabledNext, 
span.ListNavigation_DisabledPrevious {
    color: #1e5e76; /*primary-color*/
}

a.ListNavigation_Previous:link:hover,
a.ListNavigation_Next:link:hover,
span.ListNavigation_DisabledNext:hover, 
span.ListNavigation_DisabledPrevious:hover {
    color: #1e5e76; /*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: #1e5e76; /*primary-color*/
    border-color: #1e5e76; /*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: #1e5e76; /*primary-color*/
    border-color: #1e5e76; /*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: #1e5e76; /*primary-color*/
    border-color: #1e5e76; /*primary-color*/
    color: #FFF;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    
}

.Login_Footer {
    background: #1e5e76; /*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: #1e5e76; /*primary-color*/
}
.AccordionVertical_item.open > .AccordionVertical__header > .AccordionVertical___icon > .fa {
    color: #1e5e76; /*primary-color*/
}

.expanded .SectionExpandable__icon.Heading2 > .fa {
    color: #1e5e76; /*primary-color*/
}

.Panel .SectionExpandable__icon.Heading2 > .fa {
    color: #1e5e76; /*primary-color*/
}

.ButtonGroup_button.Button:hover {
    background: #1e5e76; /*primary-color*/
}

.select2-container .select2-choice span {
    color: #1e5e76; /*primary-color*/
}

.select2-dropdown-open .select2-choice {
    background-color: #1e5e76;
}

.select2-results .select2-highlighted {
    background-color: #1e5e76; /*primary-color*/
}

.IconBadge_number {
    background-color: #1e5e76; /*primary-color*/
}

.desktop .NavigationBar a:hover, 
.desktop .NavigationBar a:link:hover {
    color: #1e5e76; /*primary-color*/
}

.NavigationBar a.Active {
    color: #1e5e76; /*primary-color*/
}

.desktop .NavigationBar a:hover:after, 
.desktop .NavigationBar a:link:hover:after,
.NavigationBar a.Active:after {
    background-color: #1e5e76; /*primary-color*/
}

.NavigationBar a.Active:not(.IE8):before {
    border-bottom-color: #1e5e76; /*primary-color*/
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover,
.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: #1e5e76; /*primary-color*/
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left-color: #1e5e76; /*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: #1e5e76; /*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: #1e5e76; /*primary-color*/
}

.Tabs__tab.active {
    border-top-color: #1e5e76; /*primary-color*/
    color: #1e5e76; /*primary-color*/
}

.WizardStep a,
.WizardStep a:link,
.desktop .WizardStep a:hover,
.desktop .WizardStep a:link:hover
{
    color: #1e5e76; /*primary-color*/
}


.WizardStep.ActiveStep {
    background: #1e5e76; /*primary-color*/
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
    
}

.WizardStep.ActiveStep:before {
    border-top-color: #1e5e76; /*primary-color*/
    border-bottom-color: #1e5e76; /*primary-color*/
}

.WizardStep.Past {
    background: #1e5e76; /*primary-color*/
}

.WizardStep.Past:before {
    border-top-color: #1e5e76; /*primary-color*/
    border-bottom-color: #1e5e76; /*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: #1e5e76; /*primary-color*/
    border-top-color: #1e5e76; /*primary-color*/
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
    
}

.Button,
a.Button {
    color: #1e5e76; /*primary-color*/
}

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: #1e5e76; /*primary-color*/
    border-color: #1e5e76; /*primary-color*/
}

.desktop .Button.ButtonDefault:hover, 
.desktop .Button.Is_Default:hover {
    background-color: #1e5e76; /*primary-color*/
    border-color: #1e5e76; /*primary-color*/
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
    
}


.Button:hover:active,
a.Button:hover:active {
    color: #1e5e76; /*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: #1e5e76; /*primary-color*/
    border-color: #1e5e76; /*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: #1e5e76; /*primary-color*/
    border-color: #1e5e76; /*primary-color*/
    color: #fff;
}

a,
a:link,
a:visited,
.EditableTable tr.RowControlGroup a  {
    color: #1e5e76; /*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: #1e5e76; /*primary-color*/
}

.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #1e5e76; /*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: #1e5e76; /*primary-color*/
    border-left-color: #1e5e76; /*primary-color*/
}

.SectionIndex a, 
.SectionIndex a:link, 
.SectionIndex a:visited,
.SectionIndex a.active, 
.SectionIndex a:hover,
.desktop .SectionIndex a:hover{
    color: #1e5e76; /*primary-color*/
    border-bottom-color: #1e5e76; /*primary-color*/
    text-decoration: none;
}


.AccordionVertical___title {
    color: #1e5e76; /*primary-color*/
}

.SectionExpandable.expanded .SectionExpandable_header .Heading2 {
    color: #1e5e76; /*primary-color*/
}


.Button.Link {
    color: #1e5e76; /*primary-color*/
}

.desktop .Button.Link:hover {
    border-color: #1e5e76; /*primary-color*/
    color: #1e5e76; /*primary-color*/
}

.desktop .Button:hover, 
.desktop a.Button:hover {
    color: #1e5e76; /*primary-color*/
}

.ButtonGroup_button.active, 
.desktop .ButtonGroup_button.active:hover {
    background-color: #1e5e76; /*primary-color*/
}

.ButtonGroup_button.Button:hover,
.ButtonGroup_button.Button:hover .fa{
    color: #FFF;
}


.Calendar-day-selected, 
.Calendar-day-selected:hover {
    background: #1e5e76; /*primary-color*/
}

.Calendar-navDisabled > div, 
.topBar-navDisabled .Calendar-navBtn > div,
.Calendar-time-down, 
.Calendar-time-up, 
.Calendar-time-am {
    color: #1e5e76; /*primary-color*/
}

.pika-prev:after,
.pika-next:after {
    color: #1e5e76; /*primary-color*/ 
}

.Calendar-navBtn > div {
    color: #1e5e76; /*primary-color*/ 
}

.pika-title {
    border-bottom: 2px solid #1e5e76; /*primary-color*/
}

.is-selected .pika-button {
   background-color: #1e5e76; /*primary-color*/
}

.has-event .pika-button:after {
   background-color: #1e5e76; /*primary-color*/ 
}


.DropdownMenu .PH > a,
.DropdownMenu .PH > a:hover {
    color: #1e5e76; /*primary-color*/
}

.SliderRange .ui-slider-range, .noUi-origin.noUi-connect {
    background-color: #1e5e76; /*primary-color*/
}

.EditableTable tr.RowControlGroup a:hover {
    color:  #1e5e76; /*primary-color*/
}

.desktop .Button.ButtonDefault:hover,
.Button.Button.Is_Default:hover {
    background-color: #1e5e76; /*primary-color*/
    border-color: #1e5e76; /*primary-color*/
}
.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #1e5e76; /*primary-color*/
}

td.RowWithAddAction a:hover {
    color: #1e5e76; /*primary-color*/
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    
}

.InfoTooltip .tooltipstered,
.ListItem  .tooltipstered{
    color: #1e5e76; /*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: #1e5e76; /*primary-color*/
}

.Application_Menu {
    background: #1e5e76; /*primary-color*/
}





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?1701);
}

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?1701);
}

.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;
}

@-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;
    }
}




/**************************************************\
\**************************************************/
.Title_Section{
 display: none;   
}

html, body, form, .Page {
    background: #fff;
}

.Content{
    min-height: -moz-calc(100% - 100px);
    min-height: -webkit-calc(100% - 100px);
    min-height: -o-calc(100% - 100px);
    min-height: calc(100% - 100px);   
}

.desktop a.Header_ButtonMenu {
    color: #fff;
}

.mainblue{
 background: rgba(31,94,118,0.8);
 color: #fff;
}

.secondbluebg{
  background: #D3E3E6; 
}

.secondblue{
  color: #D3E3E6; 
}

.padding20{
 padding: 20px;   
}
.Page.UseHeaderFade .Header .Header_background {
     display: block; 
}

.Header .Application_Title img {
    max-height: 75px;
    vertical-align: middle;
    margin-top: 3px;
}


.Header_background {
    background: #367087 ; 
    border-bottom-color: #367087 ; 
}

.Header {
    border-bottom: 1px solid rgba(0,0,0,.2);
    height: 100px;
    line-height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}

.Menu_TopMenuActive {
    background-color: transparent;
    border: none;
    box-shadow: none;
    height: 49px;
    line-height: 49px;
}


.Menu_TopMenu a{
    line-height: 19pt;
}

.Menu_TopMenuActive a:link,
.Menu_TopMenuActive a:visited,
a.Menu_SubMenuItemActive:link,
a.Menu_SubMenuItemActive:visited {
    color: #fff;

}

.desktop .Application_Menu,
.desktop .Header_Menu {
    float: right;
    line-height: 50px;
    margin-top: 20px;
}

.desktop.small .Application_Menu,
.desktop.small .Header_Menu {
    float: none;
    line-height: 27px;
    margin-top: 0px;
}


.Login_Info {
    line-height: 27px;
    padding-right: 20px;
}

.MainContent{
    padding: 0px; 
    padding-top: 100px !important;
    background: #FFF;
}

.Others_Menu {
    line-height: 30px;
    margin-top: 18px;
}
.Menu_DropDownPanel,
.Application_Menu{
    background:transparent;
}

.desktop.small .Application_Menu a{
    border: 0px;
}

/* Menu tablet and phone */
.phone .Application_Menu .Others_Menu .Login_Info{
    width: 100%;
    display: block;
    position: relative;
    line-height: 50px;
}
.phone .Application_Menu .Others_Menu .Login_Info a{
    display: inline-block;
}
.phone .Application_Menu .Others_Menu .Login_Info .Logout_Icon a{
    display: inline-block;
}

.desktop.small .Application_Menu,
.tablet .Application_Menu,
.phone .Application_Menu {
    top: 69px;
    background: #367087 ; 
    width: 350px;
    max-width: 100%;
}
.desktop.small a.Header_ButtonMenu {
    display:block;
}

/* Menu tablet and phone */
.desktop.small .Application_Menu,
.tablet .Application_Menu,
.phone .Application_Menu {
    line-height: 27px;
    bottom: 0;
    display: block;
    /* width: 250px; */
    height: auto;
    left: 0;
    overflow: auto;
    position: fixed;
    top:100px;
    /* Enable hardware acceleration */
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
    /* Animate the menu when opening and closing */
    -webkit-transition: all 300ms ease-out;
       -moz-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
         -o-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
                
    /* reduce animation flickering */
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
       -moz-perspective: 1000;
        -ms-perspective: 1000;
            perspective: 1000;
}

.desktop.small.active .Application_Menu,
.tablet.active .Application_Menu,
.phone.active .Application_Menu {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
            border: 1px solid #efefef;
}

.desktop.small .Application_Menu .Menu_DropDownButton,
.tablet .Application_Menu .Menu_DropDownButton, 
.phone .Application_Menu .Menu_DropDownButton {
    display: block;
    position: relative;
}
.phone .Application_Menu .Others_Menu .Header_Search {
    margin-left: 0px;
    margin-right: 0;
    width: 100%;
    text-align: center;
}

.desktop.small .Others_Menu,
.tablet .Others_Menu,
.phone .Others_Menu {
    margin-top: 20px;
}

.desktop.small .Menu_TopMenuActive,
.tablet .Menu_TopMenuActive,
.phone .Menu_TopMenuActive,
.desktop.small .Application_Menu a,
.tablet .Application_Menu a,
.phone .Application_Menu a,
.desktop.small .Application_Menu a:link,
.tablet .Application_Menu a:link,
.phone .Application_Menu a:link,
.desktop.small .Application_menu a:visited, 
.tablet .Application_menu a:visited,
.phone .Application_menu a:visited {
    line-height: 29px;
}

.titleSection{
    font-family: 'Nonchalance';
    color: rgba(31,94,118,0.8);
    line-height: 27px;
    border-left:1px solid #fff;
    border-right: 1px solid #fff;
    padding:0px 10px;
    border-color: rgba(31,94,118,0.8);
}

.titleSection_white{
    font-family: 'Nonchalance';
    color: #fff;
    line-height: 27px;
    border-left:1px solid #fff;
    border-right: 1px solid #fff;
    padding:0px 10px;
}

.Separator{
    border-color: rgb(31,94,118);
}


.nextslide{
    cursor: pointer;
    position: relative;
    min-height: 45px;
}

.nextSlideIcon{
    position: absolute;
    top: 3px;
    left: 48%;
}

.nextSlideIcon .fa-fw{
    background: #fff;
    width: 40px;
    height: 32px;
    border-radius: 50%;
}

.nextSlideIcon img{
    width: 40px;
}


.nextslide + .mainblue{
    margin-top: -20px;
}

.mainblue + .nextslide{
    margin-top: -25px;
}



/************* FORM ************/

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"],
select,
textarea {
    border-radius: 15px !important; 
    background: #D3E3E6 !important;
    border-color: rgb(31,94,118) !important;
    box-shadow:none !important;
}

.FormWhite .ValidationMessage {
   color: #fff;
}

.Form input.Not_Valid, 
.Form textarea.Not_Valid, 
.Form select.Not_Valid, 
input.Not_Valid, 
textarea.Not_Valid, 
select.Not_Valid {
    border-color: #bf1601 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(31,94,118);
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(31,94,118);
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(31,94,118);
}

.Button, a.Button{
    border-radius: 15px !important;
    border-color:rgb(31,94,118);
    box-shadow: none;
}


.Header_Menu a:hover, 
.Header_Menu a:link:hover, 
.Header_Menu a:visited:hover{
    color: #FFF;
}

.desktop a:hover, 
.desktop a:link:hover {
    color: #D3E3E6;
}



.ContentImage img{
    max-width: 95%;
}

.phone .ContentImage img{
    text-align: center;   
}

.corsecundaria_azul{
    color:rgba(30,94,118,0.5);
}
.corsecundaria_amarelo{
    color: #d2ae3c;   
}


.subtitle{
    font-family: 'Archivo Black';
    color: #d2ae3c;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

.bigsubtitle{
    font-family: 'Archivo Black';
    color: #d2ae3c;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 50px;
    font-size: xxx-large;
}

.Separator{
    border-color: #1e5e76; 
}

.bigsubtitle_blue{
    font-family: 'Archivo Black';
    color: #1e5e76;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 50px;
    font-size: xxx-large;
}
.bigsubtitle_normal_blue{
    font-family: 'Archivo Black';
    color: #1e5e76;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 50px;
    font-size: xxx-large;
}

.bigsubtitle_yellow{
    font-family: 'Archivo Black';
    color: #D2AE3C;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
    font-size: xx-large;
}

.bigsubtitle_white{
    font-family: 'Archivo Black';
    color: #fff;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 50px;
    font-size: xxx-large;
}



.phone .bigsubtitle_white,
.phone .bigsubtitle_normal_blue,
.phone .bigsubtitle_blue{
    font-size: xx-large;   
}

.subtitle_white{
     font-family: 'Archivo Black';
    color: #fff;
    letter-spacing: 3px;
    font-weight: bold;
}
.subtitle_blue{
    font-family: 'Archivo Black';
    color: #1e5e76;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: xx-large;
}
.subtitle_yellow{
    font-family: 'Archivo Black';
    color: #D2AE3C;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: x-large;
    text-transform: uppercase;
}


.phone .subtitle_yellow{
    font-size: large;
}
.phone .subtitle_blue{
    font-size: x-large;
}

.SaberMais{
    background: rgba(30,94,118,0.7);
    color: #DBB437;
    border-radius: 20px;
    padding: 5px 15px;
    text-align: center;
}

.SaberMais .info{
    display:none;
}

.SaberMais:hover .info{
    display:inline-block;  
}

.SectionWebsite.UsePadding {
    padding: 40px 5%;
}

.phone .SectionWebsite.UsePadding {
    padding: 40px 0px;
}


.CardNoticia{
    width: 400px;
    max-width: 100%;
    /* border: 1px solid #efefef;*/
    /* box-shadow: 0 1px 3px rgba(211, 211, 211, .5); */
    /* background: #f8f8f8;*/
    padding: 10px;
}

.CardNoticiaDescription{
     position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-align: left;
}
.CardNoticiaTitle{
    min-height: 50px; 
    display: table;
    width: 100%;
}

.CardNoticiaTitle .Heading2{
    vertical-align: middle;
    display: table-cell;
}

.phone .CardNoticiaTitle{
    min-height: auto;   
}

.CardNoticiaImagem{
    max-height: 200px;
    overflow: hidden;
}

.phone .CardNoticiaImagem{
    height: auto;
}

.CardNoticiaImagem img{
    width: 100%;
    /*transform: translateY(-30%);  */
}


.margins5per{
    margin-left: 5%;
    margin-right: 5%;  
}




.Text_lowercase{
    text-transform: lowercase;
}

.padding4020{
    padding: 40px 20px;
}

.zonaparcial{
   background:#F2F2F2;
   padding-right: calc( 5% + 20px );
}

.phone .zonaparcial{
   padding-right: 10px;
}

.marginleft5{
    margin-left: 5%;   
}

.padding7050{
    padding:70px 50px;   
}

.phone .padding7050{
    padding: 30px 0px 30px 20px;
}

.padding3020{
    padding:30px 20px;    
}

.phone .SectionWebsite .ThemeGrid_Container {
    padding-left: 1%;
    padding-right: 1%;
}


.Footer {
    line-height: 20px;
}

.author{
    font-style: italic;
    color: #1e5e76;
}