﻿/* 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 */

primary-color {
    color: #222E3C !important;
}

secondary-color {
    color: #C92726 !important;
}

a {
    color: #C92726 !important;
    text-decoration: none;
    background-color: transparent;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
}

    a:hover {
        color: #a01313 !important;
        text-decoration: none;
        background-color: transparent;
    }

.mb-10,
.mb-10 {
    margin-bottom: 6rem !important;
}

.nav-link {
    color: #222E3C !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
}

.nav-link:hover {
    color: #C92726 !important;
}


.form-control:focus {
    border-color: #222E3C !important;
    box-shadow: 0 0 0 0.2rem rgba(34, 46, 60, 0.2) !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #222E3C !important;
    border-color: #222E3C !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important; 
}

.btn-outline-primary {
    color: #fff !important;
    background-color: #222E3C !important;
    border-color: #222E3C !important;
    opacity: 1 !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
}

    .btn-outline-primary:hover {
        color: #fff !important;
        background-color: #222E3C !important;
        border-color: #222E3C !important;
        opacity: 0.8 !important;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(34, 46, 60, 0.2) !important;
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(34, 46, 60, 0.2) !important;
    }


.btn-link {
    font-weight: 400;
    color: #222E3C !important;
    text-decoration: none;
}

    .btn-link:hover {
        color: #C92726 !important;
        text-decoration: none !important;
    }

.btn-outline-danger {
    color: #C92726 !important;
    border-color: #C92726 !important;
    opacity: 1 !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
}

    .btn-outline-danger:hover {
        color: #fff !important;
        background-color: #C92726 !important;
        border-color: #C92726 !important;
        opacity: 0.8 !important;
    }



.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* 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%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


.FlexContainer {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 70vh;
}

.SignInContainer {
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .SignInContainer {
        max-width: 440px;
    }
}

@media (min-width: 768px) {
    .SignInContainer {
        max-width: 440px;
    }
}

@media (min-width: 992px) {
    .SignInContainer {
        max-width: 440px;
    }
}

@media (min-width: 1200px) {
    .SignInContainer {
        max-width: 440px;
    }
}


/* Alert styles
-------------------------------------------------- */


.alert-primary {
    color: #222E3C !important;
    background-color: #222E3C33 !important;
    border-color: #222E3C4D !important;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #C92726 !important;
    background-color: #C9272633 !important;
    border-color: #C927264D !important;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-success {
    color: #7CAF5D !important;
    background-color: #94C47A33 !important;
    border-color: #94C47A4D !important;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #222E3C !important;
    background-color: #222E3C33 !important;
    border-color: #222E3C4D !important;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #C92726 !important;
    background-color: #C9272633 !important;
    border-color: #C927264D !important;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #C92726 !important;
    background-color: #C9272633 !important;
    border-color: #C927264D !important;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #222E3C !important;
    background-color: #222E3C33 !important;
    border-color: #222E3C4D !important;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #222E3C !important;
    background-color: #222E3C33 !important;
    border-color: #222E3C4D !important;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }