@import 'fonts.css';

:root {
  --admin-color: var(--kendo-color-primary);
  --client-color: var(--kendo-color-tertiary);
  --highlight-color: #fff493;
}

html {
}

html, body {
  height: 100%;
}

a.text-decoration-dots {
    --dot-size: 1px;
    --dot-spacing: 8px;
    --dot-color: var(--kendo-color-subtle);
    --dot-offset: 0px;

    text-decoration: none;
    background-image: radial-gradient(circle, var(--dot-color) var(--dot-size), transparent var(--dot-size));
    background-size: var(--dot-spacing) var(--dot-spacing);
    background-repeat: repeat-x;
    background-position: 0 calc(100% - var(--dot-offset));
    padding-bottom: calc(var(--dot-offset) + 4px);
}

a:not(.k-button),
a:not(.k-button):hover,
a:not(.k-button):focus,
a:not(.k-button):active,
a:not(.k-button):visited {
    color: var(--kendo-color-subtle);
}
a.k-button-solid-primary,
a.k-button-solid-primary:active,
a.k-button-solid-primary:visited,
a.k-button-solid-primary:hover {
   color: var(--kendo-color-on-primary) ;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.logotype {
    font-size: 19px;
    font-family: 'Din', sans-serif;
    font-weight: 400;
    letter-spacing: 4px;
    text-decoration: none;
    color: var(--kendo-color-subtle);
}
.login-background {
    background: url(https://helmus-trx-sl.todo1.com/images/login/web/retail/loginBackground.png) center left;
    background-size: cover;
}
a.logotype:hover, 
a.logotype:focus, 
a.logotype:active, 
a.logotype:visited {
    text-decoration: none;
    color: var(--kendo-color-subtle);
}


button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
    cursor: not-allowed !important;
}

.k-button:disabled, .k-button.k-disabled {
    cursor: not-allowed !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


/*grid*/ 
.k-grid {
    min-height: 400px;
}

/* fixed loading position */
.k-loading-mask {
    position:fixed;
}

/* Custom scrollbar styles */b
.thin-scrollbar::-webkit-scrollbar {
    width: 4px;  /* vertical scrollbar */
    height: 4px; /* horizontal scrollbar */
}

.thin-scrollbar::-webkit-scrollbar-track {
    background: transparent; /* Optional: track background */
}

.thin-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4); /* Scrollbar handle */
    border-radius: 2px;
}

legend {
    font-size: 1rem;
    font-weight: bold;
}

.k-switch.k-switch-on .k-switch-track .k-switch-label-on,
.k-switch.k-switch-off .k-switch-track .k-switch-label-off {
    visibility: visible;
}

.page-title,
.section-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.page-title {
    font-size:1.5rem;
}

.icon {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.tip-text {
    font-size: 0.875rem;
    font-weight: 300;
    font-style: italic;
}


/*#region kendo customs*/
.k-menu-popup .k-menu-item.k-selected a {
    color: var(--kendo-color-primary);
    font-weight: bold;
/*    color: var(--kendo-color-primary, #ff6358);*/
}
/*#endregion*/


.highlighted {
    background-color: var(--highlight-color);
}


/* Toast customizations */
.k-notification.k-notification-warning {
   color:#352121; 
}
.k-notification.k-notification-warning button{
    color:#352121 !important;
}
