﻿.k-editor-toolbar .k-button-group .k-tool
{
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0;
}

.k-window-title
{
    border-bottom: 1px solid rgba( 0, 0, 0, 0.2 );
    padding-bottom: 5px;
}

.k-window-titlebar.k-header
{
    background: #fff;
    color: #F5846F;
    border: none;
    font-size: 16px;
}

.k-window-action.k-link
{
    background-color: #F5846F;
    border-color: #F5846F;
}


div.k-window
{
    padding-top: 40px !important;
}

div.k-window.k-window-titleless {
    padding-top: 0px !important;
}


.k-window .row, .k-window .row *
{
    box-sizing: border-box;
}


/*select kendo*/

.k__select-override:disabled
{
    background-color: #E6E6E6;
}

.k__select-override
{
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    max-height: 25px;
    min-height: 25px;
    box-sizing: content-box;
}

.additional-field-select.k__select-override
{
    width: calc(100% + 10px) !important;
}

span.k__select-override .k-dropdown-wrap.k-state-default,
span.k__select-override .k-dropdown-wrap.k-state-focused,
span.k__select-override .k-dropdown-wrap.k-state-disabled
{
    height: 25px;
    text-indent: 0 !important;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    color: #666666;
    padding: 0;
    box-sizing: border-box;
}

span.k__select-override .k-dropdown-wrap span.k-input,
span.k__select-override .k-dropdown-wrap span.k-select
{
    height: 25px;
    padding: 0;
    text-indent: 10px !important;
    min-height: 25px;
    max-height: 25px;
}

span.k__select-override .k-dropdown-wrap.k-state-disabled
{
    background-color: #e9e9e9;
}

span.k-i-calendar,
span.k-i-clock
{
    font-size: 0px !important;
}

.k__select-override_width_ul
{
    overflow-x: initial !important;
    overflow-y: auto;
    height: auto;
    width: auto;
    white-space: nowrap;
}

.k__select-override_width
{
    width: auto !important;
    white-space: nowrap;
}

span.k__select-override.k__select-combobox-override .k-dropdown-wrap span.k-select .k-icon.k-i-arrow-s
{
    position: relative;
    top: -7px;
    left: -4px;
}

input.k-input.k__select-override.k__select-combobox-override
{
    height: 23px;
    max-height: 23px;
    min-height: 23px;
}

.k-popup .k-list li.k-item
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
