﻿body {
    margin-top:0px;
    margin-left:0px;
    /*background-image: url("/Content/Images/Error/Error-404.jpg");*/
    background:  url("/Content/Images/Error/Error-404.jpg") 0/cover no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
#errorBoxes
{
    background: -webkit-linear-gradient(left, #50bebe, #009999,#0099cb,#0099b0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right,  #50bebe, #009999,#0099cb,#0099b0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,  #50bebe, #009999,#0099cb,#0099b0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right,  #50bebe, #009999,#0099cb,#0099b0); /* Standard syntax (must be last)*/
    height:150px;
    border:0px;
    float:right;
}

#errorBoxesContent
{ 
    height:150px;
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;
    padding-bottom:20px;
    border: 0px solid;
    color:white;
}


#logo {
    position: absolute;
    padding-top:100px;
    padding-left:100px;
    width: 451px;
    height: 140px;
    background: url("/Content/images/siemens-logo.png") no-repeat;
    background-size: 451px 140px;
    background-repeat: no-repeat;
}
#logoBox
{
    margin-top:100px;
    margin-left:100px;
    background-color:white;
}
#errorBox
{
    margin-top:100px;
    margin-left:100px;
    background-color:white;
}
#errorBoxes a
{
    font-size:x-small;
    color:white;
    text-decoration: none;
}


#WindDialogue
{
    background-color:white;
    width:100%; 
    padding-top:15px;
    padding-right:5px; 
    height:48px; 
    text-align:right;
    font-weight:bold;
    margin-top:16px;
    color:black;
    margin-bottom:100px;
}



#ErrorHeader
{
    background-color:#3c464b;
    height:100px;
    width:220px;
    bottom:190px; 
    right:240px;
    position:absolute;
    padding-left:0px;
    padding-top:10px;
    color:white;
    font-weight:bold;
    text-align:center;
}


.text-nowrap {
    white-space: nowrap;
}


