﻿.AlertWindow{ width:400px; min-height:150px; border:3px solid #5abb8b; /*border:2px solid #2db035;*/ display:block; padding: 0 !important;
              font-family:"Segoe UI", Arial, Helvetica, Verdana, sans-serif; overflow:hidden; z-index:100040 !important;}
.AlertWindow > h3 { font-size:1.2em; width:auto; font-weight:normal; display:block; height:25px; line-height:25px; background-color:#5abb8b;/*background-color:#2db035;*/ color:#fff; 
                 padding:0 5px 5px 5px; margin:0px; vertical-align:top}
.AlertWindow .AlertContent {display:table; overflow:hidden; height:110px; width:100%  }

.AlertWindowBig{ width:500px !important; min-height:150px; border:3px solid #5abb8b; /*border:2px solid #2db035;*/ display:block; padding: 0 !important;
              font-family:"Segoe UI", Arial, Helvetica, Verdana, sans-serif; overflow:hidden; z-index:100040 !important;}
.AlertWindowBig > h3 { font-size:1.2em; width:auto; font-weight:normal; display:block; height:25px; line-height:25px; background-color:#5abb8b;/*background-color:#2db035;*/ color:#fff; 
                 padding:0 5px 5px 5px; margin:0px; vertical-align:top}
.AlertWindowBig .AlertContent {display:table; overflow:hidden; height:110px; width:100%  }

.IconWarning{ background:url(../Images/alert-warning.png) no-repeat top 30px left 20px; }
.IconSuccessful{ background:url(../images/alert-success.png) no-repeat top 30px left 20px; }
.IconError{ background:url(../images/alert-error.png) no-repeat top 30px left 20px; }
.IconInfo{ background:url(../images/alert-info.png) no-repeat top 30px left 20px; }
.IconHelp{ background:url(../images/alert-help.png) no-repeat top 30px left 20px; }

.AlertWindowBig .AlertContent .AlertMessage {padding: 20px 5px 20px 95px;}

.AlertContent .AlertMessage{text-align:left;  padding:0 5px 0 95px; vertical-align:middle; display:table-cell; overflow:hidden; font-size:1.15em;}
.AlertButtons { display:block; text-align:right; padding:10px 5px; }


/*20px 5px 20px 95px*/