.entitylist,
.grid-actions,
.crmEntityFormView,
.crmEntityFormView .actions {
    border: none !important;
}

h1 {
    margin-top: 0;
}

.btn {
    border-width: 2px;
}

.btn-primary {
    color: #05325f;
}

.tab-title {
    display: none;
}

.actions,
.form-custom-actions {
    padding-left: 28px !important;
}

input.form-control {
    border-color: #e3e3e3;
    border-width: 2px;
    border-radius: 3px;
}

@media (min-width: 1200px) {
    .navbar-right {
        padding-top: 14px;
    }
}

.navbar-static-top.navbar-inverse {
    background-color: #ffffff;
    border-bottom: 8px solid #6bbe27;
    padding: 40px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 10px 10px;
}

.navbar-inverse .navbar-nav>li>a:focus {
    border: none !important;
    outline: none;
}

.navbar-static-top.navbar .menu-bar>.navbar-nav>.divider-vertical {
    margin: 10px 4px;
}

.submission-period-banner {
    background: #f4f4f4;
    border-left: 4px solid #6bbe27;
    padding: 15px 20px;
    margin-bottom: 20px;
    color: #05325f;
}

.submission-period-links>.submission-period-link {
    margin-bottom: 20px;
}

.submission-period-links>.submission-period-link>.submission-period-name {
    font-size: 24px;
    color: #05325f;
    font-weight: bold;
    margin-bottom: 15px;
}

.submission-period-links>.submission-period-link>.submission-period-metadata {
    margin-bottom: 15px;
}

.side-nav>.side-nav-header {
    font-size: 18px;
    color: #05325f;
    font-weight: bold;
    border-bottom: 1px solid #6bbe27;
    padding: 8px 15px;
}

.side-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-nav ul li {
    padding: 0;
    margin: 0;
}

.side-nav .side-nav-title {
    font-size: 14px;
    font-weight: bold;
    color: #05325f;
    padding: 15px 30px;
}

.side-nav .side-nav-item>a {
    display: block;
    padding: 15px 30px;
    border-bottom: 1px solid #DFDFDF;
    color: #414141;
    text-decoration: none;
}

.side-nav .side-nav-item .side-nav-item>a {
    display: block;
    padding: 15px 30px 15px 60px;
    color: #414141;
    text-decoration: none;
    border: nonw;
    font-size: 12px;
}


.side-nav .side-nav-sublinks {
    display: none;
}

.side-nav .active>.side-nav-sublinks {
    display: block;
}

.side-nav .side-nav-sublinks>.active a {
    font-weight: bold;
}

.entity-list-hide-filter .entitylist-filter {
    display: none
}

.details-table {
    margin-bottom: 20px;
    width: 100%;
}

.details-table thead th {
    color: #09549f;
    font-size: 11px;
    padding: 5px 10px;
    font-weight: normal;
}

.details-table tbody td {
    border: 1px solid #f4f4f4;
    border-width: 1px 0px;
    padding: 10px;
    font-size: 12px;
}

.details-table tbody td:first-child {
    border-left: 1px solid #f4f4f4
}

.details-table tbody td:last-child {
    border-right: 1px solid #f4f4f4
}

.details-table tbody td a {
    font-size: 12px;
}

.data-table {
    width: 100%;
}

.data-table tbody th {
    width: 40%;
}

.data-table tbody th,
.data-table tbody td {
    padding: 3px 5px;
}

.action-btns .btn {
    border: 2px solid #ffe500;
    background: transparent;
    color: #05325f;
    border-radius: 3px;
    margin-left: 10px;
}

.action-btns .btn:hover {
    border: 2px solid #ffe500;
    background: #ffe500;
    color: #05325f;
}

.action-btns .btn.btn-lodge-popup {
    border-color: #008635
}

.action-btns .btn.btn-lodge-popup:hover {
    background: #008635
}

.crmEntityFormView fieldset {
    margin: 0 !important;
}

[data-name="hidden_fields"] {
    display: none;
}

.icon {
    display: block;
    text-align: center;
}

.glyphicon-ok {
    color: #008635;
}

.glyphicon-remove {
    color: #d24647;
}

.record-details-row {
    margin-bottom: 20px;
}

.record-details-label {
    font-weight: bold;
}

.log-list .log-metadata {
    font-size: 12px;
    font-style: italic;
    padding-bottom: 15px;
}

.log-list .log-metadata a {
    font-size: 12px;
}

.did-cta {
    background-color: #fff;
    padding: 48px;
    border: 2px solid #ebebeb;
    border-radius: 10px;
    min-height: 340px;
}

/* Flex container for the content inside the card */
.did-cta__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Styling for the action button container */
.did-cta__actions {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Styles for the login button */
.did-cta__button {
    background-color: #fff;
    border-width: 3px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16pt;
    height: 48px;
    width: 100% !important;
    line-height: 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 8px;
}

/* Focus outline for better accessibility */
.did-cta__button:focus {
    outline-offset: 2px;
}

/* Text styling for the footer */
.did-cta__text {
    color: #636363;
    margin: 0;
}

/* Link styling within the footer */
.did-cta__text > a {
    text-decoration: underline;
}