﻿a.btn-link {
    -webkit-appearance: none;
}

.profile-center-div {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin: 0 auto !important;
    max-width: 500px;
}

.profile-col {
    width: 100%;
}

.message-center-div {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin: 0 auto !important;
    max-width: 900px;
}

.responder-management-center-div {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin: 0 auto !important;
    max-width: 500px;
}

.k-form-field:has(> .k-textbox #desc) {

    display: none;
}

.center-button.k-form .k-form-buttons {
    justify-content: center;
}

.form-button {
    width: 25%;
}

.icon-center {
    top: 50%;
    margin-top: -1rem;
}

.k-breadcrumb {
    background-color: transparent !important;
}

.k-breadcrumb li {
    font-size: 0.8em !important;
}

.k-breadcrumb-root-link,
.k-breadcrumb-link {
    color: black !important;
    text-decoration: none !important;
}

.k-breadcrumb-last-item .k-breadcrumb-link {
    color: #6c757d !important;
}

.c-dark-theme .k-breadcrumb-root-link,
.c-dark-theme .k-breadcrumb-link {
    color: #ccc !important;
    text-decoration: none !important;
}

.k-grid th:first-child {
    text-align: center !important;
}

.center-second-column th:nth-child(2),
.center-second-column td:nth-child(2) {
    text-align: center !important;
}

.left-second-column th:nth-child(2),
.left-second-column td:nth-child(2) {
    text-align: left !important;
}

.left-first-column th:first-child,
.left-first-column td:first-child {
    text-align: left !important;
}

.k-grid th input.k-checkbox {
    margin-top: 4px;
}

.error-button {
    padding: 0px 5px 5px 5px !important;
}

.accordion {
    width: 100%;
}

.header-nav {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    list-style: none;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

ul {
    margin-top: 0;
}

html:not([dir=rtl]) .me-4 {
    margin-right: 1.5rem !important
}

html:not([dir=rtl]) .header-nav {
    padding-left: 0;
}

.nav-link {
    display: block;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.avatar-md {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
}

.avatar {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border-radius: 50em;
    transition: margin 0.15s;
}

.avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 13px;
    color: rgba(0, 0, 21, 0.5);
}

.c-dark-theme .avatar-img {
    color: rgba(255, 255, 255, 0.75);
}

img {
    vertical-align: middle;
}

.dropdown-submenu {
    position: relative;
    display: inline-block;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
}

.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(90deg);
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.c-dark-theme .form-label {
    color: #fff;
}

.c-dark-theme .accordion-item {
    background-color: #2a2b36 !important;
}

.c-dark-theme .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.87%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.c-dark-theme .accordion-header button {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: #24252f !important;
}

.c-dark-theme .accordion-header button:active {
    background-color: #3c4b64 !important;
    color: #e6e6e6 !important;
}

.c-dark-theme .accordion-header button:focus {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #321fdb !important;
    border-color: #321fdb !important;
}

.hidden {
    display: none;
}

.k-dropdownlist > button.k-input-button {
    padding: 0.1rem;
}

.window-width {
    max-height: 90%;
}

@media only screen and (min-width: 1300px) {
    .window-width {
        width: 60%;
    }
}

@media only screen and (min-width: 850px) and (max-width: 1300px) {
    .window-width {
        width: 70%;
    }
}

@media only screen and (min-width: 300px) and (max-width: 850px) {
    .window-width {
        width: 80%;
    }
}

@media only screen and (min-width: 1300px) {
    .qualifications-window-width {
        width: 60%;
    }
}

@media only screen and (min-width: 850px) and (max-width: 1300px) {
    .qualifications-window-width {
        width: 60%;
    }
}

@media only screen and (min-width: 300px) and (max-width: 850px) {
    .qualifications-window-width {
        width: 80%;
    }
}

.dropdown-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.dropdown-padding input.k-input-inner {
    padding: 0.375rem 0rem 0.375rem 0.375rem;
}

.row > .col-md-4 {
    padding-right: 10px;
}

.row > .col-md-8 {
    padding-left: 10px;
}

.row > .col-md-8 > .col-md-12{
    padding-left: 0px;
}

.permissions-accordion-body {
    padding: 0 !important;
}

.permissions-list-group {
    border-radius: 0 !important;
}

.k-floating-label-container:focus-within > .k-label {
    font-size: 0.8em !important;
    top: 4px !important;
}

.k-floating-label-container > .k-label {
    font-size: 0.8em;
    top: 4px;
}

.k-floating-label-container.k-state-empty > .k-label {
    font-size: 1em;
}

.k-chip-solid-base {
    border-color: #edeeee;
}

.k-toolbar {
    overflow: visible !important;
}

.center-save-button {
    left: 50%;
    margin-left: -12.5%;
}

.button-dropdown::after {
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.required label:after {
    content: " *";
    color: red;
}

.dropdown-name {
    font-size: 1rem !important;
}

.floating-label-width {
    width: 100% !important;
}

.document-div {
    margin-bottom: 10px;
    padding: 4px;
}

.file-icon {
    padding: 4px;
    cursor: pointer;
}

.add-file-div {
    cursor: pointer;
}

.document-name {
    margin-bottom: 0;
}

.custom-border {
    border: 1px solid #ccc !important;
}
.combobox-margin {
    margin-top: 15px;
    width: 100%;
}

.comment-save {
    margin-top: 19px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
}

.center-card {
    width: 600px !important;
    left: 50% !important;
    margin-left: -300px !important;
}

.document-link {
    text-decoration: none !important;
    color: #3c4b64;
}

.document-link:hover{
    text-decoration: none;
    color: #3c4b64;
}

.two-button-flex-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.two-form-buttons {
    width: 20%;
    margin-left: 5px;
    margin-right: 5px;
}

.status-select {
    max-width: 150px !important;
    background-color: #e4e7eb !important;
    border-color: #e4e7eb !important;
}

.status-select > option {
    background-color: white;
    color: #343942;
}

#floating-panel {
    z-index: 5;
    padding-top: 5px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 30px;
}

#floating-panel > input {
    border-color: #e4e7eb;
    background-color: #e4e7eb;
    color: #212529;
    font-size: 1rem;
    line-height: 1.5;
    border-width: 1px;
    border-style: solid;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
}

.map-div {
    width: 100%;
    padding-left: 15px;
    padding-right: 4px;
}

.row-green, .row-green:hover {
    background-color: #97EC7D !important;
}

.row-red, .row-red:hover {
    background-color: #FF776B !important;
}

div.k-grid tr.remove-alternating-bg {
    background-color: #fff;
}

div.k-grid td.remove-dividers {
    border: none;
}

.k-grid {
    /*max-height: 900px !important;*/
}

/*.k-toolbar.k-grid-toolbar {
    position: sticky;
    top: 56px;
}

.k-grid-header {
    position: sticky;
    top: 111px;
}*/

.message-floating-label {
    width: 100%;
}

.div-padding {
    padding: 5px 0px 5px 0px;
}

.track-button {
    margin-left: 5px;
}

fieldset.k-form-fieldset legend {
    display: none;
}

.k-form .k-form-fieldset {
    margin: 0 !important;
}

.form-initial-height textarea {
    height: 36px;
}

.button-margin-top {
    margin-top: 10px;
}

i.fas {
    padding: 0 5px 0 0;
}

i.far {
    padding: 0 5px 0 0;
}

i.k-icon {
    padding: 0 5px 0 0;
}

.map-icon-label i {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 55px;
    text-align: center;
    white-space: nowrap;
}

#dashboardMapButtons label {
    margin-right: 5px;
}

.pac-container {
    z-index: 9999999 !important;
}

.k-grid-pager {
    display: inherit;
    padding: 5px;
}

.index-button {
    max-height: 250px !important;
    padding: 50% 0 50% 0 !important;
    height: 250px;
    width: 100% !important; 
    margin-bottom: 10px !important;
    background-color: #162b3e !important;
    color: #fff !important;
}

.back-button {
    background-color: transparent !important;
    width: 75px;
    height: 75px;
    border: none;
}

.back-button:hover {
    border: none;
    box-shadow: none;
}

.back-button span {
    font-size: 28px;
}

.dropdownLabel {
    margin-right: 5px;
}

.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin: 0;
    transition: background-color .4s ease;
}

.k-card-title {
    font-size: 14px;
}
.k-wizard .k-stepper .k-step-indicator {
    height: 90px;
    width: 90px;
}
.k-step-indicator-text {
    font-size: 40px; /* adjust the size as needed */
}

.k-step-list-horizontal ~ .k-progressbar {
    margin-top: 30px;
}

.k-card-header {
    height: 120px;
}
.k-card-image {
    height: 120px;
}
#image {

}
.k-card-subtitle {
    margin-top: 20px;
}
.k-step-indicator-icon {
    font-size: 30px;
}
.k-wizard-pager {
    font-weight: bold;
}

.k-stepper {
    margin-top: 5px;

}
.no-point-event .k-stepper {
    pointer-events: none;
}
.k-flex-grow {
    height: 100px
}
.k-listview-item {
    margin-bottom: 10px;
}
.k-card-horizontal .k-card-image, .k-card-horizontal .k-card-media {
    max-width: 100px ;
    float: left;
    height: 100%;
    max-height: 100%;
    margin-right: 16px;
}
.custom-button {
    font-size: 10px; /* adjust the font size */
    padding: 4px 8px; /* adjust the padding */
}
.k-card-actions {
    justify-content: center;
    gap: 30px;
}
.Custom-k-card-vertical {
    height: 230px;
}
.Custom-card-separator {
    margin-bottom: -100px;
}
.k-card-separator.k-separator-horizontal, .k-card-vertical > .k-card-separator {
    margin-bottom: -100px;
}

/*dialog container temp fix*/
.k-window-actions {
     margin: 0em 0; 
    border-width: 1px 0 0 0;
    margin-inline-end: 0rem;
    line-height: 1;
    display: flex;
    gap: 0.5rem;
    flex-flow: row nowrap;
    flex-shrink: 0;
    align-items: center;
    vertical-align: top;
}
.k-window-content {
    background-color: white;
}
.k-window-titlebar {
    background-color: white;
}
/* */

.hidden-stepper .k-wizard-steps {
    display: none !important;
}

.hidden-stepper .k-stepper .k-progressbar {
    display: none !important;
}

.hidden-stepper {
    float: left !important;
}

/*Auction page*/
.auction-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.auction-box {
    width: calc(33.33% - 20px);
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.auction-image {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.auction-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.auction-description {
    font-size: 14px;
    color: #888;
}

.auction-dates {
    font-size: 12px;
    font-weight: bold;
    color: black;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.card.card-body-tests {
    max-height: 350px;
    min-height: 350px;
    min-width: 350px;
    max-width: 350px;
    margin: 15px 10px 10px 15px;
    border-radius: 10px !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4) !important;
}

.card-body-tests:last-child {
    margin-right: 0;
}

.card.card-body-tests {
    position: relative;
}

.card.card-body-tests .card-img-top {
    width: 100%;
    height: 225px;
    position: absolute;
    top: 0;
    
    left: 0;
}
.card.card-body-tests .card-body {
    margin-top: 215px; /* Adjust this value as needed */
}

/*Detail*/

.card.card-details {
    border: none;
    overflow: hidden;
    background-color: white;
}

.thumbnail_images ul{
    list-style: none;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top:10px
}

.thumbnail_images ul li {
    margin: 5px;
    padding: 10px;
    border: 2px solid #eee;
    cursor: pointer;
    transition: all 0.5s
}

.thumbnail_images ul li:hover{
    border: 2px solid #dedede
}
.main_image{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    height: 400px;
    width: 100%;
    overflow: hidden;
    margin-left: 10px;
}

.content p{
    font-size: 12px
}

.ratings span{font-size: 14px;
    margin-left: 12px
}

.colors{
    margin-top: 5px
}
.colors ul{
    list-style: none;
    display: flex;
    padding-left: 0px
}
.colors ul li{
    height: 20px;
    width: 20px;
    display: flex;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer
}

.colors ul li:nth-child(1){
    background-color: #6c704d
}

.colors ul li:nth-child(2){
    background-color: #96918b
}
.colors ul li:nth-child(3){
    background-color: #68778e
}
.colors ul li:nth-child(4){
    background-color: #263f55
}.colors ul li:nth-child(5){
     background-color: black;
}
.detail-btn{
    height: 50px;
    width: 150px;
    border-radius: 0px !important;
    margin-top: auto;
}
.right-side {
    display: flex;
    flex-direction: column;
}
.section-line-details {
    border: none;
    border-top: 1px solid #eee;
    width: 35%;
    margin-top: 5px;
    margin-bottom: 5px;
}


/* ActiveOverviewAuction*/

.roundy {
    border-radius: 5px !important;
}

.custom-button-active-alert{
    
}

.custom-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Adjust the height as needed */
}

/*sortlist*/
.sortable-list {
    margin-left: 10px;
    padding: 25px;
    background: #fff;
    border-radius: 7px;
    padding: 30px 25px 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.sortable-list .item {
    list-style: none;
    display: flex;
    cursor: move;
    background: #fff;
    align-items: center;
    border-radius: 5px;
    padding: 10px 13px;
    margin-bottom: 11px;
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.06); */
    border: 1px solid #ccc;
    justify-content: space-between;
}
.item .details {
    display: flex;
    align-items: center;
}
.item .details img {
    height: 43px;
    width: 43px;
    pointer-events: none;
    margin-right: 12px;
    object-fit: cover;
    border-radius: 50%;
}
.item .details span {
    font-size: 1.13rem;
}
.item i {
    color: #474747;
    font-size: 1.13rem;
}
.item.dragging {
    opacity: 0.6;
}
.item.dragging :where(.details, i) {
    opacity: 0;
}

.chosen-item {
    border: 1px solid lightgrey;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    background-color: lightgray;
}

.k-listview-header,
.k-listview-content {
    padding: 20px;
}

.k-listview-footer {
    border-width: 0;
    padding: 10px 20px;
}

.k-listview-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, 180px);
    gap: 30px 20px;
}

.k-card {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.k-card-body {
    padding: 10px 0;
}

.k-card .k-card-title {
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    line-height: normal;
}

.k-card-subtitle {
    font-size: 0.85em;
}

.footer-note {
    text-align: right;
    font-style: italic;
    font-size: 0.85em;
}

.grid-height {
    max-height: 100%;
}

.next-button {
    margin-left: auto;
    order: 2;
    width: 150px;
    margin-right: 10px;
}

.prev-button {
    margin-right: auto;
    margin-left: 10px;
    width: 150px;
}

.table-borderless-top > tbody > tr > td {
    border-top: none;
}

.live-button-group {
    width: 45%;
}

.item-buttons {
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    width: 15vh;
    padding: 10px;
}
.save-button-manager {
    width: 10vh;
}

.bid-buttons {
    height: 60px;
}

.artist-title {
    color: black !important;
    opacity: 1;
    font-size: 16px;
    margin-bottom: -20px;
}

.artist-title label {
    color: black !important;
}

.inline-back {
    left: 20px;
    position: absolute;
    width: auto !important;
    height: auto !important;
}

.custom-button-auction-planning {
    float: right;
}

.custom-double-detail-grid {
    margin-bottom: 10px;
}

.w-40 {
    width: 40% !important;
}

.transparent-button {
    background-color: transparent;
    color: gray;
    border: none;
}

#print-button > button {
    margin-right: 0;
}

#print-button {
    margin-right: 10px;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: #3c4b64;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 25px;
    top: auto;
    width: 10px;
    height: 10px;
    z-index: 400;
}

.lot-image {
    object-fit: contain; 
    max-height: 180px; 
    width: 160px;
}

@media only screen and (max-width: 1380px) {
    .lot-image {
        width: 100px;
    }

    .thumbnail_images ul li:nth-child(n+7) {
        display: none !important;
    }

    .thumbnail_images ul li {
        width: calc(90% / 6 - 10px) !important;
    }

    .image-section {
        width: 100% !important;
    }
}

@media only screen and (min-width: 2000px) {
    .thumbnail_images ul li:nth-child(-n+10) {
        display: flex !important;
    }
    
    .thumbnail_images ul li:nth-child(n+11) {
        display: none !important;
    }
}

.thumbnail_images ul li {
    display: none;
}


.thumbnail_images ul li:nth-child(-n+8) {
    display: flex;
}

.live-auction-price {
    font-size: 36px;
    color: #141414;
}

.live-auction-price-header {
    font-size: 46px;
    color: #141414;
}

.live-auction-description {
    font-size: 22px;
}

.live-auction-bid-price {
    font-size: 18px;
}

.round {
    border-radius: 50%;
}

.previous {
    background-color: #f1f1f1;
    color: black;
    text-align: center;
    width: 50px;
    height: 50px;
    position: relative; 
    top: calc(50% - 25px);
}

.previous::after {
    font-size: 10px;
    top: 40px;
}

.showAllAuctions {
    margin-top: 5px;
}

#showMissing {
    margin: auto 5px;
}

.white-loader {
    color: #FFF;
}

.bid-animation {
    animation: bidAnimation 3s;
}

.bid-box-animation {
    animation: 0.5s infinite alternate bidBoxAnimation;
}

.live-bid-animation {
    animation: bidAnimation 3s infinite;
}

.live-bid-box-animation {
    animation: 0.5s infinite alternate bidBoxAnimation;
}

@keyframes bidAnimation {
    0% {
        opacity: 1;
    }
    17% {
        opacity: 0.6;
    }
    33% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    66% {
        opacity: 1;
    }
    83% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bidBoxAnimation {
    from {
        background-color: black;
    }
    to {
        background-color: #780000;
    }
}

.broadcast-button {
    height: 30px;
    width: 30px;
}

.bid-box {
    border: 3px solid #740000;
    border-radius: 10px;
    padding: 25px;
}

.pending-bid-box {
    border: 3px solid #740000;
    border-radius: 10px;
    padding: 25px;
}

.tote-floor-bid-animation {
    animation: 0.5s infinite alternate toteFloorBidAnimation
}

@keyframes toteFloorBidAnimation {
    from {
        background-color: white;
    }
    to {
        background-color: #F9B115;
    }
}

.tote-pending-bid-animation {
    animation: 0.5s infinite alternate totePendingBidAnimation
}

@keyframes totePendingBidAnimation {
    from {
        background-color: white;
    }
    to {
        background-color: #740000;
    }
}

.tote-pending-bid-text {
    animation: 0.5s infinite alternate totePendingBidText
}

@keyframes totePendingBidText {
    from {
        color: #740000;
    }
    to {
        color: white;
    }
}

.tote-live-bid-animation {
    animation: 0.5s infinite alternate toteLiveBidAnimation
}

@keyframes toteLiveBidAnimation {
    from {
        background-color: white;
    }
    to {
        background-color: #2EB85C;
    }
}

.tote-commission-bid-animation {
    animation: 0.5s infinite alternate toteCommissionBidAnimation
}

@keyframes toteCommissionBidAnimation {
    from {
        background-color: white;
    }
    to {
        background-color: #321FDB;
    }
}

.tote-invaluable-bid-animation {
    animation: 0.5s infinite alternate toteInvaluableBidAnimation
}

@keyframes toteInvaluableBidAnimation {
    from {
        background-color: white;
    }
    to {
        background-color: #3399FF;
    }
}

.editor-font div.k-editor-content div.k-content {
    font-family: "Arial", Gadget, sans-serif;
}

.full-width {
    width: 100%;
}

.flagged {
    background-color: rgba(255, 255, 128, 0.3) !important;
}

.flag-handled {
    background-color: rgba(231, 240, 255, 1) !important;
}

.button-row-style {
    width: 100%;
    max-width: 200px;
}

.split-button-right {
    display: flex;
    justify-content: flex-end;
}

.checkbox-margin {
    margin-top: 5px;
}