﻿

      html, body {

      min-height: 100%;

      }

      body, div, form, input, select, p
{
    padding: 0;
    margin: 0;
    outline: none;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    line-height: 25px;
   
}

      h1 {

      position: absolute;

      margin: 0;

      font-size: 32px;

      color: #fff;

      z-index: 2;

      }

      h2 {

      font-weight: 400;

      }

      .testbox {

      display: flex;

      justify-content: left;

      align-items: Left;

      height: inherit;

      padding: 20px;

      }

      form {

      width: 100%;

      padding: 10px;

      border-radius: 6px;

      background: #fff;
      background-color: #8EF2C0;
      box-shadow: 0 0 10px 0 #095484; 

      }

      .banner
{
    position: relative;
    height: 43px;
    background-image: url('../img/stars-grad.png');
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 0px;
    left: 0px;
}

      .banner::after {

      content: "";

      background-color: rgba(0, 0, 0, 0.4); 

      position: absolute;

      width: 100%;

      height: 100%;

      }

      input, select {

      margin-bottom: 10px;

      border: 1px solid #ccc;

      border-radius: 3px;

      }

      input {

      width: calc(100% - 30px);

      padding: 5px;

      }

      select {

      width: 100%;

      padding: 7px 0;

      background: transparent;

      }

      .item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder, a {
       font-weight: bold;
      color: #095484;

      }

      .item input:hover, .item select:hover {

      border: 1px solid transparent;

      box-shadow: 0 0 6px 0 #095484;
        font-weight: bold;
      color: #095484;

      }

      .item {

      position: relative;

      margin: 10px 0;
    top: 0px;
    left: 0px;
}
 

     

      .item i {

      right: 2%;

      top: 10px;

      z-index: 1;

      }

     

      input[type=checkbox]  {

      display: none;

      }

      label.check {

      position: relative;

      display: inline-block;

      margin: 5px 20px 10px 0;

      cursor: pointer;

      }

      .question span {

      margin-left: 30px;

      }

      span.required {

      margin-left: 0;

      color: red;

      }

      label.check:before {

      content: "";

      position: absolute;

      top: 2px;

      left: 0;

      width: 16px;

      height: 16px;

      border-radius: 2px;

      border: 1px solid #095484;

      }

      input[type=checkbox]:checked + .check:before {

      background: #095484;

      }

      label.check:after {

      content: "";

      position: absolute;

      top: 6px;

      left: 4px;

      width: 8px;

      height: 4px;

      border: 3px solid #fff;

      border-top: none;

      border-right: none;

      transform: rotate(-45deg);

      opacity: 0;

      }

      input[type=checkbox]:checked + label:after {

      opacity: 1;

      }

      .btn-block {

      margin-top: 10px;

      text-align: center;

      }

     .ReqFeild
{
    color: #993300;
    background-color: #FFF;
    padding: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 10pt;
    width: auto;
} 
.blinklabel
{
	margin-bottom: 2px;
	text-decoration: blink;
	font-weight: bold;
	font-size: 10pt;
	color: #cc0000;
}
.calender
{
	width:200px;
}
.MyCalendar .ajax__calendar_container
{
	border: 2px solid #666;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9);
	background-color: #9999cc;
	background-image: none; /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #9999cc, #9999cc); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #9999cc, #9999cc); /* IE10 */
	background-image: -o-linear-gradient(top, #9999cc, #9999cc); /* Opera 11.10+ */
	background-image: linear-gradient(top, #9999cc, #9999cc);
	-pie-background: linear-gradient(top, #9999cc, #9999cc); /* IE6-IE9 */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
	z-index: 1000;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color:  Maroon;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}
.Submitbutton
{
	padding: 0px 10px;
	width: 150px;
	color: #fff;
	font: bold 12pt 'Helvetica Neue' , Helvetica, Arial, sans-serif;
	text-decoration: 0 1px 0 rgba(255, 255, 255, 0.5);
	letter-spacing: 1px;
	text-align: center;
	border: 1px solid #005088;
	outline: none;
	cursor: pointer;
	margin:5px;
	position: relative;
	background-color: #005088;
	 
	 
	 
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	top: 5px;
	left: -1px;
    height: 35px;
}

.Submitbutton:active
{
	background-color: #aaa;
	background-image: linear-gradient(top, #888888, #ededed); /* Saf4+, Chrome */ /* Chrome 10+, Saf5.1+, iOS 5+ */ /* FF3.6 */ /* IE10 */ /* Opera 11.10+ */
	-pie-background: linear-gradient(top, #888888, #ededed); /* IE6-IE9 */
	 
	 
	color: #000;
	font-weight: bold;
}
.Submitbutton:hover
{
    color: #FFFFFF;
    text-decoration: underline;
    background-color: #0000FF;
    font-weight: bold;
    text-align: center;
    font-size: 13pt;
}

 .outer {
  display: flex;
  flex-wrap: wrap;
}

.inner {
  background: #fff; 
  padding: 10px;
  margin-bottom: 0px;
  width: 50%;
  text-align: left;
  box-sizing: border-box;
}
.uppercase {
            text-transform: uppercase;
        } 
        .lowercase {
            text-transform: lowercase;
        } 
        .capitalize {
            text-transform: capitalize;
        }
      
.radioboxlist radioboxlistStyle
{
font-size:x-large;
padding-right: 20px;
}
      
      @media (min-width: 568px) {

      .name-item, .city-item {

      display: flex;

      flex-wrap: wrap;

      justify-content: space-between;

      }

      .name-item input, .city-item input {

      width: calc(50% - 20px);

      }

      .city-item select {

      width: calc(50% - 8px);

      }

      }

   