﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

body h2, h3, th, label, dt{
    color:#049ae5;
    font-family: 'Arial';
}

textarea{
    border: 1px solid #049ae5 !important;
    border-radius:3px;
}

textarea:hover{
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          color:white;
          font-weight:bold;
}

select{
    border: 1px solid #049ae5 !important;
    border-radius:3px;
}

select:hover{
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          color:White;
          font-weight:bold;
}

input{
    border: 1px solid #049ae5;
    border-radius:3px;
    width:100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-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;
}

input:hover{
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          color:White;
          font-weight:bold;
}

input:hover, textarea:hover, select:hover, button:hover{
    background-color: #0baafa;
}

table, hr{
    border: 0px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 280px;
    width:100%
}

.navbar {
    background-color: #0baafa;
    font: bold 12px 'Arial';
}

.navbar-inverse .navbar-brand {
  color: White !important;
  font-size:24px;
  margin:-2px;
}

a:hover{
  color: Black !important;
}

.navbar .nav > li > a, .navbar .nav > li {
    color: White;
    text-shadow: none;
}

.panel-footer{
    background-color: #0baafa;
    font: bold 16px 'Arial';
    border: 1px solid black;
    color: white;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
    position:fixed;
    height:43px;
    width:100%;
    left:0px;
    bottom:0px;
}

.outerHomeImage{
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    bottom:10px;
}

.middleHomeImage{
    display: table-cell;
    vertical-align: middle;
}

.innerHomeImage{
    width:100%;
    height:256px;
    /*background: linear-gradient(to right, #0494dd 70%, #0baafa);*/
    background-color: #0494dd;
}

.innerHomeImage, text{
    color:white;
    font: bold 20px 'Segoe UI';
    word-wrap: break-word;
    max-width:100%;
    height:auto;
    font-style:italic;
}

#homeImage{
    width: 480px;
    max-width:100%;
    height:auto;
    margin-left:100px;
}

.divH4{
    background-color:#0baafa;
    border-radius: 10px;
    color: white;
    font-weight:700;
}

.divH4 p{
    margin-left: 15px;
}

.divH5{
    background-color:#0baafa;
    border-radius: 10px;
    color: white;
    font-weight:700;
    margin-left: 35px;
}

.divH5 p{
    margin-left: 15px;
}

.col-md-10 input{
    border: 1px solid #049ae5;
    border-radius:4px;
    width:100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-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;
}

.tdSearch{
    color:#049ae5;
    font-weight:700;
}

#helpDiv{
    margin-left: 50px;
}