﻿.ui-dialog-titlebar {
    background: #00648b;
    color: #ffffff;
}

.ui-dialog-titlebar.ui-widget-header {
    background: #00648b;
    color: #ffffff;
    min-height: 40px;
}

.ui-rtChexDialog {
    /*box-shadow: 0 0 0 4px rgba(0,0,0,0.1);*/
    overflow-y: auto;
}

/*legacy style support*/
.k-button.buttonlink {
    color: #fff;
    background-color: #1f7800;
}

/*Work around to fix text color of enabled buttons inside modals*/
.ui-widget-content a.k-button,
.k-button {
    color: #fff;
    border-color: #dbdbdb;
}
/*Work around to fix text color of links inside modals*/
.ui-rtChexDialog .enabled-grid-button {
    color: #fff;
}
/*Work around to fix text size inside modals*/
.ui-rtChexDialog input,
.ui-rtChexDialog th {
    font-size: 0.8em;
    text-indent: 0.2em;
}