﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
@media screen and (max-width: 767px) {
    html {
        font-size: 8px;
    }

    #loginbar {
        background-color: white;
        margin-right: 20px;
        width: 280px;
        min-height: 100%
    }

}
@media screen and (min-width: 768px) and (max-width: 991px) {
    html {
        font-size: 10px;
    }
    #loginbar {
        background-color: white;
        margin-right: 20px;
        width: 280px;
        min-height: 100%
    }

}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    html {
        font-size: 11px;
    }
    #loginbar {
        background-color: white;
        margin-right: 20px;
        width: 380px;
        min-height: 100%
    }

}
@media screen and (min-width: 1200px) {
    html {
        font-size: 13px;
    }
    #loginbar {
        background-color: white;
        margin-right: 20px;
        width: 380px;
        min-height: 100%
    }

}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    min-width: 320px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

body > .container {
    padding-bottom: 60px;
}


html, body {
    height: 100%;
}

.truncate {
    text-overflow: ellipsis;
    /* Needed to make it work */
    overflow: hidden;
    white-space: nowrap;
}

#height100 {
    height: 100%;
    background-color:yellow;

}

#loginbackgroundimage {
    background: url(/img/backgroundimage.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}





