/* Add here all your CSS customizations */
input.error {
	border: 1px solid #9F6000;
}

select.error {
	border: 1px solid #9F6000;
}

textarea.error {
	border: 1px solid #9F6000;	
}

.errorMessage {
	color: #9F6000;
}

.errorSummary {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #9F6000;
	background-color: #FEEFB3;
	/*background-image: url('warning.png');*/
}

a, .btn-link {
    color: #555555;
}

.toggle label {
    color: #fff;
}

.no-show-underline-to-link:hover {
	text-decoration: none;
	text-indent: 0.6em;
}

.grid-view .filters select {
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	-webkit-appearance: none;
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    outline: none;
}
.grid-view .filters input {
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	-webkit-appearance: none;
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}