body { font-family: 'Roboto', sans-serif; font-size: 14px; --bs-link-color-rgb: 51,122,183; --bs-link-color: #337ab7; --bs-body-color: #333333; --bs-success-rgb: 0,143,24; --bs-border-color: #a7a7a7; --bs-border-radius: 0.25rem; }
a {text-decoration: none;}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .row { --bs-gutter-x: 2rem; }

/* Buttons */
.btn { --bs-btn-font-weight: 700; border-radius: 4px; font-size: 12px; padding: 4px 12px; line-height: 1.834; text-transform: uppercase; transition: all 0.3s; --bs-btn-disabled-opacity: 1; }
.btn-sm { padding: 4px 12px; line-height: 1.167;}
.btn-lg { padding: 4px 16px; line-height: 2.5; }
.btn-xsm { font-size: 9px; line-height: 1; padding: 2px 5px; border-radius: 2px; }
.btn.btn-card { line-height: 1; padding: 5px 12px; letter-spacing: 0.4px; font-weight: 400; font-size: 14px; }
.btn.btn-icon { padding: 2px; width: 32px; font-size: 16px; line-height: 1.625; }
.btn.btn-icon.btn-xsm { width: 16px; padding: 2px; font-size: 9px; line-height: 1; }
.btn.btn-icon.btn-sm { width: 24px; font-size: 12px; padding: 4px; line-height: 1.167; }
.btn.btn-icon.btn-lg { width: 40px; font-size: 24px; line-height: 1.25; padding: 4px; }
.btn.btn-icon.btn-card { padding: 5px; }
.btn.btn-icon.btn-card.btn-sm { width: 26px; }
.btn .btn-has-icon { margin-right: 8px; }
.btn .btn-sufix-icon { margin-left: 8px; }
.btn-lg .btn-has-icon, .btn-lg .btn-sufix-icon { font-size: 14px; }
.btn.btn-min-size { min-width: 150px; }

.btn-primary, .btn-outline-primary { --bs-btn-color: #fff; --bs-btn-bg: #007ce8; --bs-btn-border-color: #007ce8; --bs-btn-hover-color: #fff; --bs-btn-hover-bg: #4497ea; --bs-btn-hover-border-color: #4497ea; --bs-btn-active-color: #fff; --bs-btn-active-bg: #0e5195; --bs-btn-active-border-color: #0e5195; --bs-btn-disabled-color: #fff; --bs-btn-disabled-bg: #a7a7a7; --bs-btn-disabled-border-color: #a7a7a7;}
.btn-green { --bs-btn-color: #fff; --bs-btn-bg: #007ce8; --bs-btn-border-color: #007ce8; --bs-btn-hover-color: #fff; --bs-btn-hover-bg: #4497ea; --bs-btn-hover-border-color: #4497ea; --bs-btn-active-color: #fff; --bs-btn-active-bg: #0e5195; --bs-btn-active-border-color: #0e5195; --bs-btn-disabled-color: #fff; --bs-btn-disabled-bg: #a7a7a7; --bs-btn-disabled-border-color: #a7a7a7;}
.btn-outline-primary { --bs-btn-color: #007ce8; --bs-btn-bg: #e6f2fd; --bs-btn-disabled-color: #a7a7a7; --bs-btn-disabled-bg: transparent; font-weight: 400; }
.btn-icon-primary, .btn-outline-gray { --bs-btn-color: #a7a7a7; --bs-btn-bg: #fff; --bs-btn-border-color: #fff; --bs-btn-hover-color: #007ce8; --bs-btn-hover-bg: #a7a7a7; --bs-btn-hover-border-color: #a7a7a7; --bs-btn-active-color: #fff; --bs-btn-active-bg: #007ce8; --bs-btn-active-border-color: #007ce8; }
.btn-outline-gray { --bs-btn-border-color: #ebebeb; }
.btn-icon-alert-hubadmin{ --bs-btn-color: #a7a7a7; --bs-btn-bg: lightyellow; --bs-btn-border-color: lightyellow; --bs-btn-hover-color: #007ce8; --bs-btn-hover-bg: #a7a7a7; --bs-btn-hover-border-color: #a7a7a7; --bs-btn-active-color: #fff; --bs-btn-active-bg: #007ce8; --bs-btn-active-border-color: #007ce8; }
.btn-icon-danger { --bs-btn-color: #ed8a8a; --bs-btn-bg: #fff; --bs-btn-border-color: #ebebeb; --bs-btn-hover-color: #d70000; --bs-btn-hover-bg: #fbe6e6; --bs-btn-hover-border-color: #a7a7a7; --bs-btn-active-color: #fff; --bs-btn-active-bg: #d70000; --bs-btn-active-border-color: #990000;}
.btn-outline-success { --bs-btn-color: #48a958; --bs-btn-bg: #e6fae9; --bs-btn-border-color: #008f18; --bs-btn-hover-color: #fff; --bs-btn-hover-bg: #00c922; --bs-btn-hover-border-color: #00c922; --bs-btn-active-color: #fff; --bs-btn-active-bg: #008f18; --bs-btn-hover-border-color: #00540e;}
.btn-outline-warning { --bs-btn-color: #d7aa67; --bs-btn-bg: #fef4e6; --bs-btn-border-color: #ae6800; --bs-btn-hover-color: #fff; --bs-btn-hover-bg: #f59200; --bs-btn-hover-border-color: #f59200; --bs-btn-active-color: #fff; --bs-btn-active-bg: #ae6800; --bs-btn-hover-border-color: #673d00;}
.btn-gray-primary { --bs-btn-color: #fff; --bs-btn-bg: #ebebeb; --bs-btn-border-color: #ebebeb; --bs-btn-hover-color: #fff; --bs-btn-hover-bg: #007ce8; --bs-btn-hover-border-color: #007ce8; --bs-btn-active-color: #fff; --bs-btn-active-bg: #007ce8; --bs-btn-active-border-color: #007ce8;}

/* Dropdown Button */
.dropdown-menu { --bs-dropdown-font-size: 14px; --bs-dropdown-link-active-bg: #007ce8; --bs-dropdown-link-hover-color: #fff; --bs-dropdown-link-hover-bg: #007ce8;}
.dropdown-toggle::after { font-size: 14px; vertical-align: middle; margin-left: 8px; }
.show-from-right.dropdown-menu[data-bs-popper] { right: 0; left: auto;}

/* Typography */
.text-gray { color: #696969;}
.text-light-gray { color: #a7a7a7; }
.text-blue { color: #0058a5; }
.text-orange { color: #f59200; }
.text-primary { color: #50a1ea !important; }
.text-danger { color: #990000 !important; }
.text-warning { color: #ae6800 !important; }
.fs-sm { font-size: 11px; }

/* General */
.force-hide-line { display: none !important; } 
.text-highlight { display: inline-block; color: #333333; line-height: 2rem; font-weight: bold; }
.highlight-warning { color: #dc7700; }
.highlight-danger { color: #fff; background-color: #d70000; }
.table-light-gray tr, .border-light-gray { border-color: #ebebeb !important; }
.list-has-bullet { list-style: none; padding-left: 0; }
.list-has-bullet li { position: relative; padding-left: 24px; }
.list-has-bullet li::before { position: absolute; left: 0; font-family: "Font Awesome 6 Free"; font-weight: 400; }
.checkmark-list li::before { content: '\f14a'; }
.row-spacing { padding-top: 13px; padding-bottom: 13px; }
.sec-margin { margin-bottom: 32px; }
.form-grey-grid { border: 1px solid #ebebeb; background-color: #fafafa; }
.has-prefix-icon { position: relative; padding-left: 35px; min-height: 30px; }
.has-prefix-icon.prefix-sm { padding-left: 30px; min-height: 24px; }
.has-prefix-icon > .prefix-icon { position: absolute; font-size: 30px; left: 0; top: 0; }
.has-prefix-icon.prefix-sm > .prefix-icon { font-size: 24px; }

/* Actions buttons list */
.action-btn-list { list-style-type: none; padding-left: 0; display: flex; flex-wrap: wrap; width: 108px; margin-bottom: 0; }
ul.action-btn-list > li { margin-right: 4px; margin-bottom: 4px; }

/* header */
.app-header { padding-top: 72px; }
body.no-header .app-header { padding-top: 10px; }

/* Navbar */
.navbar-brand { height: auto; }
.navbar-brand:focus, .navbar-brand:hover { --bs-navbar-brand-hover-color: #fff; }
.btn-nav { --bs-btn-font-weight: 500; --bs-btn-color: #a7a7a7; --bs-btn-bg: transparent; --bs-btn-border-color: transparent; --bs-btn-hover-color: #fff; --bs-btn-hover-bg: transparent; --bs-btn-hover-border-color: #a7a7a7; --bs-btn-active-color: #fff; --bs-btn-active-bg: rgba(0, 124, 232, 0.2); --bs-btn-active-border-color: rgba(0, 124, 232, 0.2); }
.navbar > .container-fluid .navbar-brand { margin-left: 0; }
.app-navbar-dark { background-color: #00305b; border-color: #00305b; padding-top: 1rem; padding-bottom: 1rem; border: none;}
.app-navbar-dark .navbar-right { margin-right: 0; }
.app-navbar-nav > li > a.btn-nav { margin-left: 8px; }

/* Tabbing */
.nav-tabs { border-bottom: none; }
.nav-tabs .nav-item { margin-left: 2px; }
.nav-tabs .nav-link { font-size: 12px; font-weight: 500; line-height: 22px; padding: 4px 12px; border-top-left-radius: 4px; border-top-right-radius: 4px; }
.nav-tabs .nav-link:hover { color: #00305b; background-color: #ebebeb; border-color: #a7a7a7; border-bottom-color: transparent; }
.nav-tabs .nav-link:focus, .nav-tabs .nav-link.active { color: #555555; background-color: #ffffff; border-color: #a7a7a7; border-bottom-color: transparent; }
.nav-tabs.same-size-tabs .nav-link { min-width: 150px; text-align: center; }
.tab-content { background-color: #fff; border-radius: 4px }
.tab-pane-container { padding: 32px; }

/* Tab Scrolling */
.tabs-scroller { position: relative; max-width: 100%; overflow: hidden; margin-bottom: -1px; }
.tabs-scroller .nav-tabs { position: relative; flex-wrap: nowrap; transition: all 0.3s; right: 0; }
.tabs-arrow .tab-arrow { position: absolute; top: 0; bottom: 1px; width: 24px; cursor: pointer; z-index: 1; display: flex; justify-content: center; align-items: center; background-color: #ffffff; border-radius: 4px; }
.tabs-arrow .tab-next { right: 0; }
.tabs-arrow .tab-prev { left: 0; }
.tab-controls .btn { white-space: nowrap; }

/* Card */
.card, .popover { border: 1px solid #ebebeb; }
.card-header, .popover-header, .table-header { font-weight: 500; border-bottom: none; background-color: #ebebeb;}

/* Main */
.app-main { padding: 16px; }
.app-fullscreen-header { margin-bottom: 16px; }
.app-fullscreen-body { margin-bottom: 10px; }
.app-flex-height { overflow: auto; min-height: 200px; }

/* PA Review */
.pa-controls-list li { margin-left: 10px; }
.info-form { line-height: 19px; }
.info-label { font-weight: 500; }
.info-details { font-size: 16px; }
.has-info-icon { position: relative; padding-left: 24px; }
.has-info-icon .info-icon { position: absolute; left: -16px; top: 0; }
.btn-edit-request { position: absolute; right: 48px; top: 32px; }
.form-font-normal { font-size: 14px; }

/* Questions */
.questions-action-list li { margin-left: 1rem; }
.form-review-header { padding-top: 20px; padding-bottom: 10px; }
.pa-review-row { margin-top: 20px; }
.pa-review-row.pa-control-row { margin-top: 13px; }
.pa-review-row.type-error-message { margin-top: 4px; }
.review-label { color: #595959; padding-top: 5px; padding-bottom: 5px; }
.review-details { font-size: 16px; }
.type-new-section { background-color: #999; text-transform: uppercase; }
.type-new-section .review-label { color: #fff; }
.type-display-text .review-label { color: #333333; }
.review-warning .review-label::before {  color: #dc7700; content: '\f06a'; font-family: 'Font Awesome 6 Free'; font-weight: 900; margin-left: 0rem; padding-right: 0.5rem; }
.review-warning .review-label {  font-weight: bold; }
.pa-author-details { font-size: 12px; }
.pa-updated-by { margin-left: 28px; }

/* Modal */
.app-modal-html, .app-modal-body, .app-modal-main, .scrollable-form, .scrollable-container { height: 100%; }
.app-modal-main .container, .app-modal-main .container-fluid, .app-modal-main .container-lg, .app-modal-main .container-md, .app-modal-main .container-sm, .app-modal-main .container-xl, .app-modal-main .container-xxl, .app-modal-main .row { --bs-gutter-x: 1rem; }
.modal { --bs-modal-width: 550px; }
.modal-content { box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35); border-radius: 4px; border: 1px solid #a7a7a7; }
.modal-header { border-bottom: none; padding: 16px 16px 20px;}
.btn-close { padding: 0; margin: 0;}
.modal-title { font-size: 18px; text-transform: uppercase; font-weight: 400; color: #00305b; line-height: 21px; }
.modal-body { padding-top: 0; }
.modal-body iframe { width: 100%; border: none; min-height: 85px; }
.modal-scrollable-container { max-height: calc(100vh - 130px); overflow: auto;}

/* Scrollable Modal */
.scrollable-iframe { height: calc(100vh - 140px); max-height: calc(100vh - 140px); }
.scrollable-container { padding-bottom: 46px; }
.scrollable-container .scrollable-content { overflow: auto; max-height: 100%; }
.scrollable-inner-content::after { content: ''; display: table; }
.sticky-footer { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #fff; padding-top: 16px; }

/* Form */
.col-form-label, .form-label { font-size: 12px; font-weight: 500; }
.form-control, .form-select { border-color: #a7a7a7; border-radius: 4px; font-size: 12px; color: #5d5d5d;  }
.form-select { border-color: #a7a7a7; color: #5d5d5d; }
.form-control-lg { min-height: 40px; font-size: 16px; }
.form-select { background-size: 12px 10px; }
.select2-container { max-width: 100%; min-width: 100%; }
.select2-container--default .select2-selection--single { border-color: #a7a7a7; }
.select2-container, .select2-container--default .select2-selection--single .select2-selection__rendered { font-size: 12px; color: #000; }
.select2-container .select2-selection--single { height: 32px; }
.form-check { font-size: 12px; line-height: 1.5; }
.form-check input:checked + label { font-weight: bold; }
.form-check-lg { font-size: 16px; margin-right: 3rem; }
.textarea-noresize { resize: none; }
.review-warning .form-control, .review-warning .form-select { background-color: #fef4e6; }
.review-warning .form-control::placeholder { font-size: 12px; color: #a7a7a7; }
.form-section { padding: 4px 8px; border-radius: 2px; background-color: #ebebeb; font-size: 14px; line-height: 1.215; }
.form-infotext { font-size: 12px; }
.form-mb { margin-bottom: 12px; }
.form-x-padding { padding-left: 20px; padding-right: 20px; }

/* Pagination */
.pagination { --bs-pagination-font-size: 13px; --bs-pagination-color: #007ce8; --bs-pagination-padding-x: 2px; --bs-pagination-padding-y: 2px; --bs-pagination-border-color: transparent; --bs-pagination-hover-color: #333333; --bs-pagination-hover-bg: #ebebeb; --bs-pagination-hover-border-color: #797979; --bs-pagination-disabled-color: #a7a7a7; --bs-pagination-disabled-bg: transparent; --bs-pagination-disabled-border-color: transparent; --bs-pagination-active-color: #ebebeb; --bs-pagination-active-bg: #007ce8; --bs-pagination-active-border-color: #007ce8;}
.pagination .page-item:not(:first-child) .page-link { margin-left: 0; }
.pagination .page-link { min-width: 40px; height: 40px; line-height: 34px; }
.pagination .page-link:hover { font-weight: 500; }
.page-item:first-child .page-link, .page-item:last-child .page-link { min-width: 80px;}

/* Sorting */
.has-sortable-cols { margin-top: 10px; }
.has-sortable-cols th, .has-sortable-cols td { padding: 5px 5px !important; }
.has-sortable-cols th { padding-bottom: 0 !important; }
.has-sortable-cols th { font-weight: 500; font-size: 12px;}
.has-sortable-cols th a { color: #00305b; margin-left: -5px; margin-right: -5px; line-height: 14px; padding: 5px 15px 5px 5px; }
.has-sortable-cols th a:hover { font-weight: 700; }
.has-sortable-cols .sortable, .has-sortable-cols .sorted .asc, .has-sortable-cols .sorted .desc { display: block; position: relative; }
.has-sortable-cols .sorted .asc, .has-sortable-cols .sorted .desc { background-color: #e6f2fd; font-weight: 900; }
.has-sortable-cols .sortable::after, .has-sortable-cols .sorted .asc::after, .has-sortable-cols .sorted .desc::after { position: absolute; right:5px; font-family: 'Font Awesome 6 Free'; color: #ebebeb; font-weight: 900; }
.has-sortable-cols .sortable::after { content: '\f0dc';  }
.has-sortable-cols .sorted .asc::after { content: '\f0de'; color: #007ce8; }
.has-sortable-cols .sorted .desc::after { content: '\f0dd'; color: #007ce8; }

/* Multiple columns */
.multi-col-container { column-count: 2;}

.reauthLabel { font-weight: 700;}