.k-dialog-titlebar {
    border-color: inherit;
    color: #ffffff;
    background-color: #1403f8;
    background-clip: inherit;
    height: 30px;
}
.message-row{
    font-size: 15px;
    font-family: arial;
    padding: 15px;
    padding-bottom: 0;
    height:auto;
    min-height: 60px;
    color: #333;
    margin-bottom: 10px;
    //margin: 30px;
     text-align: left;
}
.k-dialog-content{
    border:solid 1px #999;
}
.buttonOk
{
    background-color: #42b4e6;
    border: 0px !important;
    font-size: 13px;
    border-radius: 3px;
    height: 25px;
    color: #fff;
    width:55px;
    cursor:pointer;
}

.buttonCancel
{
    background-color: #BC033D;
    border: 0px !important;
    font-size: 13px;
    border-radius:3px;
    height: 25px;
    color: #fff;    
    width:55px;
    cursor:pointer;
}

.confirmImage{
    //background: url("assets/images/confirm.png") no-repeat transparent;
    height: 50px;
    width: 42px;
}

.alertImage{
    ////background: url("assets/images/alert.png") no-repeat transparent;
    height: 50px;
    width: 55px;
}

.dialogK
{
    max-width: 500px;
    max-height: 400px;
    margin-left: 450px;
}
.k-window-title {
    margin: -0.15em 0;
    font-size: 15px;
    line-height: 1.3em;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.btnDiv{
    width: 90%;
    margin: 0px auto;
    text-align: center;
}
.buttonOk,.buttonCancel{
    margin-right: 5px;
}