﻿.display-none {
    display: none;
}

.container-error {
	max-width: 1440px;	
}

.alert {
	padding-left: 0;
	padding-right: 0;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #e02b25;
}

.alert-dismissable, .alert-dismissible {
	padding-right: 35px;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0;
}

.alert-dismissable .close, .alert-dismissible .close {
	right: 0;
}

.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}