﻿.BToast-Container {
  position: fixed;
  right: 10px;
  bottom: 10px;
  float: left;
  border: 1px solid #424242;
  box-sizing: border-box;
  background-color: whitesmoke !important;
  box-shadow: 2px 2px 10px 2px #424242;
}

.BToast-Header {
  float: left;
  background-color: #006837 !important;
  color: white;
  width: calc(100% - 0px);
  height: 24px;
}

.BToast-Titolo {
  font-size: 12pt;
  color: white;
  margin: 0;
  padding: 0;
  margin-left: 5px !important;
  float: left;
}

.BToast-Messaggio {
  font-size: 10pt;
  color: black;
  margin: 0;
  padding: 5px;
  float: left;
}

.BToast-Button {
  border: 0px solid gray !important;
  border-radius: 0px !important;
  cursor: pointer !important;
  background-color: transparent !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  color: white;
  float: right;
  height: 16px;
  width: 16px;
}

.BToast-Content {
  float: left;
  width: calc(100% - 0px);
}
