.Footer {
    transition: all 2s ease;
    background-color: rgba(255, 255, 255, 0.0009);
    width: 80%;
    height: 28px;
    position: fixed;
    bottom: 0;
    left:20%;
    z-index:10000;
    //opacity:1.0;
}
.Footer .ButtonsRow {
    border-bottom:2px solid blue;
}
.Footer .FooterButtons {
    min-height:30px;
    background-color: #fff;
    border-top: 2px solid blue;
    border-left: 2px solid blue;
    border-right:2px solid blue;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    margin-bottom:-2px;
    position:relative;
    padding:0;
    width:14%;
    z-index:10000;
}
.Footer .InfoCount, .WarningCount, .ErrorCount {
    height:15px;
    width:30px;
    border-radius:5px;
    text-align: center;
    color:white;
    margin-top:7px;
    padding-top:2px;
    font-size:10px;
    word-wrap: break-word;
}
.Footer .MessagesErrorsWarnings {
    background-color: #fff;
}
.Footer .red {
    background-color: #b64645;

}
.Footer .green {
    background-color: #5cb85c;
    margin-right:0;
   }
.Footer .yellow {
    background-color: #fea223;
    margin-right:0;
   }

.Footer .MessagesErrorsWarnings {
    margin-top:15px;
}
.Footer .DeleteMessages {
    dispaly:block;
    max-width:10%;
}
.Footer img {
    max-width:20%;
    cursor:pointer;
}
.Footer .ButtonForDelete {
    background-color: #fff;
}
.Footer .Notific{
    padding-right:0;
    width:45px;
}
.Footer .Bucket{
    background-color: #fff;
    height:100%;
}
.HideFooter {
   opacity:0.9;
}