.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;
}


.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;
    color: #8DA5A3;
    text-indent: 8px;
    font-size: 12px;
}

.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;
    color: #999999;
    font-family: ClearSans-Regular;
    line-height: 23px;
}

span.k__select-override .k-dropdown-wrap.k-state-hover,
span.k__select-override .k-dropdown-wrap.k-state-focused {
    box-shadow: none;
}

/*Only in google chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    span.k__select-override .k-dropdown-wrap.k-state-focused {
        box-shadow: 0 0.5px 5px 0 rgba(166, 199, 254, 0.5);
        border: 1.5px solid rgba(135, 176, 245, 0.8);
    }
}

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;
    font-size: 12px;
}

.k__select-override_width {
    width: auto !important;
    white-space: nowrap;
    border: 1px solid #cccccc;
}

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;
}

