﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #005e98;
    font-family: Calibri;
    font-size: 16px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


h1{
	font-size:28px;
	font-weight:800;
	font-style:normal;
	color:#3d3d3d;
	letter-spacing:0;
	text-transform:none;
	line-height:42px;
	margin:0;
}

h2 {
	font-size:25px;
	color:#00447c;
	font-weight:normal;
	margin-bottom:15px;
}

h3 {
	font-size:16px;
    font-weight: 800;
	color:darkblue;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:1em;
}

h4 {
	font-size:14px;
	font-weight:bolder;
	margin-bottom:5px;
}

h5 {
	font-size:16px;
    font-weight: 800;
	color:darkblue;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:-1em;
}

h6 {
	font-size:16px;
    font-weight: 800;
	color:darkblue;
	font-weight:bold;
}

.form-group {
  margin-bottom: 0.5em;
}

img.float {
    float:left; 
    margin:10px;
}

p.clear {
    clear: both;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

li.extra {
    margin-bottom: 2em;
}

/* The fieldsets are to make group boxes look correct with Bootstrap */

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
}

legend.scheduler-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.table-no-border>thead>tr>th, 
.table-no-border>tbody>tr>th, 
.table-no-border>tfoot>tr>th, 
.table-no-border>thead>tr>td, 
.table-no-border>tbody>tr>td, 
.table-no-border>tfoot>tr>td {
  border-top: none; 
}

.btn-success {
    color: white;
    background-color: #228b22;
}

.btn-info {
    color: white;
    font-weight: bold;
}

.displayWhenSmall {
    display: none;
}

@media screen and (max-width: 992px) {
     .displayWhenSmall {
        display: block;
    }
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}

.numericOnly {
    
}

.searchBox {
     padding-right: 5em; 
     padding-top: 0.5em;
     text-align: right;
}

.help-image {
    border-width: 15em;
    border-color: green;
    margin-left: 5em;
}

#channeling-carousel{
    background: url("/Content/Images/fingerprint.png") no-repeat;
}

.light-blue-text {
    color: white;
    margin-left: 1em;
    margin-bottom: 1em;
}

.white-text {
    color: white
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}