
body  {
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-transform:capitalize;*/
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #002F5E !important;
}

p{
  display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
/* The Modal (background) */
#passcodeWindow {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    box-shadow: 3.3px 6.6px 6.6px hsl(0deg 0% 0% / 0.40);
}

/* Modal Content */
.modal-content {
/*background-color:#FFFFAA;*/
background-color:#A3C4F1;
margin: auto;
padding: 20px;
border: 2px solid gray;
border-radius: 10px;
width: 50%;
text-align: center;
}
.div-content{
  background-color: #e7f3fe;
   text-align: center; 
   padding: 2px;
  border-radius: 5px;
}
/*START Countdown Timer CSS */
.countdown-label {
      font: thin 15px Arial, sans-serif;
    color: #65584c;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
      letter-spacing: 2px;
      margin-top: 9px;
      margin-bottom: 9px;
}
#countdown{
    box-shadow: 0 1px 2px 0 rgba(1, 1, 1, 0.4);
    width: 180px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 5px;
    margin: auto;
}
#countdown #tiles{
      color: #fff;
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 0px #ccc;
    display: inline-block;
      font-family: Arial, sans-serif;
    text-align: center;
      border-radius: 5px 5px 0 0;
      font-size: 30px;
      font-weight: thin;
      display: block;
}

.color-full {
      background: #53bb74;
}
.color-half {
      background: #ebc85d;
}
.color-empty {
      background: #e5554e;
}

#countdown #tiles > span{
    width: 70px;
    max-width: 70px;

    padding: 18px 0;
    position: relative;
}

#countdown .labels{
    width: 100%;
    height: 25px;
    text-align: center;
    position: absolute;
    bottom: 8px;
}

#countdown .labels li{
    width: 102px;
    font: bold 15px 'Droid Sans', Arial, sans-serif;
    color: #f47321;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}
/*END Countdown Timer CSS */
.mfabtn{
  font-family: verdana;
  padding: 7px;
  margin: 0px 0px 0px 0px;
  background: #006393;
  border: 1px solid white;
  color: #ffffff;
  font-size: 12px;
}
.passcode{
  display: block;
  padding-left:10px;
    width: 100%;
    height: 32px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.p-viewer {
  position: relative;
  margin: -23px 5px;
  float: right;
}

input[id="frmPasscode"]::-ms-reveal {
  display: none;
}