﻿/* for Alert - start */
.clsalertmsg{
    width:100%;
}
.k-notification-wrap{
    height:inherit !important;
}
.ClsNotifySpan .k-icon.k-i-close{
    display:none;
}
.proActionbtn {
    margin-right:4px;
    background:#FFF;
}
.clsalertmsg i {
    margin-right:10px;
}

.clsActionbtn {
    margin-left:5px;
    margin-right:5px;
}

.proAcionbtndiv {
    float: right;
}
.proAlertMoreMsg {
    overflow-y: scroll;
    max-height: 70px;
}

.k-animation-container .k-widget {
    border-style:none !important;
}
.k-animation-container .k-widget .k-i-info {
     display:none;
}

.ProAlertOverlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    opacity: 0.7;
    background-color: #fff;
    z-index: 10040;
    text-align: center;
}
.ClsNotifySpan .alert{
    min-height: 24px;
    max-height:100px;
    overflow-y:auto;
}
.ClsNotifySpan .clsalertmsg{
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    margin-bottom:0px;
}
.proAlertMoreinfo{
    color:blue;
}
/* for Alert - End */

.alert h3 {
    color: #FFF !important;
}

.k-notification .k-icon.k-i-info {
    display: none;
}

.k-popup.k-notification {
    border: 1px;
}

.alert [class*=" fa-"], [class^=fa-] {
    font-size: 23px;
}

.clsalertmsg {
    font-size: 17px;
}