.error-summary {
    color: #a94442;
    font-size: small;
}

.wrap > .container-fluid {
    padding-bottom: 20px;
    min-width:1345px !important;
}

nav, footer {
	border-radius: 0!important;
    min-width: 1345px !important;
}

nav>.container, footer>.container {
    width: 1345px !important;
    max-width: none !important;
    margin-left: 0 !important;
}

.scroll {
	overflow: auto;
}

.scroll-main {
	max-height: 421px;
	_height:expression(this.scrollHeight > 421 ? "421px" : "auto");
}

.scroll-short {
	height:80px;
}

.tiny-list {
	list-style-type: square;
	padding: 0;
}

.iframe-main {
	height: 421px;
	width: 100%;
}

.padding-zero {
	padding: 0;
}

.form-small {
	margin-bottom: 5px;
}

.no-wrap {
	white-space: nowrap;
}

.margin-top {
	margin-top: 15px;
}

.padding-seven {
	padding-left: 7px;
	padding-right: 7px;
}

.form-horizontal .control-label{
	text-align: left;
	padding-right: 0px;
}

.form-horizontal {
	min-height: 451px;
}

.bottom {
	bottom: 0px;
    width: 100%;
    position: absolute;
}

am-multiselect div, am-multiselect button.dropdown-toggle, am-multiselect ul {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

am-multiselect button.dropdown-toggle {
	text-align: left;
	padding-left: 10px;
}

am-multiselect button.dropdown-toggle[disabled] {
	background-color: #eee;
	opacity: 1;
}

am-multiselect button.dropdown-toggle[disabled]:hover {
	background-color: #eee;
}

am-multiselect li {
	font-size: 12px;
	width: 100%;
	cursor: pointer;
}

.caret {
	margin-right: 5px;
	margin-top: 6px;
}

.multiselect-error {
	border-color: #a94442;
}

.cursor-pointer {
	cursor: pointer;
}

.flex-form {
    display: flex;
    flex-direction: column;
}

.mt-auto{
    margin-top: auto;
}