﻿div.msgBox
{
    padding: 15px 20px;
    position: fixed;
    z-index: 9999999;
   font-family: 'Inter', sans-serif;
    /*width: 430px;*/
    min-height:220px;
    color: #00335e;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
	background-color:white;
    margin-top:-80px
   
}
div.msgBoxBackGround
{
    top:0;
    left:0;
    position:fixed;
    padding:0;
    margin:0;
    width:100%;
    /*height:1400px;*/
    height:100%;
    background-color:#000000;
    opacity:0.9;
    z-index:999999;
}
div.msgBoxTitle
{
    padding:5px 0 5px 0;
    font-variant:small-caps;
    font-size:16px;
    font-weight:bold;
    color:#000;
    width:100%;
    border-bottom : 1px solid #000;

}
div.msgBoxImage
{
    margin:5px 5px 0 5px;
    /*display:inline-block;*/
    /*float:left;*/
    height:60px;
    width:60px;
}
div.msgBoxImage img
{
    height:60px;
    width:60px;
}
div.msgBoxContent
{
    font-weight: 600;
font-size: 15px;
color: #091332;
margin-bottom: 10px;
   /* height:90px;*/
    width:510px;
    text-align:center;
    overflow-y:auto;
    /*height:120px;*/
    max-height: 120px;
    
    
}
div.msgBoxContent p
{
    padding:0;
    margin:0;
    display: table;
    height: 100%;
    width: 100%;
}

div.msgBoxContent span 
{
    display: table-cell;
    vertical-align: middle;
    color:#555950;
    padding:20px
}

div.msgBoxButtons
{
    display:inline-block;
    width:100%;
    text-align:center;
}
div.msgBoxButtons input[type='button']
{
   display: inline-block;
  margin-bottom: 0;
font-family: 'Inter', sans-serif;
font-weight: 600;
font-size: 13px;
padding: 9px 20px;
border-radius: 2px;
height: 34px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
    width:90px;
   color: #fff;
    background-color: #BA3B52; 
  border-color: #BA3B52;
}
div.msgBoxButtons input[type='button']:hover
{
 color: #fff;
  background-color: #BA3B52;
  border-color: #269abc;
}
div.msgBoxButtons input[type='button']:active
{
    background-color: #BA3B52;
  border-color: #46b8da;
}

div.msgBoxInputs
{
    margin:0 auto;
    padding-top:2px;
    padding-bottom:2px;
    margin-top:5px;
    width:195px;
}
div.msgInput input[type='text'],div.msgInput input[type='password']
{
    padding:4px;
    border:1px solid #DFDFDF;
    color:#2f2f2f;
    width:180px;
}
div.msgInput text
{
    color:#2f2f2f;
    font-size:10pt;
}