﻿@charset "UTF-8";

/* Note: The tilde symbol indicates the node_modules directory to webpack */
/*@import '~bootstrap/dist/css/bootstrap.css';*/
/* @import '~bootstrap-vue/dist/bossotstrap-vue.css'; */

:root {
    --primary-color: #212146;
    --primary-color-dark: #29164a;
    --secondary-color: #c7b18b;
    --tertiary-color: rgb(255, 210, 0);
    font-size: 14px;
}

.pointer {
    cursor: pointer !important;
}

.not-allowed {
    cursor: not-allowed !important;
}

.home-image {
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0px var(--primary-color);
    width: 540px;
}

.bg-purple {
    background-color: var(--primary-color-dark) !important;
}

.hat {
    width: 6rem;
}

.lead {
    font-size: 1.2rem;
    letter-spacing: 2px;
    text-transform: uppercase
}

.welcome {
    min-height: 37vh
}

.btn-icon-with-text {
    width: auto;
    padding: 0 1rem 0 1rem;
}

.dt-buttons {
    float: right;
}

.card-text.header {
    font-size: 1rem;
    font-weight: bold;
}

.data-list .table thead tr {
    text-transform: uppercase;
    font-size: 0.875rem;
}

.data-list .table tbody {
    font-size: 0.875rem;
}

td.details-control {
    text-align:center;
    color: forestgreen;
    cursor: pointer;
}

tr.shown td.details-control {
    text-align:center; 
    color:red;
}

.btn-outline-primary span {
    position: relative;
    top: 1px;
}

.btn-secondary {
    color: black;
    font-weight: normal;
    letter-spacing: 1px;
    background-color: var(--secondary-color);
    border-color: black;
}

.btn-secondary:hover {
    color: black;
    background-color: var(--secondary-color);
    border-color: black;
}

.btn-secondary span {
    position: relative;
}

.btn-group, .btn-group-vertical {
    padding-bottom: 1rem;
}

.btn-group .btn-secondary {
    padding: 4px 10px 4px 10px;
    font-size: smaller;
}

.dataTables_processing {
    box-shadow: none;
    border: none;
    color: var(--primary-color);
}

.card-header {
    padding-top: 5px;
}

#navSecurity {
    min-width: 230px;
}

.data-table-processing {
    font-size: 1.75rem;
}

.page-item.active .page-link {
    /*background-color: var(--primary-color);*/
    border-color: var(--primary-color);
}

table.table td a.btn span {
    position: relative;
    top: 1px;
}

.table-actions {
    margin-bottom: 1rem;
}

.item-detail {
    margin-bottom: 1rem;
}

.item-detail label {
    margin-top: .6rem;
    margin-bottom: 0;
}

.item-detail-buttons {
    margin-top: 1rem;
}

.tiny {
    font-size: smaller;
}

.f-1 {
    font-size: 1rem;
}

.table th, .table td {
    padding: 0.35rem;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before {
    background-color: var(--primary-color);
}

.router-link-exact-active {
    text-decoration: none !important;
}

.no-underline {
    text-decoration: none !important;
}

.edit-card-area .v-list-item__icon {
	margin: 0 !important;
}

.edit-card-area .v-text-field {
	padding: 0;
	margin: 0;
	float: left;
}

.edit-card-area .v-list-item__title.headline {
    font-size: 1rem !important;
}

.text-muted {
    color: silver;    
}

#member-search-results {
    margin-top: 1rem;
}

#member-search-results tr {
    cursor: pointer;
}

.text-no-capitalize {
	text-transform: unset !important;
}

.inline-editable-field {
    /*display: flex;
    flex-direction: column;*/
}

.inline-editable-field .v-simple-checkbox {
	display: inline-block !important;
}

.inline-editable-field .edit-action-button {
    margin: 4px 0 4px 0;
}

.inline-editable-field .edit-action-button .v-btn__content {
    justify-content: left;
}

.editable-field-label {
    font-weight: 900 !important;
}

.edit-info-form div.col-full-width {
	width: 100%;	
	min-width: 330px;
}

.edit-info-form div.col1 {
	width: 290px;
	max-width: 290px;
	min-width: 290px;
}

.edit-info-form div.col2 {
	width: 330px;
	max-width: 330px;
	min-width: 330px;
}

.edit-info-form div.col3 {
	width: 350px;
	max-width: 350px;
	min-width: 350px;
}

.no-children-padding div {
	padding: 0 !important;
}

.retirement-data {
    min-width: 500px;
}

.member-details-left {
    -webkit-flex: 0 0 calc(100% - 300px) !important;
    -ms-flex: 0 0 calc(100% - 300px) !important;
    flex: 0 0 calc(100% - 300px) !important;
}

.member-details-right {
    -webkit-flex: 0 0 300px !important;
    -ms-flex: 0 0 300px !important;
    flex: 0 0 300px !important;
}

.small-title {
    padding: 5px 0 0 0;
    font-size: 18px;
    line-height: 1rem;
}

.w-100 {
    width: 100%;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px !important;
}

.f-16 {
    font-size: 16px !important;
}

.vjs-value {
    font-size: 11px;
}

.json {
    color: midnightblue !important;
    background-color: white !important;
    font-size: 10px !important;
}

.stackTrace {
    font-size: 10px !important;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
}

.d-flex-wrap {
    flex-wrap: wrap;
}

.d-flex-justify-between {
    justify-content: space-between;
}

.d-flex-row {
    display: flex;
    flex-direction: row;
}

.highlighted {
    background-color: #FEFF9C !important;
}

.text-info {
    color: #253d7e !important;
}

.text-danger {
    color: red !important;
}

.text-warning {
    color: #ffa500 !important;
}

.text-success {
    color: green !important;
}

.bold {
    font-weight: bold !important;
}

/*
    Colors on the wheel:
    
    #72257e (another purple)
    #7e7825 (army green)
    #7e4c25 (rusty)
    #5d7e25 (brighter green)
*/

.m-1 {
    margin: 1rem !important;
}

.p-1 {
    padding: 1rem !important;
}

.p-05 {
    padding: 0.5rem !important;
}

.subtitle-dark {
    color: black !important;
    font-weight: bold !important;
}

.space-between {
    justify-content: space-between;
}

.justify-content-right {
    justify-content: right;
}

.dangerous {
    background-color: #7e4c25 !important;
    color: white !important;
}

.danger-bg {
    background-color: #FBE5E1;
    padding: 5px;    
}

.danger-bg code {
    font-size: 12px !important;
    color: black !important;    
}

.change-queue {
    border-radius: 4px;
    padding: 0.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 1px 1px #c0c0c08f;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}


.pb-1 {
    padding-bottom: 1rem !important;
}

.p-1 {
    padding: 1rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.p-2 {
    padding: 2rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

div .text-right td.text-start,
div .text-right th.text-start {
    text-align: right !important;
}

.ml-2 {
    margin-left: 2rem !important;
}

.m-2 {
    margin: 2rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.ml--1 {
    margin-left: -1rem !important;
}

.ml--2 {
    margin-left: -2rem !important;
}

.ml--3 {
    margin-left: -3rem !important;
}

.mr--1 {
    margin-right: -1rem !important;
}

.mr--2 {
    margin-right: -2rem !important;
}

.mr--3 {
    margin-right: -3rem !important;
}

.mt--1 {
    margin-top: -1rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.r-1 {
    right: 1rem;
}

.r-10 {
    right: 10px;
}

.person-list-item-subtitle {
    display: flex;
    flex-wrap: wrap;
}

.person-list-item-subtitle > span {
    margin-left: 1rem;
    max-width: 11rem;
}

.batch-detail .detail-switch.pointer:hover {
    color: purple;
}

.batch-detail .detail-switch.not-allowed:hover {
    color: red;
}

.batch-detail .v-card__subtitle {
    color: black !important;
}

.batch-detail .v-card__subtitle em {
    color: #32083b;
}

.person-notes-form .note-type-name {
    display: none; /* As per KP */
}

.notes-preview {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    line-height: 1.2rem !important;
}

.retirement-package-card .v-card__text,
.vsf-card .v-card__text {
    margin-left: -2rem;    
}

.v-card__title {
    font-size: 1rem !important;
}

.v-icon.v-icon {
    /*font-size: 20px;*/
}

.billing-settings .v-simple-checkbox {
    margin-left: 5px;
}

.elide-container {
    overflow: hidden;
    white-space: nowrap;
}

.elide {
    text-overflow: ellipsis;
}

.small-select-label {
    font-size: 13px !important;
}

.note-textarea {
    background-color: whitesmoke;
    padding: 1rem;
    font-size:13px;
    caret-color: purple;
}

.textarea-holder textarea {
    padding: 10px 0 10px 0 !important;
    font-size: 13px;
}

.small-file-input {
    font-size: 12px !important;
}

.v-snack__content {
    font-size: 1.1rem !important;
}

.paragraph {
    margin-bottom: 16px;
    background-repeat: no-repeat;
    box-sizing: inherit;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}