.clear {
	clear: both;
}
.app-error-page .x-panel-header-text {
	display: none;
}
.panel-body .icon {
	position: relative;
	width: 130px;
	height: 130px;
	background-color: #8fca8b;
	border-radius: 99px !important;
	float: left;
}

.panel-body .icon div {
	position: absolute;
	top: -40px;
	left: 3px;
	width: inherit;
	font-family: Arial Black !important;
	text-align: center;
	font-size: 141px;
	color: white;
	-ms-transform: rotate(133deg); /* IE 9 */
	-moz-transform: rotate(133deg); /* Firefox */
	-webkit-transform: rotate(133deg); /* Safari and Chrome */
	-o-transform: rotate(133deg); /* Opera */
	transform: rotate(133deg);
}

.error-page-failure .icon {
	background-color: #df9691;
}
.error-page-404 .icon {
	background-color: #f6d282;
}
.error-page-failure .icon div {
	top: -17px;
	left: -3px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
	transform: rotate(45deg);
	font-size: 146px;
	font-family: Arial !important;
	font-weight: 600;
}
.error-page-404 .icon div {
	top: -9px;
	left: 0px;
	-ms-transform: rotate(0deg); /* IE 9 */
	-moz-transform: rotate(0deg); /* Firefox */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
	-o-transform: rotate(0deg); /* Opera */
	transform: rotate(0deg);
	font-size: 126px;
	font-family: Helvetica !important;
	font-weight: 900;
}

.panel-body .wrapper {
	float: right;
	width: 565px;
	margin-top: 2%;
}
.panel-body .wrapper .extra {
	color: #A4A4A4;
}

.error-page * {
	font-size: 13px;
	color: #777;
}

.error-page .title * {
	font-size: 22px;
	color: #525252;
}

.error-page .subtitle * {
	font-size: 16px;
}

.error-browser {
	background: #1D7BB8;
	font-size: 13px;
}
.error-browser .pai {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px -425px;
}
.error-browser .whitebox {

	width: 850px;
	height: 400px;
	padding: 30px;
	background: url(../img/security/404.jpg) no-repeat right center #FFF !important;
}
.error-browser .bottom div {
	margin: 10px;
}
.error-browser .warning {
	color: #CBCECF;
	font-size: 22px;
}
.error-browser .text {
	width: 70%;
	color: #414141;
}
.error-browser .browser-box {
	padding: 0;
	position: relative;
	width: 98px;
	height: 140px;
	float: left;
	cursor: pointer;
}

.error-browser .help {
	background: #1D7BB8;
	color: white;
	font-size: 12px;
	text-align: center;
}
.error-browser .help a {
	color: white;
	font-size: 12px;
	text-align: center;
	text-decoration: none !important;
}
.error-browser .browser-box .browser-text {
	position: absolute;
	bottom: 0;
	width: 80%;
	text-align: center;
	color: #414141;
	font-size: 14px !important;
}
.error-browser a {
	text-decoration: none !important;
}
.error-browser .top {
	height: 40px;
	margin-bottom: 40px;
	background: url(../img/browser/logo_emm.jpg) no-repeat 1px 1px;#FFF !important;
}
.error-browser .sugestion {
	height: 40px;
	width: 500px;
	margin-top: -30px !important;
	background: url(../img/browser/sugestao_browser.jpg) no-repeat 45px;#FFF !important;
}
.error-browser .firefox {
	background: url(../img/browser/ico_ff.jpg) no-repeat center 1px;#FFF !important;
}
.error-browser .ie {
	background: url(../img/browser/ico_ie.jpg) no-repeat center 1px;#FFF !important;
}
.error-browser .chrome {
	background: url(../img/browser/ico_chrome.jpg) no-repeat center 1px;#FFF !important;
}
.error-browser .opera {
	background: url(../img/browser/ico_opera.jpg) no-repeat center 1px;#FFF !important;
}
.error-browser .safari {
	background: url(../img/browser/ico_safari.jpg) no-repeat center 1px;#FFF !important;
}
.error-page .nav .link {
	text-decoration: underline !important;
	cursor: pointer;
}
.browser-page .whitebox {
	background: url(../img/security/block_user.jpg) no-repeat right center #FFF !important;
}
.browser-page .table-header {
}
/*
 Janelas de erros
 */
.error-page .window-size {
	width: 800px;
	margin: 0 auto;
}
.error-page .window-size .panel-body {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 0;
	padding: 30px 30px 30px 30px;
	overflow: hidden;
}

.error-updating .pai {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px -450px;
}
.error-updating .whitebox {
	background: url("../img/security/updating.jpg") no-repeat scroll right center #FFFFFF !important;
	border-radius: 0;
	height: 294px;
	padding: 30px;
	width: 850px;
}
.error-updating .top {
	height: 40px;
	margin-bottom: 20px;
	background: url(../img/browser/logo_emm.jpg) no-repeat 1px 1px;#FFF !important;
}
.error-updating .help {
	color: white;
	font-size: 12px;
	margin-top: 6px;
	text-align: center;
}
.error-updating .help a {
	color: white;
	font-size: 12px;
	text-align: center;
	text-decoration: none !important;
}
.error-updating .text {
	width: 70%;
	color: #414141;
	font-size: 13px;
}
.error-updating .warning {
	color: #CBCECF;
	font-size: 22px !important;
}

.msg-error-limit .x-panel-body {
	color: red;
	padding-left: 260px;
}
