/*
/generic_css/mcfp_apex.css
*/

/* add the old background color to switches when selected*/
.apex-button-group input:checked+label {
    background: #D0D0D0;
}


/* added to fix the display of the confirmation modal popups when deleting or saving */

.ui-dialog.ui-dialog--notification.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable {
    top: 208px !important;
    /* left: 760px !important; */
    left: calc(50% - 200px) !important;
}

body [role="alertdialog"] .ui-dialog-titlebar {
    border-bottom: none !important;
}

.ui-dialog--notification {
    width: 400px!important;
}

.ui-dialog.ui-dialog--notification .ui-dialog-content, .ui-dialog.ui-dialog--notificationLarge .ui-dialog-content {
    min-height: auto!important;
    padding: 32px 36px !important;
}

body .ui-dialog .ui-dialog-buttonpane button {
    padding: 8px 12px;
}

.ui-button--hot {
    --a-button-font-weight: var(--a-base-font-weight-bold,700);
    background-color: #194867 !important;
    color: #ffffff !important;
}
button.ui-button.ui-corner-all.ui-widget {
    background-color: #f8f8f8;
    color: #383838;
}
button.ui-button.ui-corner-all.ui-widget:hover {
    background-color: #ffffff;
    color: #383838;
}
button.js-confirmBtn.ui-button.ui-corner-all.ui-widget.ui-button--hot:hover {
    background-color: #236590 !important;
}
.checkbox_group .apex-item-option {
    padding-bottom: 8px;
}
/* make sure stretch-item flag works */
.t-Form-fieldContainer--stretchInputs .apex-item-group,
.t-Form-fieldContainer--stretchInputs .t-Form-itemWrapper,
.t-Form-fieldContainer--stretchInputs a-autocomplete {
    width: 100%;
}

/* breadcrumb region - remove padding */
.t-BreadcrumbRegion {
    padding: 0px;
}
.t-Button--hot {
    font-weight: 400;
}
.mcfpfooter {
    color:#000000;
    font-size:1.2rem;
}
.mcfpfooter a {
    color:#000000;
    font-size:1.2rem;
}
.mcfpfooter p {
    color:#666666;
    font-size:1.2rem;
}
.mcfpfooter ul li {
  list-style-type: none;

}
.mcfpfooter ul {
    margin:0px;
}

.mcfpfooter h3 {
    font-size:1.2em;
    font-weight:bold;
}

/* missing classes from the old font-awesome library */
.pull-right {
    float: right;
}

/* added ckeditor stretch option */
.t-Form-fieldContainer--stretchInputs .ck-editor {
    width: 100%!important;
}

/* faceted search fix height 
.a-FS-filter .apex-item-text,
.a-FS-search .apex-item-text {
  height: 12px;
}*/

/* select2 value placeholder */
.select2-container--default .select2-selection--multiple {
  padding: 0px 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0px!important;
}
