﻿div.k-window-content {
    padding: 0px;
}

.window-body-content{
    padding: 20px 10px 20px 10px;
    font-size: 14px;
    text-align: left;
    color: #4D4D4D;
}

.kendoWindowFooter {
    border-top: 1px solid #CCC;
}

.kendoWindowFooter .k-button {
    width: 50%;
    float: left;
    height: 35px;
    border-radius: 0;
    font-size: 14px;
}

.kendoWindowFooter .k-button-single {
    width: 100%;
}

.k-window-actions {
    display: none;
}

.k-window-title {
    color: #4D4D4D;
    font-weight: bold;
}

div.k-window-titlebar{
    background-color: white;
    font-size: 16px;
}