﻿/* 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. */

/*#headerLogo {
    background-image: url('../images/Altera-Logomark-REV-117x45-@2x.png');
    width: 250px;
    height: 22px;
    margin: 0 2px 0 2px;
}*/

html {
    font-family: 'Poppins', sans-serif;
}

a#headerLogo {
    display: block;
    width: 180px;
    height: 65px;
    background-image: url('../images/Altera_Logo.png');
    font-size: 10px;
    font-weight: normal;
    color: white;
    text-decoration: none;
    text-indent: 220px;
    white-space: nowrap;
    vertical-align: text-top;
}

.headerSiteName {
    color: #322959;
    font-weight: bold;
    padding-left: 10px;
}

/* Provide sufficient contrast against white background */
a {
    color: #675CA8;
}

h2 {
    color: #393392;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
}

.btn-primary {
    color: #151744;
    background-color: #F56E7B;
    border-color: #F56E7B;
    font-weight: 600;
}

    .btn-primary:hover {
        color: #151744;
        background-color: #F56E7B;
        border-color: #F56E7B;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255,181,84,0.5) !important;
        box-shadow: 0 0 0 0.2rem rgba(255,181,84,0.5) !important;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.table .thead-dark th {
    color: #fff;
    background-color: #393392;
    border-color: #675ca8;
}

hr {
    background-image: -webkit-gradient(linear, left top, right top, from(#E8594C), to(#655996));
    background-image: -o-linear-gradient(left, #E8594C 0%, #655996 100%);
    background-image: linear-gradient(-270deg, #E8594C 0%, #655996 100%);
    border-top: 0;
    height: 2px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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%;
}

.containedform {
    margin-bottom:40px;
}

.mainheader {
    background-color: #393392;
}
    .header a {
        color: #446e91;
    }
        .header a:hover {
            color: #f2704c;
        }

.subheader {
    background-color: #e6e6e6;
}

.allscriptsgreen {
    color: #73C92D;
}

.bold {
    font-weight: bold;
}

body {
    font-family: 'Poppins', sans-serif;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    background-color: #322959;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

    .footer a {
        color: #446e91;
    }

        .footer a:hover {
            color: #f2704c;
        }

.badge-small {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 55%;
    font-weight: lighter;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge-small {
        transition: none;
    }
}
/* Table styles-------------------------------------------------- */
.table-fixed {        
    width: 100%;
    table-layout: fixed;
    overflow-wrap: break-word;
}
