@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    cursor: pointer;
}

.btn-tertiary {
    color: white;
    background-color: #f0930b;
    border-color: #f0930b;
    cursor: pointer;
}
    .btn-tertiary:hover {
        background-color: #F6730C;
        color: white !important;
    }

    .content {
        padding-top: 1.1rem;
    }

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.app-load {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.app-load > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.app-load .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.app-load .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.app-load .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.app-load .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


.main-sidebar {
    background-color: #1e4e5e;
    border-radius: 0px 5px 5px 0px;
}

.main-header {
    position: fixed;
    width: 100%;
    max-height: 100px;
    z-index: 1030;
    background-color: #f0930b;
    border-bottom: 1px solid #dee2e6;
    /*box-shadow: 0px 0px 30px rgba(0,0,0,.25),0 1px 0px rgba(0,0,0,.22) !important;*/
}

.navbar {
    background-color: white;
}

.brand-link {
    background-color: transparent !Important;
    border-bottom: 1px solid transparent !Important;
    min-height: 58px;
}

.navbar-light .navbar-nav .nav-link {
    color: #e6e5e5;
    color: var(--greenDarker);
}

.sidebar a {
    color: #e6e5e5;
}

.navbar-nav .nav-link:hover {

    color: var(--greenDarker);
}


.nav-sidebar .nav-item > .nav-link {
    position: relative;
    color: #e6e5e5;
    font-size: 14px;
}

.searchGlobal {
    border-style: solid;
    border-width: 3px;
    border-color: transparent;
    height: 38px;
    margin-top: 2px;
    padding-left: 40px;
    padding-right: 20px;
    background-color: #cedddf7a;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    color: var(--greenDarker);
}

input.form-control.form-control-navbar.app-search {
    background: transparent;
    color: var(--greenDarker);
}

button.btn.btn-navbar {
    background: transparent!important;
}

.navbar-light .form-control-navbar:focus, .navbar-light .form-control-navbar:focus + .input-group-append .btn-navbar {
    background: transparent !important;
}

i.fas.fa-search {
    color: #e6e5e5;
}

.layout-navbar-fixed .wrapper .main-header {
    width: auto;
}

.pagecontent {
    background-color: transparent;
    height: 100%;
    padding-left: 5px;
    padding-top: 65px;
    min-height: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
}


.brand-image {
    max-height: 38px;

}

.app-search::placeholder {
    color: red;
    
}

i.right.fas.fa-angle-left {
    display: none;
}

.os-content {
    padding: 0px !important;
}

.width-25 {
    width: 25%;
}

.width-50 {
    width: 50%;
}

.width-75 {
    width: 75%;
}

.width-100 {
    width: 100%;
}

.underline {
    text-decoration: underline;
}

.form-label {
    margin-bottom: 0px;
}

.form-detail {
    font-size: 12px;
}

.form-group-container {
    display: flex;
    gap: 10px;
}

.form-group-container-left {
    justify-content: left;
}

.form-group-container-right {
    justify-content: right;
    margin-left: auto;
    margin-right: 0;
}

.form-group-multicolumn {
    display: flex;
    flex: 1;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}


.element-separator {
    height: 25px;
}

.large-element-separator {
    height: 50px;
}

.small-element-separator {
    height: 14px;
}

.extra-small-element-separator {
    height: 10px;
}

.vertical-element-separator {
    margin-right: 10px;
}

.small-vertical-element-separator {
    margin-right: 5px;
}

.flex-container {
    display: flex;
}

.flex-right {
    justify-content: right;
    margin-left: auto;
    margin-right: 0;
}

.flex-left {
    justify-content: left;
}

.flex-full {
    flex: 1;
}

.flex-half {
    flex: 0.5;
}

.form-group {
    text-align: left;
}

.flex-center {
    justify-content: center;
}

a {
    cursor: pointer;
}

.full-width {
    width: 100%;
}

.form-group-small {
    width: 60%;
}

.group-flex {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.group-left {
    width: 100%;
}

.group-right {
    width: 100%;
}

.form-label {
    width: 100%;
}

.segment-spacer {
    height: 20px;
}

.form-relative {
    position: relative;
}

.form-tab {
    min-height: 450px;
    overflow: auto;
}

.field-container {
    width: 100%;
}

.navbar-expand .navbar-nav {
    position: sticky;
    right: 10px;
}

.fa-regular, .far {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.frontend-user-container .user-arrow {
    font-size: 24px;
}
.k-wizard-step {
}

.k-wizard-step {
    padding: 0px !important;
    margin-top: 10px !important;
}

/*Wizard colors*/

.k-wizard .k-step-current .k-step-indicator {
    background-color: #f0930b;
    border-color: #f0930b;
    color: white;
}

.k-wizard .k-step-done .k-step-indicator {
    background-color: white;
    border-color: #cccccc;
    color: #808080;
}

.k-wizard .k-stepper .k-step-indicator {
    height: 40px;
    width: 40px;
    color: #808080;
}

.k-wizard .k-step-current .k-step-indicator:hover {
    background-color: #337ab7;
    border-color: #f0930b;
    color: white !important;
}

.k-wizard .k-step-done:hover .k-step-indicator {
    background-color: #ebebeb !important;
}

.k-wizard .k-stepper > .k-progressbar .k-state-selected {
    background: #ebebeb !important;
}

.k-wizard .k-step-label {
    color: black !important;
}

.k-wizard .k-step-current:hover .k-step-indicator {
    background-color: #f0930b;
    color: white !important;
}




.col-xs-6 {
    width: 50%;
}


@media (min-width: 1200px) {
    .col-lg-3 { width: 25%; }
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 { float: left; }
}


.col-lg-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  float: left;
}

.small-box > .inner {
    padding: 10px;
    text-align: center;
}

.h1, h1 {
    font-size: 2.0rem;
    font-weight: 700;
    margin-left: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.input-field-sm {
    border-radius: 3px;
    border: 0px #e6e9f0 solid;
    color: #183b68 !important;
    background: white;
    padding: 7px;
    max-width: 100%;
    min-height: 42px;
}

.form-group {
    margin-bottom: 0.6rem;
}

.doc-label {
    font-weight: normal;
    color: #183b68;
}

label {
    font-weight: normal!important;
    margin-top: 8px;
    width: 100%;
    border-bottom: #F2F2F7;
    border-bottom-style: solid;
    border-bottom-width: 0px;
}

div.main-title {
    font-weight: 700;
    font-size: 30px;
    margin-left: 10px;
    margin-bottom: 10px;
}

h1 {
    font-weight: 700;
    font-size: 30px;
    margin-left: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    height: 37px;
}

.k-icon-button.k-button-md > .k-button-icon {
    /*min-width: 40px;*/
}

.list .k-icon-button.k-button-md > .k-button-icon {
    min-width: 0px;
    color: var(--secondary);
}

.h3, h3 {
    font-size: 1.3rem;
    font-weight: 600;
}

.list .k-grid-header {
    background-color: #dde3e6 !important;
}

    .list .k-grid-header div {
        background-color: #dde3e6 !important;
        color: var(--secondary) !important;
    }

.header-capitalize .k-grid-header th {
    text-transform: capitalize;
}

button.telerik-blazor.k-button.k-button-flat.k-rounded-md.k-button-rectangle.k-button-md.k-button-flat-base {
    color: white !important;
}

.btn-newproduct {
    background: #f0930b;
    color: white;
    height: 37px;
    border-color: #ddd;
    border-width: 0px;
    border-radius: 3px;
}



button.telerik-blazor.k-button.k-button-solid.k-rounded-md.k-button-rectangle.k-button-md.k-button-solid-base {
    border-color: #ddd;
    border-width: 1px;
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 1px 0px;
}


.triple-point-menu {
    width: 15px;
    position: relative;
}

.triple-point-menu-popup .row {
    margin: 0px;
    padding: 5px;
}

.triple-point-menu-popup {
    position: fixed;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    
    background-color: white;
    z-index: 4000;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

    .triple-point-menu-popup :hover {
        background-color: #eef1f6;
        border-radius: 5px;
    }


.twd-designer {
    position: relative!important;
    height: 1500px!important;
}


.nav-treeview > .nav-item > .nav-link.active {
    background-color: #f0930b !important;
 /*   background: linear-gradient(90deg, rgba(6,108,123,1) 0%, rgba(113,171,180,1) 49%, rgba(6,108,123,1) 100%);*/
    color: #fff !important;
    border-left-color: #f0930b;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #f0930b;
    color: #fff;
}

.btn-secondary {
    color: #242b2c ;
    background-color: #ebebeb;
    border-color: #6c757d;
    box-shadow: none;
}

.btn-secondary :hover {
        color: #fff!important;
}

.MainPageTabStrip {
    padding: 0px;
}

.k-tabstrip-top > .k-content, .k-tabstrip-top > .k-tabstrip-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-color: transparent !important;
}

.k-tabstrip > .k-content:focus {
    outline-width: 1px;
    outline-style: dotted;
    outline-offset: -1px;
    outline-color: transparent;
}




.MainPageTabStrip > .k-content {
    padding: 0px 0px;
}

.k-tabstrip-items-wrapper .k-item:focus, .k-tabstrip-items-wrapper .k-item.k-state-focused, .k-tabstrip-items-wrapper .k-item.k-focus {
    box-shadow: none;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
    border-top-left-radius: 3px !Important;
    border-top-right-radius: 3px !Important;
    border-top: 5px solid #f0930b;
    transition: border-top-color 0.5s;
}


.brand-link .brand-image {
    max-height: 60px;
    min-height: 60px;
}

.brand-link .brand-image-xl {
    max-height: 60px !important;
}
.brand-link .brand-image-xs {
    max-height: 59px !important;
}
.logo-xs.brand-image-xs {
    left: 3px;
    top: 15px;
}

.logo-switch{
    padding: 0;
}

.tabstrip-fullscreen {
}

    .tabstrip-fullscreen > .k-tabstrip-items-wrapper {
        border-color: transparent;
        min-height: 50px;
    }

.tabstrip-fullscreen > .k-tabstrip-top > .k-tabstrip-items-wrapper > .k-tabstrip-items {
    background: white;

}

.tabstrip-fullscreen > k-tabstrip-items-wrapper {
    background: white !important;
}



div.k-tabstrip.telerik-blazor.k-tabstrip-top.tabstrip-fullscreen > div.k-tabstrip-items-wrapper.k-hstack > ul > li.k-tabstrip-item.k-item.k-active.k-tab-on-top {
    border-bottom-left-radius: 0px !Important;
    border-bottom-right-radius: 0px !Important;
    border-top: 0px solid !Important;
    border-left: 0px solid;
    border-right: 0px solid;
    border-bottom: 5px solid #f0930b;
    transition: border-bottom-color 0.5s;
}


div.k-tabstrip.telerik-blazor.k-tabstrip-top.tabstrip-fullscreen > div.k-tabstrip-items-wrapper.k-hstack > ul > li.k-tabstrip-item.k-item.k-state-default > span {
    min-width: 140px;
}

div.k-tabstrip.telerik-blazor.k-tabstrip-top.tabstrip-fullscreen > div.k-tabstrip-items-wrapper.k-hstack > ul > li.k-tabstrip-item.k-item.k-tab-on-top > span {
    min-width: 140px;
}

@media(max-width: 800px) {
    div.k-tabstrip.telerik-blazor.k-tabstrip-top.tabstrip-fullscreen > div.k-tabstrip-items-wrapper.k-hstack > ul > li.k-tabstrip-item.k-item.k-state-default > span {
        /*min-width: 0px !important;*/
    }

    div.k-tabstrip.telerik-blazor.k-tabstrip-top.tabstrip-fullscreen > div.k-tabstrip-items-wrapper.k-hstack > ul > li.k-tabstrip-item.k-item.k-tab-on-top > span {
        /*min-width: 0px !important;*/
    }

    .k-tabstrip-items .k-link {
        padding: 6px 5px;
    }

    .k-tabstrip-content, .k-tabstrip > .k-content {
        padding: 2px 2px;
    }

    .filter-authorities {
        gap: 5px!important;

    }

    .authority-tag {
        /*padding-left: 5px !important;
        padding-right: 5px !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        line-height: 18px !important;*/
    }
}

.k-tabstrip.telerik-blazor.k-tabstrip-top.tabstrip-fullscreen > div.k-tabstrip-content.k-content.k-active {
    background: transparent;
}

div.k-tabstrip.telerik-blazor.k-tabstrip-top.tabstrip-fullscreen > div.k-tabstrip-items-wrapper.k-hstack > ul {
    background: white;
}

body > div.content-wrapper > div > div.k-tabstrip.telerik-blazor.k-tabstrip-top.tabstrip-fullscreen > div.k-tabstrip-content.k-content.k-active {
    border-color: transparent;
}



div.k-tabstrip-items-wrapper.k-hstack > ul > li.k-tabstrip-item.k-item.k-state-default > span {
    align-content: center;
    horiz-align: center;
    justify-content: center;
    min-width: 100px;
}

div.k-tabstrip-items-wrapper.k-hstack > ul > li.k-tabstrip-item.k-item.k-tab-on-top > span {
    align-content: center;
    horiz-align: center;
    justify-content: center;
    min-width: 100px;
}

.k-pager-wrap {
    background-color: #dde3e6;
    border-radius: 0px 0px 5px 5px;
    color: var(--secondary);
}

.page-padding {
    padding: 16px 16px;
}


.toolbarbutton {
    height: 50px;
    min-width: 100px;
    /*aaa*/
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    align-content: stretch;
    font-size: 1rem;
    gap: 2px;
    text-transform: uppercase;
}

.button.telerik-blazor.k-button.k-button-flat.k-rounded-md.k-button-rectangle.k-button-md.k-button-flat-base {
    font-size: 1rem;
    text-transform: uppercase;
}

div.k-tabstrip.telerik-blazor.k-tabstrip-top.tabstrip-fullscreen > div.k-tabstrip-items-wrapper.k-hstack > ul > li.k-tabstrip-item.k-item.k-active.k-tab-on-top {
    font-size: 1rem;
    text-transform: uppercase;
}

span.k-button-text {
    font-size: 1.1rem;
    text-transform: uppercase;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item + .k-item {
    text-transform: uppercase;
}

.btn-spacer {
    display: inline-block;
    min-width: 130px;
}

.btn-default {
    background: #f0930b;
    color: white;
    min-width: 130px;
}

.btn-default:hover {
    color: white;
    background-color: var(--greenDarker);
    border-color: var(--greenDarker);
}



.e-schedule .e-vertical-view .e-time-cells-wrap table td, .e-schedule .e-vertical-view .e-work-cells {

    height: 15px;
}

li.nav-item {
    padding-top: 3px;
    padding-bottom: 3px;
}

.e-schedule .e-vertical-view .e-content-wrap .e-appointment .e-appointment-details {
    padding: 0;
    height: 100%;
    background-color: var(--secondary);
}

.nav-childitem {
    padding-left: 1.7rem !important;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.pull-right {
    float: right !important;
}

.ipointer {
    cursor: pointer;
    color: var(--greenDarker);
}

.fileInput-ID {
    display: none;
}


.file-input-label {
    display: none !important;
}


.role-Box {
    background: white;
    padding: 1%;
}

.controlbox {
  
    background: #e8f0f1;
}

.k-switch-md {
    opacity: 1;
}

.floating-menu-button {
    background-color: #f0930b;

}

.floating-menu-button:hover {
    background-color: #f0930b !important;
}


.floating-sub-menu-button {

    background-color: #f0930b;

}


button.telerik-blazor.k-button.k-button-solid.k-rounded-md.k-button-rectangle.k-button-md.k-button-solid-base {
    border-width: 0px;
    color: black;
}

.k-grid-header, .k-header, th.k-header, .k-grid-header-wrap, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-grid td, .k-grid-footer, .k-grid-footer-wrap, .k-grid-content-locked, .k-grid-footer-locked, .k-grid-header-locked, .k-filter-row > td, .k-filter-row > th {
    border-color: transparent;
    min-height: 45px;

}


.elevation-sidebar {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.14) !important;
}


.authority-tag {
    border: 0px solid #dae7e7 !important;
}

.card-container:hover {
    border-color: #f0930b;
}

.k-tabstrip-items-wrapper .k-item.k-active::after {
    border-color: transparent;
    border-bottom-width: 0px;
}

.k-button-group {
    box-shadow: none;
}



.upload-file-list-container {

    border: 1px dashed #f0930b;
}

.upload-file-empty {
    color: #f0930b;

}

.dropzone-drag {
    border: 1px solid #f0930b;
    background-color: #dfdfdf;
}

.drop-zone {
    border: 1px dashed #f0930b;
}

.k-button.k-button-solid-Primary {
    background: #686765;
}


legend.k-form-legend {
    font-size: 20px !important;
}
.list .k-grid-footer {
    padding-right: 0px;
}
.doc-count {
    margin-top: 10px;
    height: 20px;
}
.e-pv-signature-dialog-blazor-height .e-tab-header {
    
    display: none !important;
}
.e-pv-signature-dialog-blazor-height .e-checkbox-wrapper{
    display: none !important;
}
.signature-detail-value .custom-phone-container {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    width: 100%;
}
    .signature-detail-value .custom-phone-container .iti{
        width: 100%;
        outline: none !important;
    }
    .signature-detail-value .custom-phone-container input {
        border: 0px !important;
        height: 30px;
        width: 100%;
        outline: none !important;

    }

.action-button-container{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.box-padding{
    padding: 15px;
    z-index: 1;
    width: auto;
}
.upload-component {
    position: relative;
}

.upload-file-button {
    width: fit-content !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.25rem !important;
    align-items: center !important;
    background-color: #f0930b !important;
    border: #f0930b !important;
    color: white !important;
    box-shadow: none !important;
    outline: 0 !important;
    cursor: pointer !important;
    gap: 4px !important;
}

.upload-file-button-flex {
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.25rem !important;
    align-items: center;
    background-color: #f0930b !important;
    border: #f0930b !important;
    color: white !important;
    box-shadow: none !important;
    outline: 0 !important;
    cursor: pointer !important;
    gap: 4px !important;
    justify-content: center;
}

    .upload-file-button:disabled {
        cursor: default !important;
        opacity: 0.6 !important;
    }

    .upload-file-button:not(:disabled):hover {
        background-color: #ffc164 !important;
        text-decoration: underline !important;
    }

    .upload-file-button .upload-file-clip {
        width: 20px !important;
        height: 20px !important;
        font-size: 16px !important;
        color: white !important;
        fill: white !important;
    }

    .upload-file-button .upload-file-text {
        color: white !important;
    }
.uebersicht-container p {
    margin: 0px !important;
    text-wrap: pretty;
    text-align: justify;
}
.media-image-contaner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    margin: auto;
    gap: 20px;
}

.media-image-item {
    width: 32%;
    cursor: pointer;
}

    .media-image-item:hover img {
        width: 98%;
    }

    .media-image-item img {
        width: 100%;
    }

@media(max-width: 992px) {
    .media-image-item {
        width: 100% !important;
    }
}
.e-richtexteditor.e-rte-tb-expand.e-rte-fixed-tb-expand {
    border: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
}

.custom-phone-container input {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    height: 31px;
    outline: none;
}
.wtb-grid-container .e-flm_optrdiv {
    display: none !important;
}
.wtb-grid-container .e-flmenu-valuediv {
    padding-top: 0px !important;
}
.wtb-data-search-bar input{
    width: 100%;
}
.wtb-data-search-bar:hover .wtb-data-search-icon {
    color: #f0930b;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #f0930b;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #F6730C;
    }
.modul-header-text-title {
    margin-right: 30px;
}
.form-tab-content {
    height: calc(100vh - 337px);
    overflow: auto;
    padding-top: 20px;
}
.btn-disabled{
    opacity: 0.8;
    cursor: default !important;
}
    .btn-disabled:hover {
        color: #242b2c !important;
        background-color: #ebebeb !important;
        border-color: #6c757d !important;
    }