﻿.k-notification-error {
    background-color: #db4240;
}

.k-notification-success {
    background-color: #37b400;
}

.k-input {
    background-color: inherit;
}

.k-list > .k-item {
    display: flex;
    align-items: center;
    align-content: center;
}

.k-dateinput-wrap, .k-dropdown-wrap, .k-picker-wrap, .k-multiselect-wrap, .k-numeric-wrap {
    border-radius: 2px;
    padding: 0;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    position: relative;
    transition: all .1s ease;
    cursor: default;
    outline: 0;
}

.k-form-error {
    background-image: url(textures/highlight.png);
    background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.6)),to(rgba(255,255,255,0)));
    background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 100%);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
    background-color: #eae8e8;
    color: #2e2e2e;
    border-color: transparent;
    -webkit-box-shadow: 0 4px 6px rgba(0,0,0,.3);
    box-shadow: 0 4px 6px rgba(0,0,0,.3);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
    text-align: center;
    margin: 0.5em 0 0;
    position: static;
    align-items: center;
    text-align: center;
    border-color: #f0ad4e;
    background-color: #f0ad4e;
    z-index: 9999;
    display: inline-block;
    border-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding: 2px 5px 1px 6px;
    position: absolute;
    font-size: inherit;
}

.k-dropdown .k-input, .k-dropdowntree .k-dropdown-wrap .k-input, .k-selectbox .k-input, .k-dropdown-wrap {
    color: inherit;
    /*background-color: inherit !important;*/
}

.k-compulsory {
    background-color: #5bc0de !important;
}

.k-autocomplete, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
    background-position: 50% 50%;
    background-color: inherit;
}

.errorInput {
    background-color: #d9534f !important;
}