/* Theme IPFAPEI_2026 */
 /* Style Attributes */

 /* Standard Content */
h1, h2, h3, h4, h5, h6{
color: #014983 !important; 
}

/* CHANGE BUTTONS COLOR */
 

/* CHANGE GREEN BUTTON COLOR */
.ui.green.button.active, .ui.green.buttons .active.button, .ui.green.icon.right.labeled.button.next, .ui.green.button, .ui.green.button:hover, .ui.green.buttons .button:hover, .hot-pendingchanges-continue
{
background-color: #014983 !important;
}

/* CHANGE BLUE BUTTON COLOR */
.ui.blue.button.active, .ui.blue.button:hover, .ui.blue.buttons .active.button, .ui.blue.buttons .button:hover, .ui.blue.button, .ui.blue.buttons
{
background-color: #014983 !important;
}

/* CHANGE RED BUTTON COLOR */
.ui.red.button.active, .ui.red.button:hover, .ui.red.buttons .active.button, .ui.red.button, .ui.red.buttons .button:hover {
    background-color: #014983 !important;
}

/* CHANGE GRAY BUTTON COLOR */
.ui.labeled.icon.button, .ui.labeled.icon.buttons .button, .ui.buttons, .ui.button:hover, .ui.button, .hot-pendingchanges-cancel
 {
    background-color: #014983 !important;
}

/* CHANGE TINY BUTTONS (PENDING CHANGES) */
.hot-pendingchanges-item-link.ui.tiny.button {
    background-color: #014983 !important;
}

.button {
color: white !important;
text-decoration: none !important;
font-weight: bold;
}

/* Change capital letters to normal for sections */
.segment h2 {
text-transform: none;
font-size: 16pt;
}


/* THE CODES BELOW REMOVE THE GREY BORDERS AROUND THE TITLES */
div.template-design {
background-image: none; /* erase the background image */
padding:12px 0 0;
margin:0;
}

div.template-module {
background-image: none;
}

div.template-object {
background-image: none;
padding: 0;
}

/* PROGRESSIVE PORTAL */

label[data-bind|="label: 'COMMUNITYPORTAL_PROGRESSIVE_PAYMENT_METHOD_SELECTION_CK'"] {
    display: none !important;
}

label[data-bind|="label: 'COMMUNITYPORTAL_PROGRESSIVE_PAYMENT_METHOD_SELECTION_BT'"] {
    display: none !important;
}


/* END Theme IPFAPEI_2026 */
