﻿input.k-textbox {
    /*height: 1.8em !important;*/
}

.k-checkbox-label {
    /*line-height: 1em !important;*/
}

label {
    /*margin-bottom: 0px !important;
    font-size: 1em !important;*/
}

.k-dropdown-wrap .k-input {
    /*height: 1.4em !important;
    line-height: 1.4em !important;*/
}

.k-dropdown-wrap .k-select {
    /*line-height: 1.4em !important;*/
}

.k-button {
    /*padding: 0px 14px !important;*/
}


.kendo-tree-list-add-child-button {
    display: inline-block !important;
}

.k-button-delete {
    background-color: #fb4040 !important;
    color: #fff !important;
}

.notification {
    width: max-content;
    max-width: 50vw;
    min-width: 200px;
    min-height: 100px;
    padding: 0 30px;
}
    .notification table {
        min-height: 100px;
        margin: 0px;
    }

    .notification img {
        float: left !important;
        margin: 0px 30px 0px 0px !important;
    }

/* Notification Error template */
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7) !important;
    color: #ffffff !important;
}

/* Notification Success template */
.k-notification-success {
    background: rgba(0%,60%,0%,.7) !important;
    color: #fff !important;
}
