﻿/*Error pages style*/
body.errorPage{
	background: url(images/2.png) repeat;
}
.errorContainer {
	background: url(images/6.png) repeat;
	border:1px solid #c4c4c4;
	border-radius: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:15px;
	-webkit-box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    position: absolute;
   /* top:50%;*/
    left:50%;
    margin-left:-286px;
    margin-top: -155px;
    width:540px;
}
.errorContainer h1 {font-size: 10em; line-height: 1em;}
.errorContainer.offline h1 {font-size: 5em;}
.errorContainer h1 small {font-weight: 500; font-size: 0.3em;}


.errorContainer:after,.errorContainer:before {
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
/* ReSharper disable InvalidValue */
	background: linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
/* ReSharper restore InvalidValue */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
	border: 1px solid #c4c6ca;
	content: "";
	display: block;
	height: 100%;
	left: -1px;
	position: absolute;
	width: 100%;
}
.errorContainer:after {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
	top: 0;
	z-index: -1;
}
.errorContainer:before {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
	top: 0;
	z-index: -2;
}

.errorContainer.offline h1 {font-size: 4em;}
.errorContainer .btn {margin-bottom: 15px;}
.center {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.errorContainer .page-header {
    padding-bottom: 0; 
	margin-top:9px; 
	border-color: #c4c4c4;
	-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -ms-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}

.errorContainer  h3 {
    font-size: 18px;
    line-height: 27px;
}
.errorContainer h5 {
    font-size: 12px;
}
.errorContainer h4,
.errorContainer h5,
.errorContainer  h6 {
    line-height: 18px;
}

.errorContainer h1,.errorContainer h2,.errorContainer h3,.errorContainer h4,.errorContainer h5,.errorContainer h6 {
  margin: 0;
  font-family: "Open Sans", serif;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizelegibility;
  margin-bottom:10px;
}
.errorContainer {
    line-height: 20px;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, body, p {
    font-weight: lighter !important;
}