﻿body {
	background: #FFF;
}		
.claim-detail-audit-body{
	background: #FFF;
	color: #000;
}	
.formLabel {
	font-weight: bold;
	margin: 2px 0 0 0;
}
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;
}

.client-logo {
	margin: 15px 0;
}

.menu-wrap {
	margin: 0 0 15px 0;
}

/* 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%;
}
.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: 1999;
}
.dropZone 
{
	background: url(/App_Themes/images/DropZone.png);
}
.altRow {
	background: #f8f8f8;
}
div.repeater-container > div:nth-of-type(even) {
	background: #f8f8f8;
}

.formBottom {
	padding: 0 0 80px 0;
}

.excelButton {
	background: url("/App_Themes/images/excel.jpg");
	width: 20px;
	height: 20px;
	display: block;
	margin: 2px;
}

.csvButton {
	background: url("/App_Themes/images/csv.png");
	width: 20px;
	height: 20px;
	display: block;
	margin: 2px;
}

.processingIndicator
{
	background-color: #FFFFFF;
	filter: alpha(opacity=70);
	opacity: 0.7;
	margin-top: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
}
.processingMessage {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}
.RadMenu {
	z-index: 2000 !important;
}
.modalHeight 
{
	min-width: 400px;
	min-height: 100px;
	max-height: 400px;
	overflow-y: auto;
}

.proof-of-performance-label {
	padding: 4px;
	background: #f7f7f9;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.selectedItemsBlockLimitedHeight
{
	background: #f7f7f9;
	border: 1px solid rgba(0, 0, 0, 0.125);
	padding: 4px;
	font-size: 80%;
	overflow-x: hidden;
}
.selectedItemsBlockHeader {
	font-weight: bold;
	margin: 0 0 5px 0;
}
.selectedItemsBlock {
    font-size: 80%;
}
.selectedItemsBlock ul {
	padding: 0 0 2px 4px;
	margin: 0;
	list-style: none;
	background: #F9F9F9;
	border: 1px solid #DEDEDE;
	height: 83px;
	overflow-y: auto;
}
.selectedItemsBlock ul li {
	margin: 3px;
}
.AvailableFundsPanel tbody {
	min-height: 400px;
}

.dealerInfoDiv .card-text {	min-height: 170px;
}
.selectedItemsBlockLimitedHeight
{
	height: 70px;
	overflow-y: auto;
}
.rlbHovered, .rlbSelected, .rlbActive {
	background: transparent !important;
}

.height94oflow {
    height: 94px;
    overflow-y: auto;
    overflow-x: hidden;
}
.modalHeight {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

@media only screen and (max-height: 650px) {
    .modalHeight {
        max-height: 200px;
    }
}

@media only screen and (max-height: 470px) {
    .modalHeight {
        max-height: 30px;
    }
}

.ruDropZone {
    margin: 11px 0 0 11px !important;
}


.less-padding table tr td {
    padding: 2px 0 0 2px;
}

.explanatoryText {
    padding: 0 0 2px 4px;
    margin: 0;
    list-style: none;
    background: #F9F9F9;
    border: 1px solid #DEDEDE;
    height: 100px;
    overflow-y: auto;
}

.spacerForIpad {
    height: 100px;
}
.dropZone {
    background: url(/App_Themes/Default/DropZone.png);
}
.small-grid {
	padding: 2px;
	font-size: 13px;
}