﻿.suggestionList ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.suggestionList ul li
{
	background-color: #1a82c3;
    border: 1px solid #097ec7;
    padding: 10px;
    color: #fff;
}
.suggestionList ul li:hover
{
	cursor: pointer;
	background-color:#26B99A; 
}

.validation-summary-errors li
{
	color: #ff0c0c !important;
}

.form-control
{
	height: 25px;
	line-height: 25px;
	font-size: 12px;
}
.form-horizontal .control-label
{
	padding-top: 2px;
}

table tr.accordion-toggle:hover
{
	cursor: pointer;
	background-color: #d1d1d1;
}
.field-validation-error 
{
	color: red !important;
    font-size: 10px !important;
    padding: 0 10px !important;
}
 
.collapse.in {
    display: table-cell;
}