html {
  font-family: 'lato', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: #EBEBEB;
}
.hidden {
  display: none;
}
.btn {
  background-color: #ff5500;
}
.logodiv {
  text-align: center;
}
.logodiv img {
  max-width: 100%;
}
/* label focus color */
.input-field input[type=text]:focus + label, .input-field input[type=email]:focus + label, .input-field input[type=number]:focus + label, .datepicker-table td.is-today, .datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done, .timepicker-close, .dropdown-content li>a, .dropdown-content li>span {
  color: #5e42a6 !important;
}
/* label underline focus color */
.input-field input[type=text]:focus, .input-field input[type=email]:focus, .input-field input[type=number]:focus {
  border-bottom: 1px solid #5e42a6 !important;
  box-shadow: 0 1px 0 0 #5e42a6 !important;
}
.btn:hover, .btn-large:hover, .btn-small:hover, .datepicker-date-display, .datepicker-table td.is-selected, .timepicker-digital-display, [type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
  background-color: #5e42a6 !important;
}
.timepicker-canvas line {
  stroke: #5e42a6 !important;
}
.timepicker-canvas-bg, .timepicker-canvas-bearing {
  fill: #5e42a6 !important;
}
.timepicker-tick.active, .timepicker-tick:hover {
  background-color: #5e42a640 !important;
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
  border: 2px solid #5e42a6;
}
.datepicker-table td.is-selected {
  color: #ffffff !important;
}
[type="radio"]:not(:checked)+span, [type="radio"]:checked+span {
  padding-left: 25px;
  padding-right: 10px;
}

div#maindiv{
  display: flex;
  background-color:white;
  text-align: left;
  width: 95%;
  margin: 40px 40px 40px 40px;
}
#messagecard {
  text-align: center;
}
.cta {
  text-align: center;
/*  float: right;*/
  margin: 0px 40px;
}
.cta .btn {
  font-size: 13px;
  letter-spacing: 0.12em;
  border-radius: 24px;
  height: 44px;
}

.browseBtn {
  background: dimgrey;
  color: #FFFFFF;
  padding: 2px 5px;
  margin-top: 35px;
  display: inline-block;
  width: 23%;
  text-align: center;
}

/*.g-recaptcha {*/
/*  float: right;*/
/*}*/

p label {
  font-size: 100%;
}

footer p {
  padding: 15px;
  float: right;
}
footer p img {
  width: 85px;
  margin-top:-5px;
  margin-left:10px;
}
.copyright {
  float: right;
  padding-right: 10px;
}
.copyright p {
  padding: 0;
  float: none;
}

#divLoading
{
    display : none;
}
#divLoading.show
{
    display : block;
    position : fixed;
    z-index: 100;
    background-image : url('../img/loader.gif');
    background-color:#666;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
#loadinggif.show
{
    left : 50%;
    top : 50%;
    position : absolute;
    z-index : 101;
    width : 32px;
    height : 32px;
    margin-left : -16px;
    margin-top : -16px;
}

.paylist label {
    font-size: 16px;
    color: #000000 !important;
}
.paylist ul {
    margin-left: 20px;
}
.paylist li {
    list-style-type: disc !important;
    color: #9e9e9e;
}

.fees {
    margin-bottom: 10px;
}
.fees label {
    font-size: 17px;
}

.announcement {
    padding: 20px 10px;
    color: #58ab64;
    border: 2px solid #58ab64;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 600px) {
  .container-fluid .row:first-child {
    margin: 1rem 3rem 2rem;
  }
  .copyright {
    padding-right: 30px;
  }
}
@media screen and (max-height: 600px) {
  .datepicker-modal {
    top: 5% !important;
    max-height: 90%;
  }
}
@media screen and (min-width: 888px) and (max-width: 1250px) {
    .announcement span:last-child {
        display: block;
    }
}
