﻿    
/* CSS to override style for Kendo Window title bar */ 
.k-window-titlebar.k-header {
        background: linear-gradient(to right, #0062E6, #33AEFF);  /*set background to the titlebar*/
        color: white; /*set color to the titlebar*/
        /*font-weight: bold;  set font-weight to the titlebar*/
        height: 45px; /*height: 30px;* this is original 2019*/
        /*padding-bottom:20px;*/
} 
 
/* CSS to override style for Kendo Window content */               
.k-window  div.k-window-content
{
       overflow: hidden;
}


.icon-alert-info {
    background: url('/images/alert-info.png');
    background-size: 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
}

.icon-alert-confirm {
    background: url('/images/alert-confirm.png');
    background-size: 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
} 


/*.icon-alert-info
{ 
    background: url('/images/alert.png');
    background-size: 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
} 

.icon-alert-confirm
{ 
    background: url('/images/confirm.png');
    background-size: 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
} */

