﻿@import url("/LisbonTheme/Theme.LisbonTheme.css?80");

/*
    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: 'Chubb Publico-Medium';
    src: url('/CustomerPortalFO/Chubb-Publico-Medium.otf');
    font-weight: normal;
}

@font-face {
    font-family: 'Chubb Publico-Bold';
    src: url('/CustomerPortalFO/Chubb-Publico-Bold.otf');
    font-weight: normal;
}

@font-face {
    font-family: 'Chubb Publico-Italic';
    src: url('/CustomerPortalFO/Chubb-Publico-Italic.otf');
    font-weight: 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: 'Chubb Publico-Medium', sans-serif;
}

body, select, textarea, input {
    color: #000;
}

/* Font OpenSans classes */

.Gotham {
    font-family:  'Chubb Publico-Medium', sans-serif;
}

.Gotham-Bold {
    font-family:  'Chubb Publico-Bold', sans-serif;
}

.Gotham-Italic {
    font-family:  'Chubb Publico-Italic', sans-serif;
}

/***************************************/
/***** PRIMARY COLOR CUSTOMIZATION *****/
/***************************************/
a,
a:link,
a:visited,
.Footer a,
.Footer a:link,
.Footer a:visited {
    color: #188ccc; /*primary-color*/
}

.desktop a:hover,
.desktop a:link:hover,
.desktop a:visited:hover {
    color: #150f96;
}

/**/
.desktop .Menu_TopMenu a:hover,
.desktop .Menu_TopMenu a:link:hover,
.desktop .Menu_TopMenu a:visited:hover {
    color: #150f96;
}

.phone a:hover;
.tablet a:hover {
    color: #150f96;
}

/**/

.Header_background {
    background-color: #188ccc; /*primary-color*/
    border-bottom-color: #188ccc; /*primary-color*/
}

.Header_title {    
    border-right-color: #188ccc; /*primary-color*/
}

.Menu_DropDownPanel {
    background-color: #188ccc; /*primary-color*/
}

.Menu_TopMenu a span.fa {
    border-color: #188ccc; /*primary-color*/
}

.Menu_TopMenu:hover span.fa {
    color: #c8c9c0;
    border-color: #c8c9c0;
}

.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 {
    color: #150f96 !important;
}

.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: #188ccc; /*primary-color*/
}

a.ListNavigation_PageNumber:link:hover,
span.ListNavigation_CurrentPageNumber:hover,
span.ListNavigation_Ellipsis:hover {
    color: #188ccc; /*primary-color*/
}

a.ListNavigation_Previous:link,
a.ListNavigation_Next:link,
span.ListNavigation_DisabledNext, 
span.ListNavigation_DisabledPrevious {
    color: #188ccc; /*primary-color*/
}

a.ListNavigation_Previous:link:hover,
a.ListNavigation_Next:link:hover,
span.ListNavigation_DisabledNext:hover, 
span.ListNavigation_DisabledPrevious:hover {
    color: #188ccc; /*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: #188ccc; /*primary-color*/
    border-color: #188ccc; /*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: #188ccc; /*primary-color*/
    border-color: #188ccc; /*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: #188ccc; /*primary-color*/
    border-color: #188ccc; /*primary-color*/
    color: #FFF;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    
}

.Login_Footer {
    background: #188ccc; /*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: #188ccc; /*primary-color*/
}

.AccordionVertical_item.open > .AccordionVertical__header > .AccordionVertical___icon > .fa {
    color: #188ccc; /*primary-color*/
}

.expanded .SectionExpandable__icon.Heading2 > .fa {
    color: #188ccc; /*primary-color*/
}

.Panel .SectionExpandable__icon.Heading2 > .fa {
    color: #188ccc; /*primary-color*/
}

.ButtonGroup_button.Button:hover {
    background: #188ccc; /*primary-color*/
}

.select2-container .select2-choice span {
    color: #188ccc; /*primary-color*/
}

.select2-dropdown-open .select2-choice {
    background-color: #fff;
}

.select2-results .select2-highlighted {
    background-color: #188ccc; /*primary-color*/
}

/**/
.IconBadge {
    color: #ff6600;
}

.IconBadge_number {
    border: none;
    border-radius: 8px;
    background-color: #ff6600;
    font-size: 8px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    padding: 0;
    top: 0px;
    left: -8px;
}

/**/

.desktop .NavigationBar a:hover, 
.desktop .NavigationBar a:link:hover {
    color: #f1b434 !important; /*primary-color*/
}

.NavigationBar a.Active {
    color: #188ccc; /*primary-color*/
}

.desktop .NavigationBar a:hover:after, 
.desktop .NavigationBar a:link:hover:after,
.NavigationBar a.Active:after {
    background-color: #f1b434; /*primary-color*/
}

.NavigationBar a.Active:not(.IE8):before {
    border-bottom-color: #188ccc; /*primary-color*/
}

.desktop .NavigationBar.Vertical a:hover,
.desktop .NavigationBar.Vertical a:link:hover,
.NavigationBar.Vertical a.Active,
.NavigationBar.Vertical a:link.Active {
  border-color: #f1b434 !important; /*primary-color*/
}

.NavigationBar.Vertical a.Active:not(.IE8):before {
    border-left-color: #188ccc; /*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: #188ccc; /*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: #188ccc; /*primary-color*/
}

.Tabs__tab.active {
    border-top-color: #188ccc; /*primary-color*/
    color: #188ccc; /*primary-color*/
}

.WizardStep a,
.WizardStep a:link,
.desktop .WizardStep a:hover,
.desktop .WizardStep a:link:hover
{
    color: #188ccc; /*primary-color*/
}


.WizardStep.ActiveStep {
    background: #188ccc; /*primary-color*/
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
    
}

.WizardStep.ActiveStep:before {
    border-top-color: #188ccc; /*primary-color*/
    border-bottom-color: #188ccc; /*primary-color*/
}

.WizardStep.Past {
    background: #188ccc; /*primary-color*/
}

.WizardStep.Past:before {
    border-top-color: #188ccc; /*primary-color*/
    border-bottom-color: #188ccc; /*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: #188ccc; /*primary-color*/
    border-top-color: #188ccc; /*primary-color*/
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
    
}

.Button,
a.Button {
    color: #188ccc; /*primary-color*/
}

.Button.ButtonDefault,
.Button.Is_Default {
    background-color: #188ccc; /*primary-color*/
    border-color: #188ccc; /*primary-color*/
}

.desktop .Button.ButtonDefault:hover, 
.desktop .Button.Is_Default:hover {
    background-color: #188ccc; /*primary-color*/
    border-color: #188ccc; /*primary-color*/
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
    
}


.Button:hover:active,
a.Button:hover:active {
    color: #188ccc; /*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: #188ccc; /*primary-color*/
    border-color: #188ccc; /*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: #188ccc; /*primary-color*/
    border-color: #188ccc; /*primary-color*/
    color: #fff;
}

a,
a:link,
a:visited,
.EditableTable tr.RowControlGroup a  {
    color: #188ccc; /*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: #188ccc; /*primary-color*/
}

.Menu_DropDownPanel a.Menu_SubMenuItem:hover {
    background-color: #188ccc; /*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: #f1b434 !important; /*primary-color*/
    border-left-color: #188ccc; /*primary-color*/
}

.SectionIndex a, 
.SectionIndex a:link, 
.SectionIndex a:visited,
.SectionIndex a.active, 
.SectionIndex a:hover,
.desktop .SectionIndex a:hover{
    color: #f1b434 !important; /*primary-color*/
    border-bottom-color: #188ccc; /*primary-color*/
    text-decoration: none;
}


.AccordionVertical___title {
    color: #188ccc; /*primary-color*/
}

.SectionExpandable.expanded .SectionExpandable_header .Heading2 {
    color: #188ccc; /*primary-color*/
}


.Button.Link {
    color: #188ccc; /*primary-color*/
}

.desktop .Button.Link:hover {
    border-color: #188ccc; /*primary-color*/
    color: #188ccc; /*primary-color*/
}

.desktop .Button:hover, 
.desktop a.Button:hover {
    color: #188ccc; /*primary-color*/
}

.ButtonGroup_button.active, 
.desktop .ButtonGroup_button.active:hover {
    background-color: #188ccc; /*primary-color*/
}

.ButtonGroup_button.Button:hover,
.ButtonGroup_button.Button:hover .fa{
    color: #FFF;
}


.Calendar-day-selected, 
.Calendar-day-selected:hover {
    background: #188ccc; /*primary-color*/
}

.Calendar-navDisabled > div, 
.topBar-navDisabled .Calendar-navBtn > div,
.Calendar-time-down, 
.Calendar-time-up, 
.Calendar-time-am {
    color: #188ccc; /*primary-color*/
}

.DropdownMenu .PH > a,
.DropdownMenu .PH > a:hover {
    color: #188ccc; /*primary-color*/
}

.SliderRange .ui-slider-range {
    background-color: #188ccc; /*primary-color*/
}

.EditableTable tr.RowControlGroup a:hover {
    color:  #f1b434 !important; /*primary-color*/
}

.desktop .Button.ButtonDefault:hover,
.Button.Button.Is_Default:hover {
    background-color: #188ccc; /*primary-color*/
    border-color: #188ccc; /*primary-color*/
}
.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #188ccc; /*primary-color*/
}

td.RowWithAddAction a:hover {
    color: #188ccc; /*primary-color*/
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    
}

.InfoTooltip .tooltipstered,
.ListItem  .tooltipstered{
    color: #188ccc; /*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 {
    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: #188ccc; /*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?84);
}

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?84);
}

.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;
    }
}

/* Custom CSS */

/* Color */
.light-green { color: #c4d600; }
.logo-green { color: #39b54a; }
.dark-green { color: #007a3e; }
.light-orange{ color: #f1b434; }
.logo-orange{ color: #f68621; }
.dark-orange{ color: #e35205; }
.light-blue{ color: #00a9e0; }
.logo-blue{ color: #150f96; }
.dark-blue{ color: #004986; }

/* Greys */
.gray01 { color: #f2f1f0; }
.gray05 { color: #e4e4e4; }
.gray15 { color: #d9d9d6; }
.gray20 { color: #c8c9c7; }
.gray40 { color: #939496; }
.gray41 { color: #939496; }
.gray60 { color: #58595b; }
.gray80 { color: #333333; }
.dark-grey { color: #4b4e53 }

/* Text Black */
.text-black { color: #000; }
.text-white { color: #fff; }

/* Button */

.Button {
    color: #fff !important;
    background: #150f96 !important;
    border-radius: 4px !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

.Button:hover,
.Button:focus {
    color: #150f96 !important;
    background: #e4e4e4 !important;
    border: none !important;
    box-shadow: none !important;
}

.btn-large {
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 12px !important;
    height: auto !important;
}

.btn {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 8px 16px !important;
    height: auto !important;
}

.btn-small {
    font-size: 12px !important;
    line-height: 16px !important;
    padding: 8px !important;
    height: auto !important;
}

.Button2 {
    color: #fff !important;
    background: #150f96 !important;
    border-radius: 4px !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

.Button2:hover,
.Button2:focus {
    color: #150f96 !imprtant;
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
}

.Button3 {
    color: #150f96 !important;
    background: transparent !important;
    border-radius: 4px !important;
    border: 1px solid #150f96 !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

.Button3:hover,
.Button3:focus {
    color: #58595b !important;
    background: transparent !important;
    border: 1px solid #58595b !important;
    box-shadow: none !important;
}

.ButtonPolis {
    color: #fff !important;
    background: #150f96 !important;
    border-radius: 4px !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

.ButtonPolis:hover,
.ButtonPolis:focus {
    color: #150f96 !important;
    background: #e4e4e4 !important;
    border: none !important;
    box-shadow: none !important;
}

.ButtonRiwayat {
    color: #150f96 !important;
    background: transparent !important;
    border-radius: 4px !important;
    border: 1px solid #150f96 !important;
    box-shadow: none !important;
    cursor: pointer !important;
    padding: 16px 24px !important;
}

.ButtonRiwayat:hover,
.ButtonRiwayat:focus{
    color: #fff !important;
    background: #150f96 !important;
    border: 1px solid #150f96 !important;
    box-shadow: none !important;
}

.ButtonNilai {
    color: #ff6600 !important;
    background: transparent !important;
    border-radius: 4px !important;
    border: 1px solid #ff6600 !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

.ButtonNilai:hover,
.ButtonNilai:focus {
    color: #ff6600 !important;
    background: #e4e4e4 !important;
    border: 1px solid #e4e4e4 !important;
    box-shadow: none !important;
}

/* Forms & Input */

.desktop .login-form {
    width: 400px !important;
}

.desktop .wider-form {
    width: 700px !important;
}

.desktop .klaim-form {
    width: 720px !important;
}

input::-webkit-input-placeholder {
    font-family: 'Chubb Publico-Italic';
    color: #c8c9c7;
}

input:-moz-placeholder {
    font-family: 'Chubb Publico-Italic';
    color: #c8c9c7;
}

input::-moz-placeholder {
    font-family: 'Chubb Publico-Italic';
    color: #c8c9c7;
}

input:-ms-input-placeholder {
    font-family: 'Chubb Publico-Italic';
    color: #c8c9c7;
}

select,
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"] {
    height: 36px;
    font-size: 14px;
    border-radius: 4px;
    color: #4b4e53;
    border: 1px solid #4b4e53;
}

input[type="checkbox"]:after {
    border: 3px solid #000;
    border-right: 0;
    border-top: 0;
}

input[type="radio"]:after {
    background: #000;
    border: 2px solid #000;
}

input[type="radio"]:before {
    border-color: #4b4e53;
}

.Form input.ReadOnly:not(.Not_Valid),
.Form textarea.ReadOnly:not(.Not_Valid),
.Form select.ReadOnly:not(.Not_Valid) {
    font-size: 16px;
    border: 1px solid #4b4e53;
}

.Form input.ReadOnly,
.Form textarea.ReadOnly,
.Form select.ReadOnly {
    font-size: 16px;
}

/* Screen Layout */
.Page {
    background: #f4f4f4;
}

.Header {
    border-bottom: none;
    box-shadow: 0px 2px 2px #c8c9c7;
    line-height: initial;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}

.Header_Menu {
    width: 100%;
}

.Menu_TopMenus {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin: 32px 0;
}

.Application_Menu {
    position: absolute;
    right: 20px;
}

.Application_Menu a {
    color: #333 !important;
    text-transform: uppercase;
    font-family: 'Chubb Publico-Bold';
    border-right: 2px solid #c8c9c7;
}

.Others_Menu {
    display: none !important;
}

/* Footer */
.Footer {
    font-size: initial;
    line-height: initial;
    text-align: initial;
    width: 100%;
}

/* Phone */
.phone .Header_background {
    background-color: transparent !important;
    border-bottom-color: none !important;
}

.tablet a.Header_ButtonMenu,
.phone a.Header_ButtonMenu {
    height: 0;
    color: #00a9e0;
    position: relative;
    top: 80px;
    z-index: 1;
}

.phone .Header_Title {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.headercigna a,
.headercigna a:link,
.headercigna a:visited {
    color: #000;
}

.headercigna a:hover,
.headercigna a:link:hover,
.headercigna a:visited:hover,
.headercigna a:hover .text-black,
.headercigna a:link:hover .text-black,
.headercigna a:visited:hover .text-black {
    color: #150f96;
}

/* List Navigation Style */
span.ListNavigation_CurrentPageNumber {
    color: #fff;
    background: #f1b434;
    border: none;
    border-radius: 50%;
    padding: 6px 10px;
    width: 32px;
}

a.ListNavigation_PageNumber:link {
    color: #333;
    background: transparent;
    border: none;
    padding: 6px 10px;
}

.ListNavigation_Previous:before,
.ListNavigation_DisabledPrevious:before {
    content: "\f053";
    font-family: FontAwesome;
    margin-right: 2px;
    font-size: 12px;
}

.ListNavigation_Next:after,
.ListNavigation_DisabledNext:after {
    content: "\f054";
    font-family: FontAwesome;
    margin-left: 2px;
    font-size: 12px;
}

 .disabled.ListNavigation_Previous:before,
 .disabled.ListNavigation_DisabledPrevious:before {
    content: "\f053";
    font-family: FontAwesome;
    margin-right: 2px;
    font-size: 12px;
    
    padding: 10px 10px;
    border-radius: 4px;
    border: 1px solid #c8c9c7;
}

 .disabled.ListNavigation_Next:after,
 .disabled.ListNavigation_DisabledNext:after {
    content: "\f054";
    font-family: FontAwesome;
    margin-left: 2px;
    font-size: 12px;
    
    padding: 10px 10px;
    border-radius: 4px;
    border: 1px solid #c8c9c7;
}

a.ListNavigation_Previous:link,
a.ListNavigation_Next:link {
    background: #fff;
    border: 1px solid #188ccc;
    border-radius: 4px;
    padding: 6px 9px;
}

a.disabled:hover {
    color: #c8c9c7;
}

/* Breadcrumbs */
.Breadcrumbs {
    font-size: 1em;
    color: #4b4e53;
}

.Breadcrumbs a {
    color: #4b4e53;
}

/* Heading */
.Heading1 {
    font-size: 32px;
    font-weight: normal;
    line-height: 34px;
}

.Heading12 {
    font-size: 26px;
    font-weight: normal;
    line-height: 28px;
}

.Heading2 {
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
}

.Heading3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
}

.Heading4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}

.Heading5 {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}

.Heading6 {
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}

.Text_capitalize {
    text-transform: capitalize;
}

.phone .mobtext,
.tablet .mobtext {
    font-size: 110%;
    line-height: 120%;
}

.phone .mobtexta,
.tablet .mobtexta {
    font-size: 130%;
    line-height: 140%;
}

.phone .mobtextb,
.tablet .mobtextb {
    font-size: 140%;
    line-height: 150%;
}

.phone .mobtext100,
.tablet .mobtext100 {
    font-size: 100%;
    line-height: 110%;
}

/* Hide AjaxWait */
.Feedback_AjaxWait {
    display: none !important;
}

.ButtonTriggerSelectedCity{
    display: none !important;
}

.ValidationMessage {
    display: none;
}

div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-content {
    max-height: 100%;
    height: 100% !important;
}

.phone .marginbottom {
    margin-bottom: 10px;
}

.phone .aligncenter {
    text-align: center;
}

/* Table Mobile */
.phone .TableFirst,
.tablet .TableFirst {
    background-color: #e5e5e5 !important;
    padding: 20px 20px 16px !important;
}

.phone .TableChild,
.tablet .TableChild {
    padding: 20px !important;
}

.tablet.portrait .TableRecords:not(.NoResponsive) .TableRecords_Label,
.phone .TableRecords:not(.NoResponsive) .TableRecords_Label {
    color: #000;
    font-family: 'Chubb Publico-Bold';
}

.phone .TableSeparator,
.tablet .TableSeparator {
    border-bottom: 1px solid #e5e5e5 !important;
}

.phone .TableKinerja,
.tablet .TableKinerja {
    background-color: #d9d9d6 !important;
    padding: 20px !important;
}

/* Table Responsive */
.tablet.portrait .TableRecords:not(.NoResponsive) tr.TableRecords_ExpandedRow td:first-child:before,
.phone .TableRecords:not(.NoResponsive) tr.TableRecords_ExpandedRow td:first-child:before {
    color: #150f96;
    background: #c8c9c7;
    padding: 4px 10px;
}

.tablet.portrait .TableRecords:not(.NoResponsive) > * > * > td:first-child:before,
.phone .TableRecords:not(.NoResponsive) > * > * > td:first-child:before {
    background: #c8c9c7;
    padding: 4px 10px;
    color: #150f96;
}


/* Modal */
.Modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

body.ModalOpened .Modal {
    pointer-events: auto;
    display: flex;
}

body.ModalOpened .ModalContainer {
    display: block;
    -webkit-transform: translateX(0) translateY(0) translateZ(0);
        -ms-transform: translateX(0) translateY(0) translateZ(0);
            transform: translateX(0) translateY(0) translateZ(0);
}

.ModalContainer {
    display: block;
    top: auto;
    left: auto;
    bottom: auto;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(0) translateY(100vh) translateZ(0);
        -ms-transform: translateX(0) translateY(100vh) translateZ(0);
            transform: translateX(0) translateY(100vh) translateZ(0);
}

.phone .Gallery .GalleryItem {
    display: block;
    margin-bottom: 10px;
    padding-left: 10px;
    vertical-align: top;

    
}

.desktop .Gallery .GalleryItem {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 10px;
    vertical-align: top;

    
}

.Gallery .GalleryItem {
    display: block;
    margin-bottom: 10px;
    padding-left: 10px;
    vertical-align: top;

    
}

/* Table */
table tr,
table td,
table th > div {
    color: #000 !important;
}

.MainContent {
    background: #f4f4f4 !important;
}

.mobtext100 {
    color: #000 !important;
}