﻿@import url("/LisbonTheme/Theme.LisbonTheme.css?9260");

/*
    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-face {
    font-family: 'SourceSansPro';
    src: url('/CevaPortal/SourceSansProRegular2.ttf') format('truetype');
}

@font-face {
    font-family: 'Translate_All';
    src: url('/CevaPortal/NotoSansKR-Regular.otf') format('OpenType');

}

@font-face {
    font-family: 'NotoSansSC';
    src: url('/CevaPortal/NotoSansSC-Regular-Alphabetic.ttf') format('truetype');
}


/* @font-face kit by Fonts2u */ 


@font-face {
    font-family:'Source Sans Pro Black';
    src:url('/CevaPortal/SourceSansPro-Black.eot?') format('eot'),
        url('/CevaPortal/SourceSansPro-Black.woff') format('woff'),
        url('/CevaPortal/SourceSansPro-Black.ttf') format('truetype'),
        url('/CevaPortal/SourceSansPro-Black.svg#SourceSansPro-Black') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('/CevaPortal/SourceSansPro-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: url('/CevaPortal/SourceSansPro-Semibold.ttf') format('truetype');
}

/*------------------------------------*\
             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: 'SourceSansPro','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;
}

/***************************************/
/***** PRIMARY COLOR CUSTOMIZATION *****/
/***************************************/
a,
a:link,
a:visited,
.Footer a,
.Footer a:link,
.Footer a:visited {
    color: #1A94CE; /*primary-color*/
}

.desktop a:hover,
.desktop a:link:hover,
.desktop a:visited:hover {
    color: #1A94CE; /*primary-color*/
}

.Header_background {
    background-color: #fff; /*primary-color*/
    border-bottom-color: #46598A; /*primary-color*/
}

.Header_title {    
    border-right-color: #1A94CE; /*primary-color*/
}

.Menu_DropDownPanel {
    background-color: #fff;
}

.Menu_TopMenu a span.fa {
    border-color: #1A94CE; /*primary-color*/
}

.Menu_TopMenu:hover span.fa, 
.Menu_TopMenu:active span.fa{
    color: #1A94CE;
    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: #1A94CE; */
   color: #033153;
}

.Menu_TopMenu {
    line-height: 50px;
    border-top-color: transparent;
    border: height: 59px;
    border-style: solid;
    border-width: 3px 0px 0px 0px;
}

.Header_Menu a, 
.Header_Menu a:link, 
.Header_Menu a:visited{
    /*  color: #666666; */
    font-family: SourceSansPro-SemiBold;
    color: #1A94CE;
}

.Header {
    height: 60px;
    border-bottom: 1px solid #46598A;
}

.Menu_DropDownButton.open .Menu_TopMenu a {
    color: #1A94CE;
}

.Menu_DropDownPanel
.tablet .Menu_DropDownPanel
.phone .Menu_DropDownPanel{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.Menu_DropDownPanel a span.fa,
.tablet .Menu_DropDownPanel a span.fa
.phone .Menu_DropDownPanel a span.fa{
    color: #fff;
}

.tablet .Application_Menu .Menu_DropDownButton.open .Menu_TopMenu, 
.phone .Application_Menu .Menu_DropDownButton.open .Menu_TopMenu {
    box-shadow: 0 2px 1px rgba(0,0,0,.3);
}

.tablet .Application_Menu .Menu_DropDownPanel, 
.phone .Application_Menu .Menu_DropDownPanel {
    background-color: rgba(0, 0, 0, .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: #1A94CE;
}

.Menu_TopMenuActive .Menu_DropDownArrow,
.Menu_TopMenuActive:hover .Menu_DropDownArrow {
    border-top-color: #1A94CE;
}

.Menu_DropDownArrow {
    border-top-color: #FFF;
}

.Menu_TopMenuActive a span.fa {
    color: #1A94CE;
    border-color: #FFF;
}

a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis {
    color: #1A94CE; /*primary-color*/
}

a.ListNavigation_PageNumber:link:hover,
span.ListNavigation_CurrentPageNumber:hover,
span.ListNavigation_Ellipsis:hover {
    color: #1A94CE; /*primary-color*/
}

a.ListNavigation_Previous:link,
a.ListNavigation_Next:link,
span.ListNavigation_DisabledNext, 
span.ListNavigation_DisabledPrevious {
    color: #1A94CE; /*primary-color*/
}

a.ListNavigation_Previous:link:hover,
a.ListNavigation_Next:link:hover,
span.ListNavigation_DisabledNext:hover, 
span.ListNavigation_DisabledPrevious:hover {
    color: #1A94CE; /*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: #1A94CE; /*primary-color*/
    border-color: #1A94CE; /*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: #1A94CE; /*primary-color*/
    border-color: #1A94CE; /*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: #1A94CE; /*primary-color*/
    border-color: #1A94CE; /*primary-color*/
    color: #FFF;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    
}

.Login_Footer {
    background: #1A94CE; /*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: #1A94CE; /*primary-color*/
}
.AccordionVertical_item.open > .AccordionVertical__header > .AccordionVertical___icon > .fa {
    color: #1A94CE; /*primary-color*/
}

.expanded .SectionExpandable__icon.Heading2 > .fa {
    color: #1A94CE; /*primary-color*/
}

.Panel .SectionExpandable__icon.Heading2 > .fa {
    color: #1A94CE; /*primary-color*/
}

.ButtonGroup_button.Button:hover {
    background: #1A94CE; /*primary-color*/
}

.select2-container .select2-choice span {
    color: #1A94CE; /*primary-color*/
}

.select2-dropdown-open .select2-choice {
    background-color: #fff;
}

.select2-results .select2-highlighted {
    background-color: #1A94CE; /*primary-color*/
}

.IconBadge_number {
    background-color: #1A94CE; /*primary-color*/
}

.desktop .NavigationBar a:hover, 
.desktop .NavigationBar a:link:hover {
    color: #1A94CE; /*primary-color*/
}

.NavigationBar a.Active {
    color: #1A94CE; /*primary-color*/
}

.desktop .NavigationBar a:hover:after, 
.desktop .NavigationBar a:link:hover:after,
.NavigationBar a.Active:after {
    background-color: #1A94CE; /*primary-color*/
}

.NavigationBar a.Active:not(.IE8):before {
    border-bottom-color: #1A94CE; /*primary-color*/
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover,
.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: #1A94CE; /*primary-color*/
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left-color: #1A94CE; /*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: #1A94CE; /*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: #1A94CE; /*primary-color*/
}

.Tabs__tab.active {
    border-top-color: #1A94CE; /*primary-color*/
    color: #1A94CE; /*primary-color*/
}

.WizardStep a,
.WizardStep a:link,
.desktop .WizardStep a:hover,
.desktop .WizardStep a:link:hover
{
    color: #1A94CE; /*primary-color*/
}


.WizardStep.ActiveStep {
    background: #1A94CE; /*primary-color*/
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
    
}

.WizardStep.ActiveStep:before {
    border-top-color: #1A94CE; /*primary-color*/
    border-bottom-color: #1A94CE; /*primary-color*/
}

.WizardStep.Past {
    background: #1A94CE; /*primary-color*/
}

.WizardStep.Past:before {
    border-top-color: #1A94CE; /*primary-color*/
    border-bottom-color: #1A94CE; /*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: #1A94CE; /*primary-color*/
    border-top-color: #1A94CE; /*primary-color*/
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
    
}

.Button,
a.Button {
    color: #1A94CE; /*primary-color*/
}

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: #1A94CE; /*primary-color*/
    border-color: #1A94CE; /*primary-color*/
}

.Button:hover:active,
a.Button:hover:active {
    color: #1A94CE; /*primary-color*/
}

.Button.ButtonDefault:hover,
.Button.Is_Default:hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
    
}

.desktop .Button.ButtonDefault:hover, 
.desktop .Button.Is_Default:hover 
.Button.ButtonDefault:hover:active,
.Button.Is_Default:hover:active {
    background-color: #1A94CE; /*primary-color*/
    border-color: #1A94CE; /*primary-color*/
    color: #fff;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    
}

.desktop .Disabled_Is_Default, 
.Disabled_Is_Default,
.desktop .Button.ButtonDefault.Disabled_Is_Default:hover,
.Button.Button.Is_Default.Disabled_Is_Default:hover {
    background-color: #ccc;
    border-color: #ccc;
    text-decoration: none;
    -webkit-filter: unset;
    filter: none;
    
    border-bottom-width: 1px;
    box-shadow: inset 0 -2px 0 rgba(19, 24, 25, .2);
}

.desktop a.ActionAdd:hover:active,
.desktop a.ActionEdit:hover:active,
.desktop a.ActionDelete:hover:active,
.desktop a.ActionChange:hover:active {
    background-color: #1A94CE; /*primary-color*/
    border-color: #1A94CE; /*primary-color*/
    color: #fff;
}

a,
a:link,
a:visited,
.EditableTable tr.RowControlGroup a  {
    color: #1A94CE; /*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: #1A94CE; /*primary-color*/
}

.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #1A94CE; /*primary-color*/
    color:#fff;
}

.Menu_DropDownButton.open .Menu_TopMenu .Menu_DropDownArrow {
    border-top-color: #fff;
    opacity: .5;
}

.tablet a.Header_ButtonMenu, 
.phone a.Header_ButtonMenu {
    color: #1A94CE;
}

.Page.active .Header_ButtonMenu {
    color: #1A94CE;
}

.SectionIndex.vertical a.active, 
.SectionIndex.vertical a:hover {
    color: #1A94CE; /*primary-color*/
    border-left-color: #1A94CE; /*primary-color*/
}

.SectionIndex a, 
.SectionIndex a:link, 
.SectionIndex a:visited,
.SectionIndex a.active, 
.SectionIndex a:hover,
.desktop .SectionIndex a:hover{
    color: #1A94CE; /*primary-color*/
    border-bottom-color: #1A94CE; /*primary-color*/
    text-decoration: none;
}


.AccordionVertical___title {
    color: #1A94CE; /*primary-color*/
}

.SectionExpandable.expanded .SectionExpandable_header .Heading2 {
    color: #1A94CE; /*primary-color*/
}


.Button.Link {
    color: #1A94CE; /*primary-color*/
}

.desktop .Button.Link:hover {
    border-color: #1A94CE; /*primary-color*/
    color: #1A94CE; /*primary-color*/
}

.desktop .Button:hover, 
.desktop a.Button:hover {
    color: #1A94CE; /*primary-color*/
}

.ButtonGroup_button.active, 
.desktop .ButtonGroup_button.active:hover {
    background-color: #1A94CE; /*primary-color*/
}

.ButtonGroup_button.Button:hover,
.ButtonGroup_button.Button:hover .fa{
    color: #FFF;
}


.Calendar-day-selected, 
.Calendar-day-selected:hover {
    background: #1A94CE; /*primary-color*/
}

.Calendar-navDisabled > div, 
.topBar-navDisabled .Calendar-navBtn > div,
.Calendar-time-down, 
.Calendar-time-up, 
.Calendar-time-am {
    color: #1A94CE; /*primary-color*/
}

.DropdownMenu .PH > a,
.DropdownMenu .PH > a:hover {
    color: #1A94CE; /*primary-color*/
}

.SliderRange .ui-slider-range {
    background-color: #1A94CE; /*primary-color*/
}

.EditableTable tr.RowControlGroup a:hover {
    color:  #1A94CE; /*primary-color*/
}

.desktop .Button.ButtonDefault:hover,
.Button.Button.Is_Default:hover {
    background-color: #1A94CE; /*primary-color*/
    border-color: #1A94CE; /*primary-color*/
}
.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #1A94CE; /*primary-color*/
}

td.RowWithAddAction a:hover {
    color: #1A94CE; /*primary-color*/
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    
}

.InfoTooltip .tooltipstered,
.ListItem  .tooltipstered{
    color: #1A94CE; /*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: #1A94CE;
    background-color: rgba(0, 0, 0, .1);
    /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5);*/
    
}

.Menu_DropDownPanel a.Menu_SubMenuItem, 
.Menu_DropDownPanel a.Menu_SubMenuItem:link, 
.Menu_DropDownPanel a.Menu_SubMenuItem:visited{
    color:#666666;
}


.desktop .Menu_TopMenuActive {
  /*  background-color: #f6f9da; */
    background-color: transparent;
    box-shadow: 0 0px 0px;
    line-height: 50px;
    border-top-color: #35b3cf;
    height: 59px;
}

.phone .Menu_TopMenuActive,
.tablet .Menu_TopMenuActive{
    background-color: rgba(0, 0, 0, .1); 
    box-shadow: 0 0px 0px;
    line-height: 50px;
    height: 59px;
}


/* Menu tablet and phone */
.tablet .Application_Menu,
.phone .Application_Menu {
    background: #fff; /*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?9259);
}

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?9259);
}

.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;
    }
}

/******** Particular Customizations  ***********/

.Header .Application_Title img {
    max-height: 90px;
    vertical-align: middle;
}

.Application_Title a,
.Application_Title a:link,
.Application_Title a:visited,
.Application_Title a:hover {
    color: #46598A;
    padding-right: 10px;
    text-decoration: none;
}


.Title{
    color: #46598A;
    margin-left: 20px;
}
    
.ThemeGrid_Width5, 
.ThemeGrid_Width6, 
.ThemeGrid_Width7 {
    color: #666666;
}

.ExpressionStyle {
    color: #46598A;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

.RoundedCorners{
    border-radius: 8px;
}

.WarningBackground {
    background-color: lightyellow;
    color: orangered;
}

.CalendarButton{
    background-color: #1A94CE;
    width:40px;
    text-align: center;
    color:#fff;
    margin-left: 5px;
    border-radius: 15px;
}

.Footer {
    background-color: #46598A;
    color:#fff;
}

.TableRecords_BottomNavigation {
    font-size: 12px;
    line-height: 15px;
}

div.Feedback_Message_Wrapper {
    left: 0;
    margin-top: 0;
    z-index: 9999;
}

/******** Global Theme Customizations  ***********/
body {
    background-color: #f7f9fa;
}

.desktop.small .Sidebar,
.tablet .Sidebar {
    background-color: #f7f9fa;
}




/* Tables and filters wrappers */

.Filters_Wrapper_Style, 
.Filters_Wrapper_Style_Mobile{
    margin: 20px;
    margin-bottom: 30px;
}

.Filters_Wrapper_Style{
    padding-left: 20%;
    padding-right: 20%;
}

.Filters_Wrapper_Style_Mobile{
    padding-left: 0%;
    padding-right: 0%;
}

.Table_Wrapper_Style, 
.Table_Wrapper_Style_Mobile{
    padding-bottom:30px; 
   /* padding-top: 5px; */
    background-color: #fff; 
}

.Table_Wrapper_Style{
    padding-left:7%; 
    padding-right:7%;
}

.Table_Wrapper_Style_Mobile{
    padding-left:5%; 
    padding-right:5%;
}

.MainHeader_Style, 
.MainHeader_Style_Mobile{
    padding-bottom:30px; 
    padding-top: 5px;
    background-color: transparent; 
}

.MainHeader_Style{
    padding-left:7%; 
    padding-right:7%;
}

.MainHeader_Style_Mobile{
    padding-left:10px; 
    padding-right:0%;
}

.TableRecords {
    border: none;
    box-shadow: none;
    padding: 5px 0 0;
    line-height: 40px;
}

.TableRecords_OddLine,
.TableRecords_EvenLine {
    border-bottom: 1px solid #46598A;
    background-color: #fff;
    color: #46598A;
    font-weight: bold;
}

.TableRecords_OddLine  a, 
.TableRecords_OddLine  a:link,
.TableRecords_EvenLine a, 
.TableRecords_EvenLine a:link {
    color: #46598A;
}

.TableRecords_OddLine  a:hover,
.TableRecords_EvenLine a:hover,
.TableRecords_OddLine  a:link:hover,
.TableRecords_EvenLine a:link:hover{
    text-decoration: underline;
}

.TableRecords_OddLine:not(:first-child),
.TableRecords_EvenLine:not(:first-child) {
    border-left: none;
    color: #666666;
    font-weight: normal;
}

.TableRecords_Header {
    border-bottom: solid 1px #46598A;
    color: #196bb4;
}

.TableRecords_Header a, 
.TableRecords_Header a:link {
    color: #196bb4;
}

a.ListNavigation_PageNumber:link, 
span.ListNavigation_CurrentPageNumber, 
span.ListNavigation_Ellipsis, 
a.ListNavigation_Previous:link, 
a.ListNavigation_Next:link {
    border: 1px solid #1A94CE;
    border-radius: 20px;
}

span.ListNavigation_CurrentPageNumber{
    color:#fff;
    background-color: #1A94CE;
}

select.OSFillParent, 
input[type="text"], 
input[type="datetime"], select,
.tablet input[type="text"], 
.tablet input[type="datetime"],
.phone input[type="text"], 
.phone input[type="datetime"]{
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 20px;
}

.desktop .TableRecords > tbody > tr:hover,
.desktop .TableRecords > tbody > tr:hover td,
.desktop .TableRecords > tbody > tr:hover td a{
    background-color: #d2eaf6;
}

.RowClickButton{
    border-color: #1A94CE;
    border-bottom-width: 1px;
    box-shadow: none;
}

.desktop .RowClickButton:hover, 
.desktop a.RowClickButton:hover,
.desktop .TableRecords > tbody > tr:hover td a.RowClickButton{
    background-color: #1A94CE;
    color:#fff;
}


span.ListNavigation_CurrentPageNumber:hover{
    color:#fff;
    filter: brightness(0.9);
}


.Form, 
.Form_Desktop{
    padding-bottom:30px; 
    padding-top: 5px;
    padding-left: 10px;
}

.Form{
    width: 100%;
}

.Form_Desktop{
    width: 70%;
}

 .FormEditPencil { display: none;}
/* Tables and filters wrappers */
.SortColumns_Sortable:hover{
    text-decoration-line:none;
    color: #46598A;
}

.BackButtonLink,
.BackButtonLink:link,
.BackButtonLink a,
.BackButtonLink a:link{
    color: #46598A !important; 
    font-weight:bold; 
    font-size:14px;
}

.BackButtonLink:hover,
.BackButtonLink:link:hover,
.BackButtonLink a:hover,
.BackButtonLink a:link:hover{    
    text-decoration: underline !important; 
}


.TabStyle,
.Button[disabled], .Button:disabled{
    background-color: transparent !important;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
    color: #196bb4 !important;
    border-top: 2px solid #196bb4 !important; 
}

.TabStyle_NotSelected, 
input.Button:focus{
    background-color: transparent !important;
    border-radius: 0px;
    border: 0px;
    box-shadow: none !important;
    color: #666;
}


.ScreenTitle {
    font-family: 'Source Sans Pro Black', sans-serif;
    font-size: 26px;
  /*  Source Sans Pro Black - #033153 - 26px  */
    color: #033153;
}

.BorderLeft {
    border-left: 1px solid #79868a;
    color: transparent;
    margin-left: 5px;
    min-height: 9px;
}


.Content {
    position: relative;
    min-height: 100vh;
}


.Footer {
    position: relative;
    bottom: 0px;
    margin-top:-40px; 
    width: auto;
}

.Header_Title {
    float: left;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 60px;
}

.Menu_TopMenu {
    line-height: 50px;
    border-top-color: transparent;
    border: height: 59px;
    border-style: solid;
    margin-left: 10px;
}



/* ajustamentos ao Theme */

.Content {
    position: relative;
    min-height: 100vh;
}


.Footer {
    position: relative;
    bottom: 0px;
    margin-top:-40px; 
    width: auto;
}




.FooterText {
    font-style:italic;
}

.Footer {
    background-color: #dae1e6;
    color: black;
}

.Login_Footer {
   padding: 10px;
   background: transparent;
   color: black;
}

.FilterSelection-Label{   
    font-size: 13px;
    color: #1A94CE;
    font-weight: bold;
}
.FilterSelection-Text{   
    font-size: 12px; 
    font-weight:normal;
}

.FilterSelection-Title{   
    font-size: 16px;
    color: #1A94CE;
    font-weight: bold;
    margin-right: 5px;
}

.HeadearPHP {
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    color:#0d3770; 
    margin-right:-6px;
    margin-top: 15px;
}

.subHeadearPHP {
    color: #2295ce;
    margin-top: -19px;
    font-size: 12px;
    font-size: 12px;
}


.NewHeaderPHP {
   font-family: SourceSansPro-SemiBold;
   font-size: 20px;
   color: #033153;
   letter-spacing: 0;
   line-height: 18px;
   margin-right: -6px;
   margin-top: 10px;
}


.NewsubHeaderPHP {
    font-family: SourceSansPro-SemiBold;
    font-size: 14px;
    margin-top: -14px;
    color: #1665A0;
    letter-spacing: 0;
}
/*** Generated classes from Style Editor in OutSystems 10 ***/
[data-style-key="ArFe2o_E0EuAlmuOw9kNUw"] { text-align:right; }
[data-style-key="DUg5pjeYsUCUhA8xXUaNbw"] { text-align:center; }
[data-style-key="2SoVcXXW4EOkpHp8Zhy3UA"] { text-align:center; }
.Button[data-style-key="cahHcrKLKUSk3bY7yz+PQA"] { margin:90px 0px 0px 10px; padding:0px 15px 0px 15px; }
.Text_NoWrap[data-style-key="HBKyK6doxkObVN59AzOCwA"] { text-align:center; }
.Text_NoWrap[data-style-key="2blPedGyYUOqSZjMBQCQ5Q"] { text-align:center; }
.Text_NoWrap[data-style-key="0BO4lbRiGEuQw5bUI0WZCw"] { text-align:center; }
.Text_NoWrap[data-style-key="pzjK+e5piUagZdr+3X5yNA"] { text-align:center; }
/*** Generated classes from Style Editor in OutSystems 10 ***/