﻿body {
	background: #FFF;
	padding: 0 0 80px 0;
}		

.formLabel {
	font-weight: bold;
	margin: 2px 0 0 0;
	text-transform: capitalize;
}
hr {
    border-top: solid 1px #d7d7d7;
    clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}
.errorLiteral {
	font-weight: bold;
	color: #FF0000;
}

input[type="checkbox"], input[type="radio"]{
	margin: 0 4px !important;
}



/* Bootstrap Callouts */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}



html, body {
  height: 100%;
}

body {
  padding: 50px 0 0 0;
}

.navbar-toggle {
  float: left;
  margin-left: 15px;
}

@media (min-width: 0) {
  .navbar-toggle {
    display: block; /* force showing the toggle */
  }
}

@media (min-width: 992px) {
  body {
    padding: 0;
  }
  .navbar {
    right: auto;
    background: none;
    border: none;
  }
}

.rcCalPopup {
	border-bottom: 1px solid #ccc !important;
	height: 34.7px !important;
}

.radGridClass .rgDataDiv
{
    height: auto !important;
    width: auto !important;
}

/* Sticky footer styles
-------------------------------------------------- */

.footer 
{
	margin: 60px 0 0 0;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	line-height: 60px; /* Vertically center the text there */
	background-color: #f5f5f5;
	z-index: 10000000;
}
@media (max-width: 775px) {

	.footer 
	{
		font-size: 80%;
		height: auto;
	}
}

.dropZone 
{
	background: url(/App_Themes/images/DropZone.png);
}
.altRow {
	background: #f8f8f8;
}
div.repeater-container > div:nth-of-type(even) {
	background: #f8f8f8;
}
.client-logo {
	margin: 1rem;
}
h3 {
	margin-top: 1rem;
}

.rcbTemplate > label {
	float: left !important;
}

.hover-highlight:hover {
	background: #EEEEEE;
}

.guidelines-wrapper {
	color: #000;
}