﻿body{
    overflow: hidden;
}

footer{
    height: 60px;
    background-color: rgba(88,101,117,0.9);
}

footer a, 
footer a:hover
{
    color: #fff !important;
}

#footer 
{
    clear: both;
    color: #fff;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    padding: 15px;
    max-width: 1024px;
    margin: auto;
}

.foot_copyright
{
    padding: 20px 0;
}

.foot_copyright span
{
    float:right;
}
.errorpage .errorimage{
    background-image: url('./images/ErrorPage.png');
    width: 430px;
    height: 270px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

.errorpage .firstrow{
    margin-top: 50px;
}

.errorpage .row{
    text-align: center;
}

.errorpage #errordetails{
    margin-top: 10px;
    text-align: left;
    background-color: #f5f5f5;
    border: solid 1px #ccc;
}

.errorpage #errorcontent{
    padding: 8px;
    max-height: 200px;
    overflow: auto;
}
