﻿body {
  padding-bottom: 20px;
  background-color: #103550;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #424242;
  font-size: 16px;
}
a {
  color: #51b4d4;
}
a:hover {
  color: #48c000;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
h1,
h2,
h3 {
  color: #e43146;
}
.container {
  width: 1400px;
  margin: auto;
  background-color: white;
  padding-bottom: 20px;
  box-shadow: 3px 3px 5px black;
}
.checkboxouter {
  overflow: auto;
}
.checkboxouter div {
  float: left;
}
.checkboxouter:after {
  content: "";
  display: table;
  clear: both;
}
button::-moz-focus-inner,
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.faButton {
  border: solid;
  border-width: 1px;
  border-color: #3ea600;
  cursor: pointer;
  background: #3ea600;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: inherit;
  color: white;
  font-size: 100%;
  padding: 5px 10px 5px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  text-decoration: none;
}
.faButton:hover {
  color: white !important;
  background: #48c000;
  text-decoration: none;
}
.faButton:disabled {
  background: #e9e9e9;
}
.field-validation-error {
  display: block;
  color: #e43146;
  font-size: 10px;
}
input.k-textbox {
  width: 350px !important;
}
.k-dropdown {
  width: 350px !important;
}
.k-numeric-wrap {
  width: 350px !important;
}
.k-grid-toolbar {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.claimsList {
  border-collapse: collapse;
  font-size: 9.5pt;
}
.claimsList th {
  background-color: #e43146;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.claimsList td {
  padding: 5px;
}
.claimsList .faButton {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.field-validation-error, .field-validation-error ul {
	font-size: 12px;
	margin: 0px;
	list-style: none;
	padding-left:0px;
}
.divrow {
	margin: 5px 0px 5px 0px;
	float: left;
	width:100%;
}
.col-2
{
	width: 12%;
	float:left;
	min-width:220px;
}
.col-7 {
	width: 57%;
	float: left;
}
.tex-right {
	text-align: right;
}
.mt-20
{
	margin-top:10px;
}