/* ---- */
.k-widget {
    /* border-width: 0px;
    border-style: none; */
}

.k-input,
.k-picker {
    border-style: none;
}

.k-picker {
    border-color: inherit;
    color: black;
    background-color: inherit;
    border-color: lightgray;
    border-bottom: 1px solid lightgray;
    border-radius: 0;
}

.k-input-inner {
    padding: 0;
}

.k-button.k-button-icon,
.k-icon-button {
    padding: 0;
}

/* .k-input-button,
.k-input-button.k-button {
    width: fit-content;
    height: fit-content;
} */

.k-list-filter {
    padding: 0;
}

.k-datepicker-calendar,
.k-filebrowser .k-image,
.k-grid .k-filter-options,
.k-popup,
.k-time-popup {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
}


.k-list-item-text::before,
.k-list-optionlabel::before {
    content: none;
}

.k-virtual-list .k-list-header-text,
.k-virtual-list .k-list-item-text {
    overflow: visible;
}

.k-list-item-text table {
 table-layout:fixed;
}


/* datetime */
.k-input:not(.danaos-cell) {
    border-bottom-style: solid;
    border-color: lightgray;
}

.k-dropdownlist {
    background-image: inherit;
}

.k-disabled, .k-widget[disabled], .k-disabled {
    opacity: inherit;
}

.k-state-disabled {
    opacity: inherit;
}

    .k-disabled .k-icon, .k-state-disabled .k-icon {
        opacity: .6;
        color: #7d7d7d;
    }

.k-state-disabled {
    opacity: inherit;
}


.k-window-titlebar {
    padding: 3px 12px;
    color: white;
}

.k-calendar .k-calendar-view {
    width: 256px;
    height: 224px;
}

.k-widget.k-tabstrip {
    background-color: transparent;
    background-image: none;
    border-style: none;
    box-shadow: none;
}
/* tabstrip */
.k-tabstrip.k-header {
    background-color: #fff;
}

.k-tabstrip .k-tabstrip-items {
    padding: 0;
}

    .k-tabstrip .k-tabstrip-items .k-link {
        display: inline-block;
    }


    .k-tabstrip .k-tabstrip-items .k-item {
        background-color: #fff;
    }

.k-tabstrip-top > .k-tabstrip-items > .k-item {
    border-width: 0 0 4px 0;
    border-bottom-style: solid;
    margin: 0 1.8em 0 0;
}

.k-tabstrip-items .k-item {
    background-image: none;
    background-position: 50% 50%;
    background-color: #f2f2f2;
}

.k-tabstrip-items .k-item {
    list-style-type: none;
    display: inline-block;
    position: relative;
    border-style: solid;
    border-width: 1px 1px 0;
    padding: 0;
    vertical-align: top;
}

.k-tabstrip .k-tabstrip-items .k-state-active .k-link {
    color: #007cc0;
    border-color: #007cc0;
}

.k-panelbar > li.k-state-default > .k-link, .k-tabstrip-items .k-state-default .k-link {
    color: #333;
}

.k-tabstrip-top > .k-tabstrip-items .k-link {
    padding: 0 0 0 0;
}

.k-tabstrip .k-tabstrip-items .k-state-active {
    border-color: #007cc0;
}

.k-tabstrip {
    padding: 0px;
    line-height:normal;
}
/* splitbar */
.k-splitbar-vertical.k-splitbar-draggable-vertical .k-i-arrow-60-up {
    margin-left: -30px;
}
/* checkbox */
.k-checkbox-label:before {
    border-color: #bfbfbf;
    background: #fff;
    border-radius: 1px;
}

.k-checkbox-label:before {
    font: 16px WebComponentsIcons,monospace;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 2px;
    border-style: solid;
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

.k-checkbox-label, .k-checkbox-wrapper {
    margin-bottom: 0;
}

.k-checkbox-label {
    display: inline-block;
    position: relative;
    padding-left: 28.8px;
    vertical-align: top;
    line-height: 16px;
    cursor: pointer;
    border-style: solid;
    border-width: 0;
}

.k-checkbox-label, .k-checkbox-wrapper {
    line-height: 20px;
}

input.k-checkbox.dan-cell {
    display: inline;
    opacity: 0;
    width: 0;
    margin: 0;
    -webkit-appearance: none;
    overflow: hidden;
}

.k-checkbox:checked + .k-checkbox-label:before {
    background-color: #fff;
    border-color: #bfbfbf;
    color: #007cc0;
}

.k-checkbox:checked + .k-checkbox-label:before {
    content: "\e118";
}

.k-checkbox-label-tec {
    margin-bottom: 5px;
    display:inline-block !important;
}

.k-checkbox-tec {
    display: inline;
    opacity: 0;
    width: 0;
    margin: 0;
    border:0;
    -webkit-appearance: none;
    overflow: hidden;
}


.vue-danaos .k-checkbox-label:empty {
    display: inherit !important;
    height: 19px;
}


.k-radio.k-checked, .k-radio:checked {
    background-image: none;
}

.k-radio:checked, .k-radio.k-checked {
    color: #1274AC;
}

.k-radio:focus {
    outline: none !important;
}

.k-radio:checked:focus, .k-radio.k-checked.k-focus {
    box-shadow: none;
}

.k-input-value-text::before {
    content: none;
}

.fligSearchHeightFix .fligIcons {
    z-index: 1;
}

.kendo-new .k-dropdownlist {
    height: 24px !important;
    border-radius: 2px !important;
    border: solid 1px #e0e6f1 !important;
}

.kendo-new .large-dp .k-dropdownlist {
    width: 99% !important;
    background-color: #f5f8fd;
    height: 34px !important;
}

.k-dropdownlist.k-picker {
    background-image: none;
}

.k-dropdownlist.k-picker-solid {
    background-image: none;
}

.kendo-new .k-dropdownlist .k-i-arrow-s:before {
    top: 2px;
    color: #151b26;
    content: "\e015";
}

.k-button {
    background-color: #eaeaea;
    border-color: #bfbfbf;
}

.danaosdw .k-input {
    position: absolute;
}

.k-tabstrip-content.k-content {
    overflow: hidden;
}

.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    padding: 4px 4px;
}

.k-link {
    color: #337ab7;
}

.k-splitter  {
    line-height:normal;
}

.k-splitbar {
    background-color: #e1e1e1;
}

.k-datepicker.k-input{
    padding:0;
}

.k-list-optionlabel {
    min-height:26px;
}
}

.vue-danaos.required .k-state-disabled .dan-date {
    background-color: #f2f2f2 !important;
}

.k-editor-dialog.k-editor-table-wizard-dialog.k-window-content{
    width:auto;
}

#k-table-wizard-tabs>div{
    overflow:auto
}
#k-table-wizard-tabs .k-checkbox {
    display:none;
}