﻿.bodyTest {
  font-family: Lato, sans-serif;
   background-color:darkgreen !important;
 
  padding: 3% 0;
  margin: 0 5%;
}
.note
{
   
    text-align: center;
    height: 90px;
  /* background: -webkit-linear-gradient(left, #0072ff, #8811c5);  */
   /* background: #0069a5; */
 /*   background:#339933; */
      background:#7BA0C5;
    color: #fff;
    font-weight: bold;
    padding-top:40px;
    line-height: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#555555, endColorstr=#666666);
}
.note2{
    
  content: "\A";
  white-space: pre;
 
  
}
.note3 {
     text-align: center;
     text-wrap:inherit;
    line-height:2px;
}
.checkboxlistformat{
  margin-left: 30px;
}
.navbar-default{
    margin-bottom:0; 
    /*background:#9FCFFF;*/
    background:black;
    /*background: linear-gradient(0deg, rgba(0,68,107,1) 0%, rgba(0,105,165,1) 30%, rgba(0,68,107,1) 100%); */
  
  /*  background: rgb(2,0,36);
   background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(83,121,9,1) 12%, rgba(0,212,255,1) 100%);*/
}
.navbar-default a{
    color:white !important;
}

a:hover {
  color:Red !important;
}

.help-block {
    color: red;
    height:0.5px;
    font-size:x-small;
    padding-top:0;
    padding-bottom:0;
    
}
.signature {
    font-family:Georgia serif;
    font-size:medium;
    font-style:italic;
}
.form-content
{
    padding: 5%;
    border: 1px solid #ced4da;
    background-color:white;
    
    margin-bottom: 2%;
}
.form-control{
    border-radius:1.5rem;
}
.btnSubmit
{
    border:none;
    border-radius:1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}
.bg-image {
  background:url("../images/header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder
 {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}
.calendarBoxPadding
{
    padding-top:4px;
}
  .horizontal-scrollable > .row {
            overflow-x: auto;
            white-space: nowrap;
        }