﻿
.Alerttitre {
    color: #858282;
    background-color: #f695f7;
    border-color: #ebccd1;
    font-weight: bold !important;
    font-size: 0.90em;
    display: block;
    text-align: left;
    padding-left:15px;
    padding-top:1px;
    padding-bottom:3px;
}
.myAlert{
    border: thin solid #C0C0C0;
    color: black;
    background-color:bisque;
    position: fixed;
    top: 5px;
    left: 50%;
    padding:15px;
    transform: translate(-50%, 0%);
    z-index: 1000;
    display: block;
    line-height: 22px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display:none;
 }

.closeAlert{
    float: right;
     margin-left: 30px;
}