﻿body {
    padding-top: 50px;
}

.numeric{
    text-align:right;
    white-space: nowrap;
}

.fullscreenimage{
    background: url('../../images/background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*override default width*/
@media (min-width: 1200px) {
    .container {
        width: 1470px;
    }
}

@media all and (max-width: 800px) {
   .fullscreenimage{
       /*no bg image in logon screen*/
       background-image:none;
    }
}