﻿.k-animation-container, .k-animation-container *, .k-animation-container :after, .k-block .k-header, .k-list-container, .k-widget, .k-widget *, .k-widget :before {
    /* -webkit-box-sizing: content-box; */
    box-sizing: border-box;
}

.k-icon k-i-close {
    background-color: red;   
}

.k-popup-edit-form .k-edit-buttons {
    /*border-color: rgba(33, 37, 41, 0.125);
    padding-bottom: 5%;
    padding-right: 5%;*/
}

.k-button .k-icon, .k-button .k-image, .k-button .k-sprite {
    color: inherit;
    align-self: center;
    display: none;
}

.k-window-titlebar {
    border-color: rgba(33, 37, 41, 0.125);
    color: #292b2c;
    background-color: #ffffff;
    height: 45px;
}

.k-edit-form-container {
    
    padding-left: 20px;
    padding-right: 20px;
}

.k-window-titlebar .k-window-action {
    display: none;
    width: 16px;
    height: 16px;
    padding: 2px;
    text-decoration: none;
    vertical-align: middle;
    opacity: .7;
}

.k-window-titlebar {
    background-color: #65C851;
    color: white;
}
   
div.k-window-content {
    /* position: relative; */
    height: 100%;
    padding: .58em;
    overflow: auto;
    outline: 0;
}

.k-grid-cancel {
    color: #ffffff;
    border-color: #399628;
    background-image: none;
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0) 100%);
    background-position: 50% 50%;
    background-color: #49be32;
    box-shadow: none;
}

    .k-grid-cancel:hover {
        color: #ffffff;
        border-color: #399628;
        background-image: none;
        background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0) 100%);
        background-position: 50% 50%;
        background-color: #7CC76D;
        box-shadow: #292b2c;
    }

.k-dialog .k-dialog-titlebar {
    position: static;
    margin: 0;
    padding: 0.6em 0.8em 2em 0.8em;
    width: auto;
    font-size: 14px;
}

.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle):before {
    content: '\E315';
    font-family: 'Montserrat';
    position: relative;
    font-size: 21px;
    height: 20px;
    top: -5px;
    right: 0px;
    display: none;
}