.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated.fast {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

.divMessageBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 100000;
}

.MessageBoxContainer {
  top: 35%;
  color: #fff;
  position: relative;
  width: 100%;
  background-color: #232323;
  background-color: rgba(0, 0, 0, .8);
  padding: 20px;
}

.MessageBoxMiddle {
  position: relative;
  left: 20%;
  width: 60%;
}

.MessageBoxMiddle .MsgTitle {
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 300;

}

.MessageBoxMiddle .pText {
  font-style: 30px;

}

.MessageBoxButtonSection {
  width: 90%;
  height: 30px;
}

.MessageBoxButtonSection .btn {
  margin: 0 10px 0 0 !important;
}

.MessageBoxButtonSection button {
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 700;
}

/*popup adding screen*/
.PopUpBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 100000;
}

.PopUpBoxContainer {
  top: 35%;
  color: #fff;
  position: relative;
  width: 100%;
  background-color: #232323;
  background-color: rgba(62, 80, 123, 0.8);
  padding: 20px;
}

.PopUpBoxMiddle {
  position: relative;
  left: 20%;
  width: 60%;
}

.PopUpBoxMiddle .MsgTitle {
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 300;
}

.PopUpBoxMiddle .pText {
  font-style: normal;
  font-size: 15px;
}

.PopUpBoxButtonSection {
  width: 90%;
  height: 30px;
}

.PopUpBoxButtonSection .btn {
  margin: 0 10px 0 0 !important;
}
