﻿body {
    min-height: 900px;
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Skip to main content link for accessibility */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 999;
    padding: 1em;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.skip-link:focus {
    left: 0;
}

/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override default behavior where description list terms
   will truncate if they are too long
*/

dl dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea {
    max-width: 280px;
}

    select.large {
        font-size: large;
    }

/* Header */

.navbar-inverse {
    background-color: #ffffff;
    border-top: solid 1px rgb(102, 102, 102);
}

    .navbar-inverse .container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }

.navbar-header {
    border: solid 1px rgb(102, 102, 102);
    border-bottom: none;
    border-top: none;
    padding: 15px;
}

li.sidebar-brand {
    background-color: #fff;
    border: solid 1px rgb(188, 188, 188);
    /*    height: 65px;*/
}

    li.sidebar-brand img {
        /*height: 43px;*/
        width: 200px;
    }

.header {
    border: solid 1px rgb(188, 188, 188);
    border-left: none;
    border-right: none;
    height: 65px;
}

.sidebar-nav {
    border-bottom: 0.5px solid #FFFFFF;
    list-style-image: url("../Images/menu-icon.png");
    position: static;
}

h3.menu-section-title {
    color: #333333;
    background-color: #CCCCCC;
    font-family: var(--bs-body-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 5px 0 5px 20px;
}

.sidebar-nav li {
    color: #FFFFFF;
    font-family: var(--bs-body-font-family);
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
}

.titleblock {
    margin-top: 20px;
    margin-bottom: 20px;
}

img.backbutton {
    width: 30px;
}

.page-title-container > img.content-photo {
    margin-top: 11px;
}

.page-title {
    display: inline-block;
    font-family: var(--bs-body-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-right: 10px;
    vertical-align: middle;
    margin-left: 10px;
}

/*.page-description-container {
}*/

.page-description {
    font-family: var(--bs-body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.red-outer-box {
    background-color: red;
    border-color: red;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.red-version-text {
    color: white !important;
    font-family: var(--bs-body-font-family) !important;
    font-style: italic !important;
}

.red-outer-box .red-outer-box-title {
    color: white;
    font-family: var(--bs-body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.red-outer-box .red-outer-box-text {
    color: #333333;
    color: white;
    font-family: var(--bs-body-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
}

.red-outer-box-button {
    background-color: white;
    border: 1px solid white;
    border-radius: 1px;
    color: red;
    cursor: pointer;
    font-family: var(--bs-body-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 8px 25px;
    text-align: center;
}

.outer-box .outer-box-title {
    font-family: var(--bs-body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.outer-box {
    background-color: rgba(242, 242, 242, 1);
    border-color: rgba(215, 215, 215, 1);
    border-radius: 1px;
    border-style: solid;
    border-width: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

    .outer-box .left-image {
        margin-bottom: 15px;
        margin-top: 15px;
        width: 100%;
    }

    .outer-box .outer-box-text {
        color: #333333;
        font-family: var(--bs-body-font-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 20px;
        text-align: left;
    }

    .outer-box .outer-box-link {
        color: #333333;
        cursor: pointer;
        font-family: var(--bs-body-font-family);
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: left;
        text-decoration: underline;
    }

    .outer-box .top-border {
        border-top: 1px solid rgba(215, 215, 215, 1);
    }

    .outer-box .outer-box-title {
        font-family: var(--bs-body-font-family);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
    }

    .outer-box .outer-box-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .outer-box .inner-box {
        background-color: rgba(255, 255, 255, 1);
        border-color: rgba(215, 215, 215, 1);
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        margin-bottom: 30px;
        margin-top: 30px;
        min-height: 200px;
        padding: 15px 25px 35px 25px;
    }

        .outer-box .inner-box img {
            display: block;
            margin-bottom: 15px;
            margin-top: 15px;
            width: 100%;
        }

        .outer-box .inner-box .inner-box-title {
            font-family: var(--bs-body-font-family);
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
        }

        .outer-box .inner-box .inner-box-description {
            color: #333333;
            font-family: var(--bs-body-font-family);
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-align: center;
        }

.container-fluid {
    padding: 0px 15px 20px 15px;
}

.row-separator {
    height: 30px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.version-text {
    color: #666666 !important;
    font-family: var(--bs-body-font-family) !important;
    font-style: italic !important;
}

button, .button {
    background-color: rgb(102, 102, 102);
    border: 1px solid rgb(121, 121, 121);
    border-radius: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: var(--bs-body-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 8px 25px;
    text-align: center;
}

a.button:hover {
    color: #fff;
    text-decoration: none;
}

button.large-text {
    font-size: 16px;
}

.margin-bottom {
    margin-bottom: 30px;
}

.margin-top {
    margin-top: 30px;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.nav > li > a {
    color: #333;
    font-family: var(--bs-body-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 15px 25px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #333;
    font-family: var(--bs-body-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.center-content {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.no-margin {
    margin: 0 !important;
}

.font16 {
    font-size: 16px !important;
}

.table-title {
    display: inline-block;
    font-family: var(--bs-body-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-right: 10px;
    vertical-align: middle;
}

.section-title {
    font-family: var(--bs-body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.default-table > thead > tr > th {
    border-bottom: 1px solid #ddd;
    color: #666666;
    font-family: var(--bs-body-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding-left: 0px;
    padding-right: 0px;
}

.default-table > tbody > tr > td {
    color: #333333;
    font-family: var(--bs-body-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: 40px;
    line-height: normal;
    padding: 0px;
    text-align: left;
    vertical-align: middle;
}

    .default-table > tbody > tr > td.featured {
        font-family: var(--bs-body-font-family);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
    }

    .default-table > tbody > tr > td > a.button, .default-table .grid-button {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        background-color: rgb(255, 255, 255);
        border-color: rgba(121, 121, 121, 1);
        border-radius: 50px;
        border-style: solid;
        border-width: 1px;
        box-shadow: none;
        color: #333333;
        font-size: 12px;
        padding: 5px 20px;
        text-align: center;
    }

.page-title img {
    cursor: pointer;
    height: 30px;
    margin-right: 15px;
    width: 30px;
}

.readonly-text {
    background-color: rgba(242, 242, 242, 1);
    border: 1px solid rgb(121, 121, 121);
    color: #666666;
    font-family: var(--bs-body-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 10px;
    text-align: left;
    text-decoration: none;
}

    .readonly-text h2 {
        font-family: var(--bs-body-font-family);
        font-size: 18px;
        font-weight: 700;
    }

.checkbox-label {
    color: #333333;
    font-family: var(--bs-body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
    text-align: left;
}

ol.breadcrumb {
    background-color: #fff;
    margin-bottom: 0px;
    padding: 8px 0px 0px 0px;
    display: flex;
    align-items: center;
}

    ol.breadcrumb > li {
        display: flex;
        align-items: center;
    }

    ol.breadcrumb > li > a {
        color: #333333;
        font-family: var(--bs-body-font-family);
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
    }

    ol.breadcrumb > li.active {
        color: #333333;
        font-family: var(--bs-body-font-family);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
    }

.breadcrumb > li + li:before {
    color: #333333;
    content: "\003e";
    font-family: var(--bs-body-font-family);
    font-weight: 700;
    padding: 0 10px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.full-width {
    max-width: none;
    width: 100%;
}

.secondary-button {
    background-color: rgb(255, 255, 255);
    color: #333;
    font-size: 16px;
    margin: 0px 5px;
}

.primary-button {
    font-size: 16px;
    margin: 0px 5px;
}

.tab-content table {
    margin: 0 15px;
}

.user-photo {
    height: 60px;
    margin: 10px 10px 10px 0px;
    width: 90px;
}

.detail-photo {
    cursor: pointer;
    margin: 10px 10px 10px 0px;
    max-height: 300px;
    max-width: 300px;
}

.content-image, .online-file-image {
    cursor: pointer;
}

.item-icon {
    cursor: pointer;
    height: 30px !important;
    margin: 10px 0px 10px 10px;
    width: 40px !important;
}

.content-photo {
    cursor: pointer;
    height: 30px !important;
    margin: 10px 10px 10px 10px;
    width: 40px !important;
}

.drag-td {
    width: 60px
}

    .drag-td > img {
        margin: 0px 10px;
    }

.content-table > thead > tr > th {
    border: none;
    color: #666666;
    font-family: var(--bs-body-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding-left: 0px;
    padding-right: 0px;
}

.content-table > tbody > tr > td {
    border-top: 1px solid rgb(148, 148, 148);
    color: #333333;
    font-family: var(--bs-body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 60px;
    line-height: normal;
    padding: 0px;
    text-align: left;
    vertical-align: middle;
}

.content-table > tbody > tr {
    background-color: rgb(201, 201, 201);
}

    .content-table > tbody > tr:hover {
        background-color: rgb(255, 255, 255);
    }

        .content-table > tbody > tr:hover > .drag-td > img {
            display: block;
        }

    .content-table > tbody > tr > td.featured > span > a {
        color: #333333;
        cursor: pointer;
        font-family: var(--bs-body-font-family);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        text-decoration: underline;
    }

    .content-table > tbody > tr > td > a.button, .content-table > tbody > tr > td > button {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        background-color: transparent;
        border-color: rgba(121, 121, 121, 1);
        border-radius: 50px;
        border-style: solid;
        border-width: 1px;
        box-shadow: none;
        color: #333333;
        font-size: 12px;
        margin: 0 10px;
        padding: 5px 20px;
        text-align: center;
    }

.custom-modal-dialog-centered {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100% - (1.75rem * 2));
}

.custom-modal-content {
    width: 100%;
}

button.close {
    height: 35px;
    width: 35px;
}

.custom-modal-title {
    color: #333333;
    font-family: var(--bs-body-font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.custom-modal-footer {
    background-color: rgb(242, 242, 242);
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
    width: 40px;
}

tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
    width: 40px;
}

table.content-table-no-header {
    margin: 0px !important;
}

    table.content-table-no-header thead {
        display: none;
    }

    table.content-table-no-header .nested-spacing {
        width: 40px;
    }

    table.content-table-no-header table.content-table-no-header .nested-spacing {
        width: 80px;
    }

    table.content-table-no-header table.content-table-no-header table.content-table-no-header .nested-spacing {
        width: 120px;
    }

    table.content-table-no-header table.content-table-no-header table.content-table-no-header table.content-table-no-header .nested-spacing {
        width: 160px;
    }

    table.content-table-no-header table.content-table-no-header table.content-table-no-header table.content-table-no-header table.content-table-no-header .nested-spacing {
        width: 200px;
    }

    table.content-table-no-header table.content-table-no-header table.content-table-no-header table.content-table-no-header table.content-table-no-header table.content-table-no-header .nested-spacing {
        width: 240px;
    }

.table form {
    display: inline;
}

.image-upload {
    height: 100px;
    margin-bottom: 50px;
}

    .image-upload img {
        height: 80px;
        margin-bottom: 10px;
    }

        .image-upload img.close-button {
            cursor: pointer;
            height: 25px;
            position: absolute;
            right: -12px;
            top: -12px;
        }

    .image-upload > div {
        display: inline-table;
        position: relative;
    }

    .image-upload > .image-upload-button,
    .image-upload > .extension-upload-button,
    .image-upload > .online-file-upload-button,
    .image-upload > .cover-image-file-upload-button {
        background-color: rgba(255, 255, 255, 1);
        border-color: rgba(215, 215, 215, 1);
        border-style: solid;
        border-width: 1px;
        padding: 10px 20px;
    }

        .image-upload > .image-upload-button > img,
        .image-upload > .extension-upload-button > img,
        .image-upload > .online-file-upload-button > img,
        .image-upload > .cover-image-file-upload-button > img {
            cursor: pointer;
            display: block;
            height: 40px;
            margin-left: auto;
            margin-right: auto;
        }

.hiddenfile {
    height: 0px;
    overflow: hidden;
    width: 0px;
}

table.default-table-no-header {
    margin: 0px !important;
}

    table.default-table-no-header thead {
        display: none;
    }

    table.default-table-no-header .nested-spacing {
        width: 40px;
    }

    table.default-table-no-header table.default-table-no-header .nested-spacing {
        width: 80px;
    }

    table.default-table-no-header table.default-table-no-header table.default-table-no-header .nested-spacing {
        width: 120px;
    }

    table.default-table-no-header table.default-table-no-header table.default-table-no-header table.default-table-no-header .nested-spacing {
        width: 160px;
    }

    table.default-table-no-header table.default-table-no-header table.default-table-no-header table.default-table-no-header table.default-table-no-header .nested-spacing {
        width: 200px;
    }

    table.default-table-no-header table.default-table-no-header table.default-table-no-header table.default-table-no-header table.default-table-no-header table.default-table-no-header .nested-spacing {
        width: 240px;
    }

tr.hoverable-to-show-row:hover,
tr.hoverable-to-show-row:hover td {
    background-color: rgba(230, 240, 255, 0.5) !important;
}

.hoverable-to-show-row a, .hoverable-to-show-row button {
    display: none;
}

.hoverable-to-show-row:hover a, .hoverable-to-show-row:hover button {
    display: inline;
}

.hoverable-to-show-row > .featured > a {
    display: inline !important;
}

/* Ensure action buttons container keeps the blue background on hover */
.hoverable-to-show-row:hover .action-buttons-container {
    background-color: transparent;
}

/* Action buttons should show on row hover */
.hoverable-to-show-row:hover .action-buttons-container .button,
.hoverable-to-show-row:hover .action-buttons-container .grid-button,
.hoverable-to-show-row:hover .action-buttons-container .action-dropdown-toggle {
    display: inline-block !important;
}

/* Dropdown items should stay hidden by default */
.hoverable-to-show-row .action-dropdown-item {
    display: none;
}

/* When dropdown menu is shown, display items as block regardless of row hover */
.hoverable-to-show-row .action-dropdown-menu.show .action-dropdown-item {
    display: block !important;
}

.td-include-check {
    width: 100px;
}

.image-gallery-edit .image-upload {
    float: left;
    margin-right: 30px;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

    .image-gallery-edit .image-upload .close-button {
        right: -25px;
    }

.sidebar-nav > li > a {
    font-size: 12px;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9999;
}

    .overlay span {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .overlay img {
        display: inline-block;
        vertical-align: middle;
    }

/* Modern loading overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

#imageDialog #imageDialogSource {
    max-height: 1500px;
    max-width: 850px;
}


.featured > a, .featured > a:visited, .featured > a.hover {
    color: #333333 !important;
    cursor: pointer;
    display: contents;
    font-family: var(--bs-body-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-decoration: underline;
}

#actionBtn {
    background-color: red;
    border: none;
    border-radius: 4px;
    bottom: 20px;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 18px;
    outline: none;
    padding: 15px;
    position: fixed;
    right: 30px;
    text-decoration: red;
    z-index: 99;
}

    #actionBtn:hover {
        background-color: #555;
    }

tr.selected-row {
    background-color: rgb(255, 0, 0, 0.05);
}

ul.sidebar-nav > li > a.selected {
    background-color: white;
    color: black;
}

.mainTitle {
    color: inherit;
    font-family: inherit;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    margin-left: 15px;
    margin-top: 15px;
}

.image-reorder-container {
    display: block;
    text-align: center;
}

    .image-reorder-container img {
        cursor: pointer;
        display: inline;
        height: 20px;
        margin: 0 5px;
        width: 20px;
    }

.share-image-container {
    display: block;
    text-align: center;
    margin: 5px 0px 5px 0px;
}

.ccna_content {
    background-color: #fafafa
}

.disabled-row {
    opacity: .3;
}

label.for-text-large {
    font-size: large;
    font-weight: normal;
    width: 110px;
}

.image-text-center {
    text-align: center;
}

.equipmentCommands {
    width: 350px;
}

.sub_row_text {
    font-style: italic;
    font-size: small;
}

.padded_table_row {
    padding: 15px 15px 15px 0 !important;
    vertical-align: top !important;
}

.padded_header {
    padding-bottom: 15px;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
    margin-left: 15px;
    margin-right: 15px;
}

.opportunity_detail_spacing {
    margin-bottom: 5px;
}

.action_link:hover {
    color: #FF0000;
    vertical-align: middle !important;
}

.action_link {
    vertical-align: middle !important;
}


.boxed_label {
    border: 1px solid black;
    padding: 2px 5px;
    background-color: white;
}

.percent_input_container {
    display: flex;
}

    .percent_input_container input {
        align-self: flex-start;
        max-width: none;
        width: 100%;
    }

.template_progress_grid_container {
    display: grid;
    background-color: #F2F2F2;
    grid-template-columns: repeat(15, minmax(0, 1fr));
    grid-template-rows: auto auto;
    padding: 10px;
}

    .template_progress_grid_container .grid_bar {
        grid-area: 1 / 2 / 1 / span 14;
        height: 6px;
        background-color: #C9C9C9;
        align-self: center;
    }

    .template_progress_grid_container .grid_dot {
        height: 30px;
        width: 30px;
        background-color: white;
        border: 1px solid #C9C9C9;
        border-radius: 50%;
        display: flex;
        color: black;
        grid-row: 1;
        text-align: center;
        font-size: 14px;
        justify-content: center;
        align-items: center;
        justify-self: center;
        align-self: center;
    }

    .template_progress_grid_container .activated_grid_dot {
        background-color: #666666;
        color: white;
    }

    .template_progress_grid_container .step_1 {
        grid-column: 1 / span 2;
    }

    .template_progress_grid_container .step_2 {
        grid-column: 3 / span 2;
    }

    .template_progress_grid_container .step_3 {
        grid-column: 5 / span 2;
    }

    .template_progress_grid_container .step_4 {
        grid-column: 7 / span 2;
    }

    .template_progress_grid_container .step_5 {
        grid-column: 9 / span 2;
    }

    .template_progress_grid_container .step_6 {
        grid-column: 11 / span 2;
    }

    .template_progress_grid_container .step_7 {
        grid-column: 13 / span 2;
    }

    .template_progress_grid_container .step_8 {
        grid-column: 15 / span 2;
    }

    .template_progress_grid_container .grid_text {
        padding: 20px;
        font-size: 12px;
        text-align: center;
        grid-row: 2;
        justify-self: center;
        align-self: center;
    }

    .template_progress_grid_container .active_grid_text {
        font-weight: bold;
    }

.nav_button_next {
    background-color: #666666;
    border-radius: 4px;
    color: white;
    margin-left: 10px;
    cursor: pointer;
    display: block;
    font-size: 18px;
    outline: none;
    padding: 15px, 30px;
}

.nav_button_previous {
    background-color: white;
    border-color: rgb(153,153,153);
    border-radius: 4px;
    color: #333333;
    margin-right: 10px;
    cursor: pointer;
    display: block;
    font-size: 18px;
    outline: none;
    padding: 15px, 30px;
}

    .nav_button_previous:hover {
        color: #333333;
    }

.nav_button_disabled {
    opacity: .35;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.aqt_template_item_margin {
    margin-bottom: 10px;
}

.aqt_template_section_break {
    background-color: #333333;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.aqt_template_div {
    background-color: #F2F2F2;
    padding: 20px 40px;
}

.aqt_template_div_header {
    font-weight: bold;
    font-size: 16px;
}

/* AboutView styles */
.about-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
}

.about-body-text {
    max-width: 600px;
    text-align: center;
}

.about-store-logos {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

    .about-store-logos img {
        height: 50px;
    }

.include-filter {
    margin-right: auto;
    margin-left: 0px;
    float: right;
}

/* Action Buttons Container */
.action-buttons-container {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.action-buttons-container .button,
.action-buttons-container .grid-button {
    background-color: white;
    color: #333;
    border: 1.5px solid #333;
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.action-buttons-container .button:hover,
.action-buttons-container .grid-button:hover {
    background-color: #333;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Action Dropdown */
.action-dropdown {
    position: relative;
    display: inline-block;
}

.action-dropdown-toggle {
    cursor: pointer;
    background-color: white;
    color: #333;
    border: 1.5px solid #333;
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.action-dropdown-toggle:hover {
    background-color: #333;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.action-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    min-width: 180px;
    width: max-content;
    box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.15);
    z-index: 1000;
    border: 1.5px solid #333;
    border-radius: 6px;
    margin-top: 4px;
    overflow: hidden;
}

.action-dropdown-menu.show {
    display: block;
}

.action-dropdown-item {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 16px;
    text-decoration: none;
    color: #333;
    border: none;
    background: white;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    transition: background-color 0.15s ease;
    white-space: nowrap;
    box-sizing: border-box;
}

.action-dropdown-item:last-child {
    border-bottom: none;
}

.action-dropdown-item:hover {
    background-color: #f5f5f5;
}

.action-dropdown-form {
    margin: 0;
}

.claim-ownership-btn {
    color: #0066cc;
    font-weight: 600;
}

/* Page Title Info Icon */
.page-info-icon {
    color: #0d6efd;
    cursor: pointer;
    font-size: 20px;
    margin-left: 8px;
    vertical-align: middle;
    transition: color 0.2s ease;
}

.page-info-icon:hover {
    color: #0a58ca;
}

/* Info Modal */
.info-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-modal-content {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
}

.info-modal-header {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
}

.info-modal-header .bi-info-circle {
    color: #0d6efd;
    font-size: 24px;
    margin-right: 12px;
}

.info-modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.info-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-modal-close:hover {
    color: #333;
}

.info-modal-body {
    padding: 20px;
}

.info-modal-text {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

/* Publish status panel badges */
.status-publishing { background-color: #0d6efd; color: #fff; }
.status-completed  { background-color: #198754; color: #fff; }
.status-failed     { background-color: #dc3545; color: #fff; }
