﻿/* applied to the alert */
.jqx-alert {
    position: absolute;
    overflow: hidden;
    z-index: 99999;
    margin: 0;
    padding: 0;
}
/*applied to the header */
.jqx-alert-header {
    outline: none;
    border: 1px solid #999;
    overflow: hidden;
    padding: 5px;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    background-color: #E8E8E8;
    /*background-color: #1f9ab3;*/
    
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fafafa),to(#dadada));
    background-image: -moz-linear-gradient(top,#fafafa,#dadada);
    background-image: -o-linear-gradient(top,#fafafa,#dadada);
}
/*applied to the content*/
.jqx-alert-content {
    outline: none;
    overflow-y:auto;
    overflow-x: hidden;
    text-align: left;
    background-color: #fff;
    /*width:250px;*/
    word-break: break-all;
    padding: 5px;
    border: 1px solid #999;
    border-top: none;
}

#alert_button {
    background: #5b5f64;
    color: #fff;
    cursor:pointer;
    margin-left:0px;
    margin-right:0px;
    text-align: center;
    width:70px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
