body {
    font-size: 16px;
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    box-sizing: border-box;
}
body .background-image {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.6;
    z-index: -1;
}
.version {
    margin-left: 1rem;
}
/* .footer,
.push-height {
    height: 4rem;
} */
a {
    outline: 0;
    text-decoration: none;
}
/* [v-cloak] > * {
    display: none;
}
[v-cloak]::before {
    content: "loading form ...";
} */
[v-cloak]:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner 0.6s linear infinite;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
[v-cloak]>* {
    display: none;
}
button:-moz-focusring,
input:-moz-focusring {
    outline: 0;
}
/*nav bar styles*/
.dropdown-menu {
    /* z-index: 4000; */
}
.dropdown-menu hr {
    margin-top: 0;
    margin-bottom: 0;
}
.navbar {
    background: #f4f4f4;
    padding: 0.1rem 1rem;
    border-bottom: 4px solid #e7e7e7;
}
.navbar-brand {
    line-height: 15px;
}
.brand {
    padding: 0.2rem 0.5rem 0.2rem 0rem;
    border-right: solid 2px rgb(0, 0, 0);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.8);
}
.content {
    margin-top: 80px;
}
.affix {
    position: fixed;
}
.context {
    margin-top: 30px;
    width: 100%;
    padding: 2px 20px;
    z-index: 1010;
    -webkit-box-shadow: 0px 2px 10px -5px rgba(102, 102, 102, 0.5);
    -moz-box-shadow: 0px 2px 10px -5px rgba(102, 102, 102, 0.5);
    box-shadow: 0px 2px 10px -5px rgba(102, 102, 102, 0.5);
}
.context h2 {
    margin-bottom: 0;
    font-size: 1.6rem;
}
#container {
    /*margin-top: 80px;*/
}
.scroll-content {
    padding-top: 130px;
}
.container {
    max-width: 1600px;
}
.descriptor {
    margin: 2rem;
    display: flex;
}
div.no-data,
span.no-data {
    font-weight: 300;
    color: #eb465a;
}
td.no-data {
    background-color: #f1dfe4;
}
.title-extra {
    font-size: 0.8rem;
    font-style: italic;
    color: #999999;
}
/* comment styles TODO: remove when no longer needed */
.comment {
    font-size: 0.8rem;
    padding: 0.2rem 1rem;
    margin: 0.5rem 0;
    border-left: 8px solid rgb(128, 128, 128);
    border-radius: 0.25rem;
    background-color: #fffbeb;
    color: rgb(25, 25, 25);
}
.comment-warning {
    background-color: rgb(255, 248, 197);
    border-left-color: rgb(196, 182, 69);
}
.comment-danger {
    background-color: rgb(251, 194, 198);
    border-left-color: rgb(200, 22, 34);
}
.comment-info {
    background-color: rgb(211, 230, 242);
    border-left-color: rgb(58, 168, 233);
}
/* styles for index view lists */
#search {
    /* margin-bottom: 2rem; */
    background-color: #eff1f1;
    border-top: 1px solid #d0d5d6;
    border-right: 1px solid #d0d5d6;
    border-left: 1px solid #d0d5d6;
    padding: 0.2rem;
}
#search .row {
    margin-top: 0;
}
#search .form-control {
    width: auto;
    display: inline-block;
    height: 37px;
}
.search label {
    padding: 0.375rem 1rem;
    font-size: 1rem;
}
.search .multiselect {
    width: 210px;
}
#search .multiselect__select {
    width: 20px;
    padding: 0;
}
#search .multiselect__tags {
    min-height: 38px;
    padding: 8px 20px 0 8px;
    border-radius: 5px;
    border: 1px solid #ced4da;
}
.search .multiselect.display-number {
    width: 65px;
    min-height: 37px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
#search .multiselect__option {
    padding: 0 12px;
    min-height: 20px;
}
#search .multiselect__placeholder {
    color: #6c757d;
    margin-bottom: 0;
    padding-top: 0;
}
#search .multiselect__content-wrapper {
    box-shadow: 0px 10px 50px -25px rgba(0, 0, 0, 0.5);
    z-index: 10000;
}
/* #collapseSearch {
    display: flex;
    margin-left: 190px;
} */
.search-plus {
    display: flex;
    margin-left: 201px;
}
.btn-more {
    vertical-align: middle;
}
.search label {
    margin-bottom: 0;
    padding: 0.375rem 1rem;
    font-size: 1rem;
}
.search input {
    /* float: left; */
}

#resp-table {
    width: 100%;
    display: table;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
#resp-table-header {
    display: table-header-group;
    background-color: #f6f6f6;
    font-weight: bold;
    font-size: 15px;
}
.table-header-cell {
    display: table-cell;
    padding: 5px;
    text-align: justify;
}
#resp-table-body {
    display: table-row-group;
}
.resp-table-row {
    display: table-row;
}
a.resp-table-row {
    text-decoration: none;
    color: inherit;
}
a.resp-table-row:hover {
    background-color: #eeeeee;
}
.table-body-cell {
    display: table-cell;
    padding-left: 5px;
    border-bottom: 1px solid #dddddd;
}
#resp-table-footer {
    display: table-footer-group;
    background-color: #f6f6f6;
    font-weight: bold;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.45);
}
.table-footer-cell {
    display: table-cell;
    padding: 10px;
    text-align: justify;
}
.pagination-container {
    text-align: center;
    margin-top: 1rem;
}
.card-deck {
    margin-bottom: 1rem;
}
.card-header {
    min-height: 1.5rem;
    padding: 0rem 1.25rem;
    /* font-size: 1rem; */
}
.card-footer {
    padding: 0.5rem 1.25rem;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4rem;
    text-align: center;
    padding-top: 15px;
    background: #f4f4f4;
    border-top: 4px solid #e7e7e7;
}
blockquote {
    margin: 0.5rem 2rem;
    padding: 0.5rem 1rem;
    border-left: solid 5px #cccccc;
    font-style: italic;
    background-color: #fcfcfc;
}
blockquote p {
    margin: 0;
}
#homepage .card-header {
    padding: 0.5rem 1.25rem;
    font-size: 1.8rem;
}
.fas {
    color: #999999;
}
.fa-info-circle {
    color: #e2d4b7;
    font-size: 1rem;
    cursor: pointer;
}
.btn-warning {
    color: #ffffff;
}
.btn-warning:hover {
    color: #ffffff;
}
.btn .fas {
    color: #ffffff;
}
.btn-default .fas,
.btn-secondary .fas {
    color: #000000;
}
.fa-copyright {
    color: #000000;
}
/* .login {
    margin: 10rem auto;
    width: 640px;
} */
.login,
.register {
    margin: 10rem auto;
    width: 60rem;
}
.login label {
    font-size: 1rem;
    padding-top: 0.4rem;
}
.welcome .thumbnail img {
    width: 300px;
    height: 400px;
}
.btn-group-sm > .btn,
.btn-sm {
    font-size: 0.7rem;
}

/*index view*/
.search-panel {
    background-color: #f4f6f3;
    border: solid 1px #dfe4dd;
    margin-bottom: 2rem;
    padding: 0.5rem 1rem 1rem;
}
.search-panel label {
    font-size: 1.2rem;
    padding-top: 0;
}
/*show view*/
.back {
    line-height: 1;
    opacity: 0.5;
}
.back:hover {
    opacity: 1;
}
.item-image {
    width: 450px;
    height: 450px;
    border: none;
    padding: 0;
}
/* .item-image-motif {
  width: 350px;
  height: 350px;
} */
.item-image img {
    border: 1px solid #eeeeee;
    border-radius: 0.25rem;
    padding: 0.25rem;
}
.item-image img.land {
    width: 100%;
}
.item-image img.port {
    height: 100%;
}
/*Bootstrap card overides*/
.card {
    margin-bottom: 0.75rem;
}
.card-footer .row {
    margin-top: 0;
}
.card-header span {
    font-size: 1.2rem;
}
.card-body h2 {
    margin-bottom: 0.2rem;
    font-size: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-text .alert {
    padding: 0.2rem 1rem;
    margin-bottom: 0.2em;
}
/* .card-text h2 {
  font-size: 1.5rem;
  margin-bottom: 0.2rem;
} */
.card-text h2 span {
    font-size: 1rem;
}
.card-text h4 {
    font-size: 1.2rem;
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
}
.item-image-container {
    text-align: center;
    padding-top: 0.8rem;
}
table.structure {
    margin-top: 10px;
    clear: none;
    width: auto;
}
table.structure td,
table.structure th {
    padding: 0.2rem;
}
.table-no-border thead th {
    border-bottom: none;
}
.table-no-border td,
.table-no-border th {
    border-top: none;
}
.description-image {
    float: left;
    margin-right: 10px;
}
.description-image .caption {
    color: #666666;
    font-style: italic;
    font-size: 0.8rem;
}
/*show view galleries*/
.gallery-main {
    text-align: center;
}
.gallery-image {
    display: inline-block;
    position: relative;
    width: 250px;
    height: 250px;
    background-color: #fcfcfc;
    border: solid 1px #f1f1f1;
}
.gallery-image img.land {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gallery .card {
    display: inline-block;
    background-color: #fcfcfc;
    margin: 5px;
    padding: 5px;
}
.gallery-main img,
.gallery-structure img {
    height: 450px;
    width: 450px;
}
.gallery-lg img {
    height: 300px;
    width: 300px;
}
.gallery-sm img {
    height: 250px;
    width: 250px;
}
.gallery img {
    object-fit: contain;
}
.gallery .image-title {
    margin: 0;
    text-align: center;
    font-size: 0.8rem;
}
.associated-people .card {
    display: inline-block;
    margin: 0.3rem;
}
.associated-people .card-title {
    font-size: 0.8rem;
    margin: 0.2rem;
}
/*status bar styles*/
.status {
    /* margin-bottom: 1rem; */
}
.status-progress {
    width: 100%;
    margin: 20px auto 0 auto;
    text-align: center;
}
.status-progress .circle,
.status-progress .bar {
    display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #d5d5da;
}
.status-progress .bar {
    position: relative;
    width: 200px;
    height: 6px;
    top: -33px;
    margin-left: -5px;
    margin-right: -5px;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
.status-progress .circle .label {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    margin-top: 3px;
    color: #b5b5ba;
    font-size: 17px;
}
.status-progress .circle .title {
    color: #b5b5ba;
    font-size: 13px;
    line-height: 30px;
    margin-left: -5px;
    word-wrap: normal;
}
.status-progress label,
.status-progress span.data {
    margin: 0;
    font-size: 0.8rem;
}
.status-progress label {
    font-weight: bold;
    display: inline;
}
.status-data {
    width: 100%;
    margin-top: 0;
}
.status-data label,
.status-data span.data {
    font-size: 0.8rem;
    display: inline;
}
/* Done / Active */
.status-progress .bar.done,
.status-progress .circle.done {
    background: #5cb85c;
}
.status-progress .circle.done {
    background: #cccccc;
}
.status-progress .bar.active {
    background: linear-gradient(to right, #eee 40%, #fff 60%);
}
.status-progress .circle.done .label {
    color: #fff;
    background: #5cb85c;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.status-progress .circle.done .title {
    color: #444;
}
.status-progress .circle.active .label {
    color: #fff;
    background: #0c95be;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.status-progress .circle.active .title {
    color: #0c95be;
}

.person-coops tbody tr td {
    padding-right: 1rem;
}
.source .col-md-3,
.recorder .col-md-3 {
    width: 10%;
}
.assoc-people .card {
    display: inline-block;
    margin: 0.3rem;
}
/********** form styles **************/
.create .card-header,
.edit .card-header {
    min-height: 1.5rem;
    padding: 0.2rem 1.25rem;
    font-size: 1.5rem;
}
.fa-asterisk {
    /* margin-left: 1rem; */
}
.fa-asterisk.required {
    color: #dc3545;
}
.row {
    margin-top: 1rem;
}
.item-btns {
    margin-bottom: 1rem;
}
.item-refresh,
.item-add {
    display: inline-block;
    margin-right: 2rem;
}
.show {
    /* display: inline-block; */
}
.hide {
    display: none;
}
.save,
.cancel {
    width: 100%;
}
.mb-3 .alert {
    padding: 0rem 1rem;
}
label {
    /* clear: both;
    display: block;
    font-size: 1.5rem;
    padding-top: 20px; */
}
label.label-sm {
    /* font-size: 1.2rem; */
}
label.form-check-inline {
    font-size: 1rem;
    padding-top: 0;
}
.form-check-input {
    margin-right: 0.5rem;
}
.select2-container--bootstrap .select2-selection {
    font-size: 1rem;
}
.select2-results__option--highlighted {
    background-color: #333333;
}
/*select 2 overide for select with group*/
.select2-container--bootstrap .select2-results__group {
    color: #000000;
    font-size: 15px;
    border-top: solid 1px #eeeeee;
}
.select2-container--bootstrap
.select2-results__option
.select2-results__option {
    padding: 0 3rem;
    line-height: 1;
}
.select2-container--bootstrap
.select2-selection--multiple
.select2-search--inline
.select2-search__field {
    min-width: 20em;
}
.select2-results__option--highlighted {
}
.mb-3-sm .select2-container--bootstrap .select2-selection--single,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap.input-sm .select2-selection--single {
    font-size: 1rem;
    border-radius: 3px 0 0 3px;
    height: 38px;
    padding: 5px;
}

.card-header i {
    margin-top: 0.5rem;
}
.card-header a {
    color: #373a3c;
}
.card-header a:focus,
.card-header a:hover {
    color: #373a3c;
    text-decoration: none;
}
.btn-group > .btn {
    float: none;
}
/*#sources .input-group {
   width: 20rem;
}*/
.people .input-group {
    width: 25rem;
    margin-top: 0.5rem;
}
.infoPerson {
    margin-top: 1rem;
}
.infoPerson .card {
    margin: 0 0.5rem 0.5rem 0;
    width: 17rem;
    height: 7.5rem;
    float: left;
}
.infoPerson img {
    /*background-color: #eeeeee;
    float: left;
    margin: 3px 15px 3px 3px;
    padding: 5px;*/
}
.infoPerson .btn {
    margin: 5px;
    padding: 3px 6px;
}
.infoPerson .card-body {
    padding: 0.5rem;
}
.infoPerson .card .card-title {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}
.infoPerson .card .card-text {
    font-size: 0.8rem;
    margin-bottom: 0;
    margin-top: 0;
}
.spacer {
    padding: 0.5rem;
}
/*sortable cards for create & edit views*/
/* TODO: delete below styles once new image upload approved & integrated */
/* .select-item {
    width: 200px;
    height: 200px;
    font-size: 13px;
    position: relative;
    border: 1px solid #dddddd;
    display: inline-block;
    margin: 5px;
} */
.select-item {
    width: 200px;
    height: 200px;
    display: inline-block;
    font-size: 0.8rem;
    position: relative;
    border: 1px solid #dddddd;
    margin: 5px;
    color: rgb(0, 0, 0, 0.6);
}

.select-item img,
.inforPerson img {
    padding-right: 5px;
}
.select-item input[type="checkbox"],
.infoPerson input[type="checkbox"] {
    float: none;
}
.select-item .image,
.select-item .text {
    padding: 0;
}
.select-item .image,
.infoPerson .image {
    text-align: center;
}
.select-item .content {
    margin: 20px 5px 5px 5px;
}
.select-item .input,
.infoPerson .input {
    margin: 0.2rem 0;
}
.select-item .input input,
.infoPerson.input input {
    margin-left: 0;
    margin-top: 0;
}
.select-item .input label,
.infoPerson .input label {
    margin-left: 0;
    margin-top: 0;
    display: inline-block;
}

.select-item .data,
.infoPerson .data {
    font-size: 12px;
    line-height: 13px;
}
.select-item label,
.infoPerson label {
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

/*sortable cards for create & edit views.*/
.media-item {
    width: 260px;
    height: 150px;
    font-size: 13px;
    position: relative;
    border: 1px solid #dddddd;
    display: inline-block;
    margin: 5px;
}

.media-item img,
.inforPerson img {
    padding-right: 5px;
}
.media-item input[type="checkbox"],
.infoPerson input[type="checkbox"] {
    float: none;
}
.media-item .image,
.media-item .text {
    padding: 0;
}
.media-item .image,
.infoPerson .image {
    text-align: center;
}
.media-item .content {
    margin: 20px 5px 5px 5px;
}
.media-item .input,
.infoPerson .input {
    margin: 0.2rem 0;
}
.media-item .input input,
.infoPerson.input input {
    margin-left: 0;
    margin-top: 0;
}
.media-item .input label,
.infoPerson .input label {
    margin-left: 0;
    margin-top: 0;
    display: inline-block;
}

.media-item .data,
.infoPerson .data {
    font-size: 12px;
    line-height: 13px;
}
.media-item label,
.infoPerson label {
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

ul.tool-bar {
    width: 100%;
    height: 20px;
    background-color: #f1f1f1;
    display: none;
    position: absolute;
    padding: 0;
    list-style-type: none;
}
ul.tool-bar li {
    display: inline;
}
ul.tool-bar li a {
    cursor: pointer;
    padding: 0 5px;
    opacity: 0.6;
    border: solid 1px #cccccc;
    border-radius: 4px;
    width: 20px;
    height: 20px;
}
ul.tool-bar li.move-item {
}
ul.tool-bar li.removex-item {
    /* position: none; */
    float: right;
}
.media-item:hover .tool-bar {
    display: block;
}
/* TODO: delete below style once new image upload approved & integrated */
.select-item:hover .tool-bar {
    display: block;
}
.show-remove {
    background: url(http://localhost/cultural-db-v9a/public/assets/img/delete-overlay.png)
    center no-repeat;
}
/* gallery-card select */
.thumbnail {
    display: inline-block;
    position: relative;
    width: 155px;
    height: 155px;
    overflow: hidden;
}
.thumbnail:hover {
    overflow: visible;
    z-index: 1000;
}
.thumbnail:hover img {
    border: solid 1px #eeeeee;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
}
.thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.thumbnail img.port {
    width: 100%;
    height: auto;
}
.media-item .col-md-6 {
    padding: 0;
}
.media-item .image {
    text-align: center;
}
.media-item .text {
    padding-left: 5px;
}
.media-item img,
.inforPerson img {
    padding-right: 0;
}
/* TODO: delete below styles once new image upload approved & integrated */
.select-item .col-md-6 {
    padding: 0;
}
.select-item .image {
    text-align: center;
}
.select-item .text {
    padding-left: 5px;
}
.select-item img,
.inforPerson img {
    padding-right: 0;
}

.btn-create {
    text-align: right;
    margin-bottom: 1rem;
}
.btn-submit {
    margin-top: 1rem;
    width: 100%;
}
.media-item select.form-control:not([size]):not([multiple]) {
    height: 1.2rem;
}
.media-item .form-control {
    font-size: 0.8rem;
    line-height: 1;
    padding: 0rem 0.5rem;
}

/* TODO: delete below styles once new image upload approved & integrated */
.select-item select.form-control:not([size]):not([multiple]) {
    height: 1.2rem;
}
.select-item .form-control {
    font-size: 0.8rem;
    line-height: 1;
    padding: 0rem 0.5rem;
}

/*select items table for create & edit views*/
.list .table {
    width: auto;
}
.references.table {
    table-layout: fixed;
}
.references.table th,
table td {
    overflow: hidden;
}
.references .checkbox-td {
    width: 40px;
}

/*search items display cards*/
/*sortable cards for create & edit views*/
.search-item {
    width: 300px;
    height: 220px;
    font-size: 13px;
    position: relative;
    border: 1px solid #dddddd;
    display: inline-block;
    margin: 5px;
}
.search-item .col-md-6 {
    padding: 0;
}

.search-item img,
.inforPerson img {
    padding-right: 5px;
}
.search-item input[type="checkbox"],
.infoPerson input[type="checkbox"] {
    float: none;
}
.search-item .image,
.search-item .text {
    padding: 0;
}
.search-item .image,
.infoPerson .image {
    text-align: center;
}
.search-item .content {
    margin: 20px 5px 5px 5px;
}
.search-item .input,
.infoPerson .input {
    margin: 0.2rem 0;
}
.search-item .input input,
.infoPerson.input input {
    margin-left: 0;
    margin-top: 0;
}
.search-item .input label,
.infoPerson .input label {
    margin-left: 0;
    margin-top: 0;
    display: inline-block;
}

.search-item .data,
.infoPerson .data {
    font-size: 12px;
    line-height: 13px;
}
.search-item label,
.infoPerson label {
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

ul.tool-bar {
    width: 100%;
    height: 20px;
    background-color: #f1f1f1;
    display: none;
    position: absolute;
    padding: 0;
    list-style-type: none;
}

.sortable .media-item ul.tool-bar {
    cursor: move;
}
/* TODO: delete below styles once new image upload approved & integrated */
.sortable .select-item ul.tool-bar {
    cursor: move;
}

ul.tool-bar li {
    display: inline;
}
ul.tool-bar li a {
    cursor: pointer;
    padding: 0 5px;
    opacity: 0.6;
    border: solid 1px #cccccc;
    border-radius: 4px;
    width: 20px;
    height: 20px;
}
ul.tool-bar li.move-item {
}
ul.tool-bar li.removex-item {
    /* position: none; */
}
.search-item:hover .tool-bar {
    display: block;
}
.show-remove {
    background: url(http://localhost/cultural-db-v9a/public/assets/img/delete-overlay.png)
    center no-repeat;
}
/* construction styles for textile & textile example create & edit views */
.construction label {
    width: 180px;
    font-size: 15px;
    margin-top: 0px;
}
#panel-number,
#panel-embellishment,
#fringe-embellishment {
    width: 400px;
}
/*motif example select cards*/
#motif-example-cards .card {
    width: 280px;
    text-align: center;
    display: inline-block;
    font-size: 0.8rem;
    margin: 0.5rem;
    padding: 0.5rem;
}
#motif-example-cards .card button {
    display: none;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    padding: 0.1rem 0.25rem;
}
#motif-example-cards .card:hover button {
    display: inline-block;
}
.delete-overlay {
    position: absolute;
    top: 0;
    left: 25px;
}
/*textile examples description styles*/
.existing-data {
    color: #666666;
    font-style: italic;
}
input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
    float: left;
    margin-left: 5px;
    width: 15px;
    margin-top: 0.3rem;
}
.checkbox-horizontal,
.radio-horizontal {
    float: left;
    margin-left: 5px;
    margin-right: 15px;
}
.mb-3 .inline {
    display: inline;
    width: auto;
    margin-right: 20px;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.size label {
    display: inline-block;
    font-size: 1rem;
}
.size .mb-3 {
    margin-right: 1rem;
}
/* people select cards */
.person.card button {
    display: none;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    padding: 0.1rem 0.25rem;
}
.person.card:hover button {
    display: inline-block;
}
/*dropzone styles*/
.dropzone {
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 10px -5px rgba(102, 102, 102, 0.5);
    -moz-box-shadow: 0px 2px 10px -5px rgba(102, 102, 102, 0.5);
    box-shadow: 0px 2px 10px -5px rgba(102, 102, 102, 0.5);
    text-align: center;
}

/********* notes  & todos ************/
a.notes {
    color: inherit;
    text-decoration: none;
}
#notes {
    width: 98%;
    border: solid 1px #7da4b4;
    background-color: #e7eef4;
    padding: 10px;
}
.notes-title {
    margin-bottom: 0.5rem;
}
#notes label {
    display: inline;
    border-bottom: none;
    margin: 0;
    font-size: 1.2rem;
}
.show label {
    font-weight: 450;
}
#notes .card-body {
    padding: 0.5rem;
    font-size: 0.8rem;
    line-height: 15px;
    margin-bottom: 0;
}
.note-en,
.note-id {
    color: #999999;
    font-size: 0.7rem;
    font-style: italic;
}
#notes p {
    margin-bottom: 0.5rem;
}
#notes hr {
    margin: 0;
}
#notes .btn-group {
    position: absolute;
    top: 5px;
    right: 5px;
}
.notes-wrapper {
    background-color: #ffffff;
    margin-bottom: 0.5rem;
    padding: 0 0.5rem;
}
.action-btns .btn-sm {
    padding: 0.2rem 0.4rem;
}
.action-btns .btn-sm {
    font-size: 0.6rem;
}
.help {
    font-size: 0.9rem;
    margin-top: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    padding: 0.2rem 1rem;
    background-color: #fff8ea;
    border: solid 1px #f0d7a4;
    border-left-color: rgb(240, 215, 164);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: solid 8px #f0d7a4;
    border-radius: 5px;
}
.help-div {
    margin: 1rem 0;
}
.help-div button {
    margin-left: 5rem;
}
.help-link {
    margin-left: 20px;
    color: #999999;
}
.help-link:visited {
    color: #999999;
}
.help-link:hover {
    color: #333333;
}

.help-link .fas {
    font-size: 1.2rem;
}
.help-text {
    border: solid 1px #efef75;
    background-color: #e9efcd;
    margin-bottom: 1rem;
    padding: 10px;
}
.help-text p {
    margin: 0.2rem 0;
}
#notes h2 {
    display: inline;
    border-bottom: none;
}
.note-ref {
    font-style: italic;
    font-size: 12px;
    float: right;
}
#notes h2 {
    display: inline;
    border-bottom: none;
    font-size: 24px;
}
.btn-add {
    margin-left: 1rem;
}
.action-buttons {
    position: relative;
}
.action-buttons .btn-add {
    line-height: normal;
    display: none;
    position: absolute;
    margin: 0;
}
.action-buttons:hover .btn-add {
    display: inline-block;
}
.action-buttons .btn-group {
    display: none;
    position: absolute;
    top: 0px;
    right: -15px;
    margin: 0;
}
.action-buttons button {
    /*display: none;*/
    /*margin: 0 5px 10px 5px;*/
}
.action-buttons:hover .btn-group {
    display: block;
}
#notes .panel-footer {
    height: 30px;
    padding: 0;
}
#notes .panel {
    margin-bottom: 10px;
}
#notes .panel-body {
    padding: 5px;
}
.action-buttons .btn {
    margin: 3px 20px;
}
.todo label,
.status label,
.people label {
    font-weight: 700;
    display: inline;
    font-size: 15px;
    padding-top: 20px;
}
.card-text .alert {
    margin-bottom: 0.2em;
    padding: 0.2rem 1rem;
}
/*multiple columns on some lists*/
ul.columns {
    columns: 3 auto;
}
ol.list-horizontal {
    columns: 3 auto;
}
/* breadcrumb styles for items with hierarchy */
.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}
/** The Spacing **/
.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
    padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
    padding: 6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #ccc;
}
/* .btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
    border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
    border-left: 10px solid #adadad;
} */
.btn-breadcrumb .btn.btn-default {
    cursor: default;
    color: inherit;
    outline: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
/*source details card in create/edit view*/
.infoPerson .btn {
    margin: 2px;
    padding: 0 3px;
}
.infoPerson .card-text h4 {
    font-size: 15px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.infoPerson .card-text {
    /*margin-left: 93px;
    padding: 0px;*/
}
/* todo items collapse */
#todo-items .card {
    border: 1px solid #f1f1f1;
    margin-bottom: 0;
}
#todo-items .card-header {
    background-color: #fcfcfc;
    border: none;
    padding: 0.2rem 1.25rem;
}
#todo-items .card-header h4 {
    font-size: 1rem;
    margin-bottom: 0;
}
#todo-items .card-body {
    padding: 0 1.25rem;
    font-size: 0.8rem;
    border: 1px solid #f1f1f1;
}
/* modal styles */
.modal {
    z-index: 1050;
}
.modal-dialog {
    max-width: 600px;
}
.modal .card-header h5 {
    font-size: 1rem;
    font-weight: normal;
}
.modal-header-success,
.modal-footer-success {
    background-color: #5cb85c;
}
.modal-header-warning,
.modal-footer-warning {
    background-color: #f0ad4e;
}
.modal-header-danger,
.modal-footer-danger {
    background-color: #d9534f;
}
.modal-header-info,
.modal-footer-info {
    background-color: #5bc0de;
}
.modal-header-primary,
.modal-footer-primary {
    background-color: #428bca;
}
.modal-header button .fas {
    color: #ffffff;
}
.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 10px 20px 10px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.modal-header.alert {
    border-radius: 0.25rem 0.25rem 0 0;
    margin-bottom: 0;
}
.modal-footer .col-md-2 {
    width: auto;
}
.modal-header {
    padding: 0.1rem 0.5rem 0.1rem 1rem;
    color: #fff;
    border-bottom: 1px solid #eee;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header .close {
    /* margin-top: 0.3rem;
  font-size: 1rem;
  opacity: 0.5; */
    line-height: normal;
    color: #ffffff;
}
.modal-header .close:hover {
    opacity: 1;
}
#modalajax li.select2-results__option {
    font-size: 1rem;
    padding: 0 6px;
}
.modal-body .select2-container--bootstrap .select2-selection {
    font-size: 1rem;
}
.modal-body .select2-selection__rendered {
    font-size: 1rem;
}
.modal-body .select2-container--bootstrap .select2-selection--single {
    height: inherit;
    line-height: 1.42857;
    padding: 0.5rem 0.75rem;
}
.modal-body label {
    font-size: 1rem;
    font-weight: normal;
    padding-top: 0;
}
.modal-title {
    font-size: 1.2rem;
}
.modal-body p {
    font-size: 1rem;
    margin: 0.5rem 0;
}
.modal-body select {
    font-size: 1rem;
    margin: 0.5rem 0;
}
.modal-body input.form-control {
    padding: 0.3rem 0.75rem;
}
.modal-body .select2-container--bootstrap .select2-selection--single {
    padding: 0.1rem 0.75rem;
}
.modal-body select.form-control:not([size]):not([multiple]) {
    padding: 0.1rem 0.75rem;
    height: auto;
}
.media-details {
    margin-top: 0.8rem;
}
.media-details label {
    font-size: 0.9rem;
    padding: 0;
}
.media-details input.form-control {
    font-size: 0.9rem;
    padding: 0.2rem 0.5rem;
}
.media-details .mb-3 {
    margin-bottom: 0.5rem;
}
#select2-responsible-results li.select2-results__option {
    font-size: 1rem;
    padding: 0 6px;
}
#select2-responsible-results li.select2-results__option {
    font-size: 1rem;
    padding: 0 6px;
}
.modal-body .mb-3 {
    /*margin-bottom: 0;*/
}
.modal-body .preview img {
    margin: 0.5rem;
    padding: 0.5rem;
    background-color: #f9f9f9;
    border: solid 1px #eeeeee;
}
.select2-results__option {
    /*overide select2 padding in drop down list*/
    padding: 0 6px;
}
.modal-body .media-details,
.modal-body .media-exists {
    display: none;
}
/* modal for flash notices */
.flash-modal .modal-header,
.flash-modal .modal-footer {
    background-color: #a4d1b5;
    color: inherit;
}
.flash-modal .modal-header .close {
    color: #000000;
}
.flash-modal .modal-header button .fas {
    color: #e8f3ec;
}
.flash-modal .modal-body {
    background-color: #f3f9f5;
}
/*modal for gallery overides*/
#modalGallery .modal-dialog {
    max-width: 1000px;
    max-height: 500px;
}
#modalGallery .modal-content {
    border: solid 1px #f6f6f6;
}
#modalGallery .modal-header {
    border-bottom: none;
}
#modalGallery .modal-footer {
    border-top: none;
    display: none;
}
.gallery img:hover {
    cursor: zoom-in;
}
.gallery-link img:hover {
    cursor: pointer;
}
.modal.gallery img:hover {
    cursor: default;
}
#modalGallery.modal-body {
    text-align: center;
}
#modalGallery .modal-body .caption {
    font-size: 0.8rem;
}
#modalGallery .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    top: 20%;
}
#modalGallery .modal-body img {
    max-width: 100%;
    max-height: 100%;
}
.modal.gallery .modal-body img {
    max-width: 800px;
    max-height: 800px;
}
#modalGallery .modal-header .close {
    color: #cccccc;
}
/*gallery modal backdrop overides*/
.gallery-modal-open .modal-backdrop {
    background-color: #ffffff;
    opacity: 0.9 !important;
    transition: opacity 0.5s;
}
#modalGallery .modal-content {
    background-color: rgba(255, 255, 255, 0.9);
}
/* .modal-backdrop.in {
    background-color: #ffffff;
    opacity: 1;
    transition: opacity 0.5s;
}
.modal-backdrop {
    background-color: #ffffff;
    opacity: 1;
    transition: opacity 0.5s;
} */

/*CK Editor overides*/
.cke_chrome {
    clear: both;
}

/*reports*/
.report {
    margin-top: 2rem;
    font-size: 0.8rem;
}
#search-parameters {
    padding: 0.5rem 1rem;
    background-color: #fdfdfd;
    border: solid 1px #f1f1f1;
}
.search-submit {
    border-top: solid 1px #f1f1f1;
    padding-top: 0.5rem;
    text-align: center;
}
.report-search .card-header i {
    margin-top: 0.3rem;
}
.report img.port {
    /* width: auto;
    height: 200px; */
}
.report img.land {
    /* width: 200px;
    height: auto; */
}
label.inline {
    display: inline-block;
}
.report .card {
    height: 280px;
    width: 165px;
    float: left;
    margin: 0.2rem;
    padding: 0.5rem 0.2rem;
    text-align: center;
}
.report .card .card-text {
    text-align: left;
    font-size: 0.8rem;
}
.report .card .card-text div {
    font-size: 0.6rem;
    line-height: 0.6rem;
}
.btn-radio .btn {
    color: #999;
}
.btn-radio .btn:active,
.btn-radio .btn.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group-vertical .btn,
.btn-group .btn {
    margin-bottom: 0.5rem;
}
.report h2 {
    font-size: 2rem;
}
.report .title {
    margin-top: 0.8rem;
    font-weight: bold;
}
.report .row {
    margin-top: 0.2rem;
    padding-top: 0.5rem;
    border-top: solid 1px #cccccc;
}
.report-motifs img {
    object-fit: contain;
    height: 100px;
    width: 100px;
}
.gallery-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    /* grid-auto-rows: 200px; */
}
.gallery-container > div > .no-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
}
.report img {
    padding: 5px;
}
.gallery-container > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    border: solid 1px #eeeeee;
    font-size: 2em;
    color: #666666;
    text-align: center;
    line-height: 1.8rem;
}
.item-title {
    font-size: 0.8rem;
    font-weight: 150;
    line-height: 1rem;
}
.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    border: solid 1px #eeeeee;
    font-size: 1em;
    color: #666666;
    text-align: center;
    line-height: 0.8rem;
}
.image-container > .no-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
}
.image-container img {
    padding: 0;
}

/* vue help text modal styles */
.vmodal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
}
.vmodal-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.vmodal-container {
    position: relative;
    width: 900px;
    margin: 0px auto;
    overflow-y: initial !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease;
    font-family: Helvetica, Arial, sans-serif;
}
.vmodal-header {
    background-color: #b9ae96;
    height: 40px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.vmodal-header h3 {
    margin-top: 5px;
    margin-left: 10px;
    color: #555045;
    font-size: 1.2rem;
    line-height: 1.5;
    display: inline-block;
}
.vmodal-body {
    padding: 20px;
    min-height: 100px;
    background-color: #f4efe4;
}
.vmodal-footer {
    background-color: #b9ae96;
    min-height: 20px;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.vmodal-container.v-textiles,
.vmodal-container.v-techniques,
.vmodal-container.v-equipment,
.vmodal-container.v-motifs {
    width: 90%;
}
.vmodal-container.v-motifexamples {
    width: 60%;
}
.vmodal-container.v-motifexamples .vmodal-body {
    /* min-height: calc(100vh - 200px); */
}

.vmodal-default-button {
    float: right;
    border: 1px solid transparent;
    margin-top: 3px;
    padding: 0.3rem 0.5rem;
    border-radius: 0.25rem;
    background-color: transparent;
    z-index: 1000;
}
/* vue help text modal styles */

.vmodal-body p {
    margin-bottom: 0.6rem;
    line-height: 1rem;
}
.vmodal-default-button .fas {
    color: rgb(255, 255, 255);
}
/* .vmodal-body button {
    float: right;
} */
/* v modal styles for warning, delete etc */
.vwarning {
    width: 500px;
}
.vwarning .vmodal-header,
.vwarning .vmodal-footer {
    background-color: #cdba84;
}
.vwarning .vmodal-body {
    background-color: #fffae8;
    height: auto;
    overflow-y: auto;
}
.vwarning .vmodal-body .missing-required {
    color: #eb465a;
    padding-left: 1rem;
}
.v-delete,
.v-deleteFileManager {
    width: 500px;
}
.v-delete .vmodal-header,
.v-delete .vmodal-footer,
.v-deleteFileManager .vmodal-header,
.v-deleteFileManager .vmodal-footer {
    background-color: rgb(189, 66, 66);
}
.v-delete .vmodal-body,
.v-deleteFileManager .vmodal-body {
    background-color: rgb(255, 207, 207);
    height: auto;
    overflow-y: auto;
}
/*
   * The following styles are auto-applied to elements with
   * transition="modal" when their visibility is toggled
   * by Vue.js.
   *
   * You can easily play with the modal transition by editing
   * these styles.
   */

.vmodal-enter {
    opacity: 0;
}

.vmodal-leave-active {
    opacity: 0;
}

.vmodal-enter .vmodal-container,
.vmodal-leave-active .vmodal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* vue multiselect overides */
.multiselect__option {
    padding: 5px;
    min-height: 20px;
    font-size: 16px;
    line-height: 16px;
}
.multiselect__select {
    width: 30px;
}
.multiselect__placeholder {
    color: #6c757d;
    margin-bottom: 0;
    padding-top: 0;
}
/* vue date picker styles */
.vdp-datepicker input {
    width: 100%;
    height: calc(2.25rem + 2px);
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    color: #495057;
}
.vdp-datepicker input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.vdp-datepicker__calendar span.today {
    background: #cae5ed;
    border: solid 1px #689fae;
}
.vdp-datepicker__calendar {
    box-shadow: 8px 9px 20px -2px rgba(0, 0, 0, 0.25);
}

/* styles for vue media upload component */
.upload-container {
    position: relative;
}
#mute {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}
#mute.on {
    opacity: 0.7;
    z-index: 1000;
    background: white;
    height: 100%;
    width: 100%;
}
#preview {
    position: relative;
    text-align: center;
}
#preview img {
    max-width: 90%;
    max-height: 200px;
    margin: 2em;
}
.dropbox {
    outline: 2px dashed grey; /* the dash box */
    outline-offset: -10px;
    background: rgb(235, 240, 240);
    color: dimgray;
    padding: 10px 10px;
    min-height: 200px; /* minimum height */
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-file {
    opacity: 0; /* invisible but it's there! */
    width: 100%;
    height: 200px;
    position: absolute;
    cursor: pointer;
}
.dropbox:hover {
    background: rgb(
            221,
            230,
            230
    ); /* when mouse over to the drop zone, change color */
}
.dropbox p {
    font-size: 1rem;
}
.showmessage {
    width: 100%;
    height: 180px;
    background-color: rgb(100, 145, 100);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-con {
    text-align: right;
}
/* styles for vue components that show gallery of images for selcetion in create & edit views */
.selected-files .gallery {
    width: 10rem;
    display: inline-block;
    position: relative;
    margin: 5px;
    padding: 5px;
    background-color: #fafafa;
    border: solid 1px #e6e6e6;
}
.selected-files .gallery img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.selected-image {
    position: absolute;
    right: 5px;
}
.selected-files .gallery img:hover {
    cursor: default;
}
.selected-files .gallery .label {
    width: 100%;
    font-size: 0.8rem;
    line-height: 0.8rem;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.radio-toolbar {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 0.2rem;
}
.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}
.radio-toolbar label {
    width: 60px;
    display: inline-block;
    color: #999;
    background-color: #eee;
    font-family: sans-serif, Arial;
    font-size: 10px;
    border: 1px solid #ddd;
    margin-bottom: 0;
}
.radio-toolbar input[type="radio"]:checked + label {
    color: #fff;
    background-color: #999;
    border-color: #666;
}
.radio-toolbar input[type="radio"]:focus + label {
    border: 1px solid #eee;
}
.radio-toolbar label:hover {
    background-color: #eee;
}
/* add margin to top of table in edit views to seperate add btn from table */
.edit table.table {
    margin-top: 1rem;
}
/* style for image modal */
.vmodal-image {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.vmodal-image .title {
    margin-top: 15px;
}
.vmodal-image .title label {
    font-weight: 600;
}
/* style for vue calendar in a modal to make cells smaller */
.modalcal.vdp-datepicker__calendar .cell {
    padding: 0;
    height: 20px;
    line-height: 20px;
}

/* v modal styles for warning, delete etc */
.vwarning {
    width: 500px;
}
.vwarning .vmodal-header,
.vwarning .vmodal-footer {
    background-color: #cdba84;
}
.vwarning .vmodal-body {
    background-color: #fffae8;
    height: auto;
    overflow-y: auto;
}
.vwarning .vmodal-body .missing-required {
    color: #eb465a;
    padding-left: 1rem;
}
.v-delete {
    width: 500px;
}
.v-delete .vmodal-header,
.v-delete .vmodal-footer {
    background-color: rgb(189, 66, 66);
}
.v-delete .vmodal-header h3 {
    color: #ffffff;
}
.v-delete .vmodal-body {
    background-color: rgb(255, 207, 207);
    height: auto;
    overflow-y: auto;
}
/*
   * The following styles are auto-applied to elements with
   * transition="modal" when their visibility is toggled
   * by Vue.js.
   *
   * You can easily play with the modal transition by editing
   * these styles.
   */

.vmodal-enter {
    opacity: 0;
}

.vmodal-leave-active {
    opacity: 0;
}

.vmodal-enter .vmodal-container,
.vmodal-leave-active .vmodal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.vmodal-container.image,
.vmodal-container.v-mediaedit {
    width: 1000px;
}
/* .vmodal-container.image .vmodal-body {
   max-height: calc(100vh - 100px);
   overflow: auto !important
} */
.vmodal-container .vmodal-body {
    max-height: calc(100vh - 100px);
    overflow: auto !important;
}
.vmodal-container .vmodal-body label {
    /* display: inline-block;
    margin-bottom: 0; */
}
.vmodal-container.help {
    width: 400px;
    overflow-y: initial !important;
}
.vmodal-container .vmodal-body .multiselect__tags {
    min-height: 20px;
    padding: 4px 40px 4px 8px;
    font-size: 14px;
}
.vmodal-container .vmodal-body .multiselect__select {
    width: 40px;
    height: 30px;
    padding: 0;
}
/* .vmodal-container .vmodal-body .multiselect__option {
    padding: 3px 0 0 10px;
} */
.vmodal-container .vmodal-body .multiselect__single {
    padding-left: 0;
    margin-bottom: 0;
}
.vmodal-container .vmodal-body .mb-3 {
    margin-bottom: 0.5rem;
}
/* media container inside modal */
.media-container {
    display: flex;
    align-items: center;
    flex-flow: column wrap;
}
/* .media-container img.port {
    width: auto;
    height: 100%;
}
.media-container img.land {
    width: 100%;
    height: auto;
} */
.media-container img.port {
    width: auto;
    max-height: 800px;
}
.media-container img.land {
    max-width: 800px;
    height: auto;
}
/* show view with label & data */
.label label {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0;
    color: rgb(0, 0, 0, 0.75);
    border-bottom: solid 1px #eeeeee;
}
.data {
    font-weight: 500;
    color: rgb(0, 0, 0, 0.6);
}
/* style for bootstrap tooltip */
.tooltip > .tooltip-inner {
    text-align: left;
    background-color: #ffffff;
    color: #666666;
    font-style: italic;
    border: 1px solid rgb(175, 175, 175);
    font-size: 0.8rem;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.tooltip > .tooltip-inner span {
    background-color: #f9f9f9;
    text-align: center;
    font-size: 0.7rem;
    width: 100%;
    border-top: solid 1px #eeeeee;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: rgb(175, 175, 175) !important;
}
.btn-warning {
    color: rgba(256, 256, 256, 1);
}
.btn-warning:hover {
    color: rgba(256, 256, 256, 1);
}

/* hierarchy styles */
#hierarchy .level-container {
    display: inline-grid;
    grid-template-columns: auto auto auto auto auto;
}
#hierarchy .selected-list {
    margin: 0 0 0.5rem 0;
}
#hierarchy .item-container {
    min-width: 250px;
    padding-bottom: 15px;
    background-color: #fdfdfd;
    border: solid 1px #eeeeee;
    resize: horizontal;
    overflow: auto;
}
#hierarchy .itemdiv {
    padding-left: 5px;
    background-color: #ffffff;
}
#hierarchy .itemdiv div {
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#hierarchy .parent:hover {
    cursor: pointer;
}
#hierarchy .itemdiv input[type="checkbox"] {
    margin-right: 0.5rem;
}
#hierarchy .selected {
    background-color: #14a647;
    color: white;
}
#hierarchy .selItem {
    color: #ffffff;
    background-color: #14a647;
    margin: 0.5rem 0.1rem;
    padding: 0.2rem;
    font-size: 0.8rem;
}
#hierarchy i {
    padding-top: 5px;
    padding-right: 4px;
    font-size: 0.8rem;
}
#hierarchy .inactive {
    color: #a18585;
    font-style: italic;
}
/* The container */
/* .c-check {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
    z-index: 100;
} */

/* ------- Custom checkbox. ---------- */
label.c-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
    cursor: pointer;
    user-select: none;
    /* z-index: 1; */
}
/* Hide the browser's default checkbox */
label.c-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -5px;
    right: -5px;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border: solid 1px #999999;
    border-radius: 50%;
}
/* On mouse-over, add a light green background color */
.c-check:hover input ~ .checkmark {
    background-color: #65d48c;
}
/* When the checkbox is checked, add a green background */
.c-check input:checked ~ .checkmark {
    background-color: #14a647;
    box-shadow: 0 1px 5px rgb(0 0 0 / 0.5);
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.c-check input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.c-check .checkmark:after {
    left: 5px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* ------- Custom checkbox overrides for vue hierarchy component ---------- */
#hierarchy label.c-check {
    margin-bottom: 0;
}
/* Create a custom checkbox */
#hierarchy .checkmark {
    top: 4px;
    left: 0;
}
/* ------- Custom checkbox overrides for vue references component ---------- */
.references label.c-check {
    margin-bottom: 0;
    width: 10px;
}
/* Create a custom checkbox */
.references .checkmark {
    top: 4px;
    left: 0;
}
.references table thead {
    background-color: #fcfcfc;
}
/* ------- Custom checkbox overrides for vue motif prominence component ---------- */
#prominence label.c-check {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}
#prominence label.c-check .c-label {
    margin-left: 20px;
}
/* Create a custom checkbox */
#prominence .checkmark {
    top: 4px;
    left: 0;
}
/* ------- Custom checkbox overrides for vue reference type component ---------- */
#type label.c-check {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}
#type label.c-check .c-label {
    margin-left: 20px;
}
/* Create a custom checkbox */
#type .checkmark {
    top: 4px;
    left: 0;
}
/* ------- Custom checkbox overrides for inline radio select  ---------- */
.select-inline label.c-check {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}
.select-inline label.c-check .c-label {
    margin-left: 10px;
}
/* Create a custom checkbox */
.select-inline .checkmark {
    top: 4px;
    left: 0;
}
/* v-select-search component styles */
.search-bar {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    background-color: #eff1f1;
    margin-bottom: 1rem;
    padding: 10px;
    border: 1px solid #d0d5d6;
    border-radius: .25rem;
}

.search-bar .vselect__index,
.search-bar .name {
    position: relative;
    background-color: #ffffff;
    width: 250px;
    height: 30px;
    margin-left: 10px;
    padding: 0;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.search-bar .vselect__arrow {
    position: absolute;
    right: 3px;
    top: 15px;
    transition: transform .2s ease;
}
.search-bar .vselect__arrow::before {
    position: relative;
    right: 0;
    top: 50%;
    color: #999;
    margin-top: 4px;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #999 transparent transparent;
    content: "";
}

.search-bar .displayNum {
    width: 50px;
    margin-left: 5px;
    margin-right: 15px;
}

.search-bar .vselect__selected,
.search-bar .name {
    padding: 2px 0 0 5px;
}

.search-bar .vselect__results {
    position: absolute;
    background-color: #fefefe;
    border: solid 1px #eee;
    min-width: 260px;
    width: auto;
    max-height: 300px;
    padding: 0 5px;
    overflow: auto;
    box-shadow: 0 20px 50px -25px rgba(0, 0, 0, .25);
    border-radius: .25rem;
    z-index: 1000;
}

.search-bar .displayNum .vselect__results {
    min-width: 40px;
}

.search-bar .clan .vselect__results {
    width: 400px;
}

.search-bar .vselect__result {
    padding: 0;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1.1rem;
}

.search-bar .btn {
    padding: 1px 8px;
}

.search-bar .btn:first-child {
    margin-left: 15px;
}
/* styles for index page search select component with hierarchy */
.search-bar .vselect__result.level-1 {
    background-color: rgb(231, 231, 231);
    padding-left: 0;
}

.search-bar .vselect__result.level-1::before {
    color: #cccccc;
    content: "â€¢";
}

.search-bar .vselect__result.level-1:hover {
    background-color: rgb(87, 166, 53);
    color: #ffffff;
}

.search-bar .vselect__result.level-2 {
    background-color: rgb(241, 241, 241);
    padding-left: 15px;
}

.search-bar .vselect__result.level-2::before {
    color: #cccccc;
    content: "â€¢â€¢";
}

.search-bar .vselect__result.level-2:hover {
    background-color: rgb(87, 166, 53);
    color: #ffffff;
}

.search-bar .vselect__result.level-3 {
    background-color: rgb(251, 251, 251);
    padding-left: 30px;
}

.search-bar .vselect__result.level-3::before {
    color: #cccccc;
    content: "â€¢â€¢â€¢";
}

.search-bar .vselect__result.level-3:hover {
    background-color: rgb(87, 166, 53);
    color: #ffffff;
}
.search-bar .vselect__input {
    width: 100%;
    border: none;
    background-color: inherit;
}
.search-bar .vselect__selectHide {
    display: none;
}
.search-bar .vselect__placeholder {
    opacity: 0.5;
}
.search-bar .d-1 {
    padding-left: 0;
}
.search-bar .d-2 {
    padding-left: 10px;
}
.search-bar .d-3 {
    padding-left: 20px;
}
.search-bar .d-4 {
    padding-left: 30px;
}
.search-bar .d-5 {
    padding-left: 40px;
}

/* Default CSS for any table */
table, th, td {
    border: 1px solid black;
}
/* Default CSS for any table */
