﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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 */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #D4262F;
    font-weight: bold;
}

.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;
}

.nav a, .nav a:visited {
    color: #333;
    text-decoration: none!important;
    outline: 0;
}

a#producerDataSheet{
    color:#337ab7;
}

a#producerDataSheet:hover {
    text-decoration: underline!important;
}

.well{
    background:#e3eff8;
    width: 100%;
}

.pager li .btn {
    -webkit-font-smoothing: antialiased;
    background-color: #FFFFFF;
    border-bottom-color: #DDDDDD;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #DDDDDD;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #DDDDDD;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #DDDDDD;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #0C71BB !IMPORTANT;
    font-weight: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: #0C71BB;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 5px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 5px;
    float: right;
}

/* overwriting the font-weight that is defined in base.css */
th
{
    font-weight:bold!important;
}

.padd
{
    padding-top: 15px;
}

#NavSection
{
    box-sizing:content-box !important; 
    -webkit-box-sizing:content-box !important; 
    -moz-box-sizing:content-box !important;
}

.pager .btn:hover
{
    text-decoration: none;
    background-color: #eeeeee;
}

input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		margin-bottom: 0px!important;
		}

div.devbanner {
	/*display:none;*/
    position:fixed;
	top:0;
	left:0;
	z-index:10;	
	font-size: 20px;
	font-weight:bold;
	background: #ad1c11;
	padding:10px 25px 25px 10px;
	color:#fff;
	-webkit-border-radius: 0 0 100px 0;
	-moz-border-radius: 0 0 100px 0;
	border-radius: 0 0 100px 0;
	width:100px;
	height:100px;
	box-sizing:border-box;
	opacity: 0.7;
	border:5px solid #fff;
	border-left-width:0px;
	border-top-width:0px;
	-webkit-box-shadow: 5px 0 5px 1px #B8B8B8;
	box-shadow: 0 0 5px 1px #B8B8B8;
}

.fullwidthinput input[type="text"],  .fullwidthinput input[type="password"],  .fullwidthinput input[type="email"],  .fullwidthinput textarea,  .fullwidthinput select,  .fullwidthinput input[type="date"],  .fullwidthinput input[type="number"],  .fullwidthinput input[type="tel"] {
	width:100%;
	box-sizing:border-box;
	max-width: 90%;
}

.fullwidthinput{
    width:100%;
}