@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    }
body {
	background: #fff;
    color: #333;
    font: 14px/1.6 Arial, Helvetica, sans-serif;
	}
h1 {
	margin: 0;
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.2;
	font-size: 60px;
}
h2 {
	margin: 0 0 14px;
    font-family: Helvetica, sans-serif;
    font-weight: 100;
    line-height: 1.4;
	font-size: 40px;
}
p {
    padding: 0;
    margin: 0 0 14px;
    }
a {
    color: #006890;
    text-decoration: none;
    outline: none;
    font-weight: bold;
    }
    a:hover {
    	color: #fff;
        text-decoration: none;
        }
ol {
    padding:0;
    margin:0 0 12px 0;
    list-style:decimal inside;
    }
    ol li {
        padding:4px 0;
        margin:0;
        }
table td {
	font-size : 12px;
	}
@media (min-width: 1025px) {
	.container {
	    padding-left: 40px;
	    padding-right: 40px;
	}
}
.type-error {
    margin: 0 0 40px;
    color: #00175A;
}
/* header */
.err-header {
    padding: 14px 0;
    border-bottom: 1px solid #ccc;
}
    .err-header .logo {
        padding: 0;
        width: 78px;
        height: 78px;
        background: url(../images/logo.svg) no-repeat 0 0;
    }
        .err-header .logo span {
            display: none;
        }
/* content */
.err-content .container {
	min-height: 400px;
    padding-top: 80px;
	padding-bottom: 60px;
	background: #fff;
	text-align: center;
}
.bttn-block {
    display: inline-block;
    min-width: 320px;
    margin-top: 24px;
	margin-bottom: 30px;
}
.btn {
    padding: 11px 24px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 4px;
    font-weight: 400;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-primary {
    color: #FFF;
    background-color: #006FCF;
    border-color: #006FCF;
}
    .btn-primary:hover {
        background-color: #0061B6;
        border-color: #0061B6;
    }
.btn-default {
    color: #006FCF;
    background-color: #FFF;
    border-color: #006FCF;
	}
	.btn-default:hover {
	    background-color: #0061B6;
	    border-color: #0061B6;
    	color: #fff;
		}
/* footer */
.err-footer {
    border-top: 1px solid #ccc;
	}
	.err-footer .container {
		padding-top: 40px;
		padding-bottom: 40px;
		color: #333;
        text-align: center;
        font-size: 12px;
		}
