.AiPopupBox
{
  background-color:#5c9ec8;
  border:2px solid black;
  font-family: Helvetica;
  border-radius: 0.2em;
}

.AiPopupRed
{
  background-color:rgba(255,0,0,0.8);
  font-family: Helvetica;
  width: 73em;
  height: 20em;
  top: 25em;
}

.AiPopupHdr
{
  height:1.8em;
  margin-top:6px;
}

.AiHdrLine
{
  height:6px;
  width:20%;
  display:inline-block;
  vertical-align:middle;
  position: relative;
}

.AiHdrTxt
{
  display:inline-block;
  text-align:center;
  width:100%;
  height:100%;
  line-height:1.8em;
  color: white;
}

.AiHdrTxtBox
{
  height:100%;
  width:50%;
  display:inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

.AiRedBox
{
  background-color:red;

}
.AiRedLine
{
  background-color:red;
}

.AiRedBorder
{
  border:2px solid red;

}

.AiBlackLine
{
  background-color:black;
}

.AiBlackBox
{
  background-color: black;
}

.AiNoImg
{
  display:none;
}

.AiPopupContent
{
  padding: 1em;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.5em;
}

.AiContentText
{
  width:100%;
  display:inline-block;

}

.AiContentTextRedOverlay
{
  width:100%;
  color: white;
  display:inline-block;
  font-size: 200%;
  margin-top: 1em;
  line-height: 1.5em;
}

.RedOverlayTwoButtonTable
{
  display: table;
  width: 9em;
  margin: 0 auto 1em;
  text-align:center;
  border-collapse: collapse;
  text-transform: uppercase;
}

.AiPopupBtn
{
  width: 5em;
  border: 0.15em solid black;
  font-size: 105%;
  line-height: 2;
  text-align: center;
  margin: 0 auto;
  background: #999;
  cursor: pointer;
  display: table-cell;
}


.AiPopupBtnRedOverlay
{
  width: 5em;
  border: 1px solid black;
  font-size: 105%;
  line-height: 2;
  text-align: center;
  margin: 0 auto;
  display: table-cell;
  background: #999;
  cursor: pointer;
}

.AiModelessConfirm
{
  background-color:red;
  position:absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ModelessConfirmMultiLine
{
  flex-direction: column;
}

.AiConfirmMsgText
{
  font-size:120%;
  color:white;
  margin: 0.5em 1em;
}

.AiModelessButtonBar
{
  display: flex;
  align-items: center;
  margin: 0.5em 1em;
}




@media only screen and (max-width : 979px) {

	.AiPopupBtn
{
  font-size: 80%;
}

}

@media only screen and (max-width : 767px) {

	.AiPopupBtn
{
  font-size: 80%;
}

}

@media only screen and (max-width : 480px) {

	.AiPopupBtn
{
  font-size: 80%;
}

}

@media only screen and (max-width : 320px) {

	.AiPopupBtn
{
  font-size: 80%;
}

}