﻿
@font-face {
    font-family: 'WorkSans-Light';
    src: url('../Content/fonts/WorkSans-Light.ttf');
}
@font-face {
    font-family: 'WorkSans-Regular';
    src: url('../Content/fonts/WorkSans-Regular.ttf');
}

body{
    font-family: 'WorkSans-Regular';
}

h1,h2,h3,h4 {
    font-family: 'WorkSans-Light';
}


.form-control{
    border-radius:0 !important;
    font-family:Consolas;
}

.headerimage {
    width:50%;
}

.btn-primary{
    background-color:rgb(0,79,159);
    border-color:rgb(0,79,159);
}

a{
    color:rgb(0,79,159);
}

.alert-info {
    color:rgb(0,79,159);
    background-color:rgb(230,238,246);
    border-color:rgb(199, 222, 245) !important;
}

.sfblue{
    color:rgb(0,79,159) !important;
}

#loader{
    display:none;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.80);
    color:white;
    z-index:999;
}
#loader > div{
    position:absolute;
    display:block;
    left:0;
    right:0;
    top:50%;
    padding:0;
    margin-top:-64px;
    height:128px;
    background-color:#36373c;
    line-height:128px;
    font-size:64px;
    text-align:center;
    
}
#loader > div > img{
    display:inline-block;
}

body{
    background-color:#919baa;
    background-image:url('../Content/images/bg.jpg');
    background-size:cover;
}

#sfbody{
    position:absolute;
    width:1024px;
    left:50%;
    margin-left:-512px;
    background-color:white;
    top:0;
    bottom:0;
    overflow-y:auto;
    color:#36373c;
    padding:0;

    /*background-image:url('../Content/images/footer.png');*/

    background:white; /* For browsers that do not support gradients */
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0.6));
    background-repeat:no-repeat;
    background-position-y:bottom;
    background-position-x:right;
    background-size:contain;
}

.menubutton{
    display:inline-block;
    margin:0;
    padding-left:6px;
    padding-right:6px;
    background-color:transparent;
    text-decoration:none;
}
.menubutton:hover{
    background-color:rgb(0,79,159);
    text-decoration:none;
    color:white;
}

.whitesheet{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding:8px;
    margin-bottom:8px;
    background-color:white;
}


@media (max-width: 1024px) {
    
#sfbody{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:auto;
    margin:0;
    overflow-y:auto;
    color:#36373c;
    padding:0;
}
}


@media (max-width: 1800px) {
    
.headerimage {
    width:25%;
}
}