﻿@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	
	.nopadding{
		padding-left:0;
		padding-right:0;
	}

	.form-list .caret {
		text-align: right;
		float: right;
		margin-top: 4px;
		border-top: 8px dashed;
	}
	
	.multiselect-container{
		min-width:380px;
	}
	
	section .has-error.btn-file{
		border: 1px solid red;
	}
}