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;
}

a{
    color: #124298;
}
.title{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #919191;
    margin-bottom: 0px;
}
.address{
    text-align: center;
    font-size: 12px;
    color: #919191;
    margin-bottom: 0px;
}
.subt{
    text-align: center;
    font-size: 30px;
    color: #333333;
    letter-spacing: 0;
    margin-top: 1rem;
}

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;
}

#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;
}

.ca-body {
    background-color: #FFFFFF;
    padding-bottom: 30px;
}
.ca-body .row {
    margin-right: 0px;
    margin-left: 0px;
}
.ca-body select.btn {
    color: #666666;
    font-weight: normal;
}
.ca-body .send{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    width: 150px;
    height: 50px;
    float: right;
    background-color:#124298;
    border-radius: 4px;
}
.ca-body .send:hover{
    background-color:#124298;
    color:  #FFFFFF;
}

.digit{
    border: none;
    border-bottom: 1px solid #ced4da;
    outline-color: #ced4da;
    width: 50px;
}
.timerstr{
    font-size: 12px;
    display: inline-block;
    margin-left: 20px;
}


@media screen and (min-width: 600px) {
  .container-fluid .row:first-child {
    margin: 1rem 3rem 2rem;
  }
}
@media screen and (max-height: 600px) {
  .datepicker-modal {
    top: 5% !important;
    max-height: 90%;
  }
}
