﻿/* 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
-------------------------------------------------- */
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 */
}


/* 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
-------------------------------------------------- */
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 */
}


/* START: Nuvias Styles
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600&display=swap');

body, html, td, th, input, select, textarea {
    font-family: 'Raleway', Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #4A4A4A;
    font-size: 1em;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}



h1 {
    font-weight: 300;
    margin-bottom: 20px;
    width: 100%;
}



header {
    background: white;
    border-bottom: 1px solid #dee2e6 !important;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

    header:before,
    footer:before {
        background: grey url(../images/rainbow-bar.jpg) no-repeat center center;
        -webkit-background-size: cover;
        background-size: cover;
        content: " ";
        display: block;
        height: 15px;
        width: 100%;
    }

.navbar,
main,
.footer .container-fluid {
    padding: 1rem 0;
    /*max-width: 90rem;*/
    /*margin: 0 auto;*/
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 22px 0;
}

    .navbar-brand.ml-5 {
        padding: 0;
    }

    .navbar-brand img {
        height: 40px;
        width: auto;
    }

.container-fluid {
    padding: 0;
    width: calc(100% - 40px);
}

body > .container-fluid {
    padding: 20px 10px 0;
}

main {
    min-height: calc(100vh - 270px);
    padding: 10px 0;
}

.btn[style] {
    background-color: #47baad !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    padding: 0.5em 1.5em;
}

    .btn[style]:hover {
        background-color: #38968b !important;
    }

.footer {
    background-color: #262626;
    position: static;
}

    .footer .container-fluid {
        color: white;
        padding: 3rem 0;
    }

/* Login page */

body.login > .container-fluid {
    background: #2a6c89 url(../images/launch-background.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

body.login h1 {
    color: white;
    text-align: center;
}

body.login main .col-md-1 {
    display: none;
}

body.login main .col-md-3,
body.login main .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}

body.login .resetPasswordConfirmation,
body.login .passwordConfirmation,
body.login form {
    color: white;
    margin: 0 auto;
    max-width: 28rem;
    text-align: center;
}

body.login hr {
    border-top: 1px solid white;
}

body.login form label {
    text-align: left;
}

/* Landing page */

#logout,
#logout .text-dark {
    color: #47baad !important;
    font-weight: 600;
}

    #logout:hover,
    #logout .text-dark:hover {
        color: #38968b !important;
    }

main .row {
    margin-bottom: 20px;
    align-items: stretch;
}

.h5, h5 {
    color: #2a6c89;
    font-size: 1.1rem;
}

.card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.3);
    box-shadow: 0 2px 10px #e2e8ed;
    border-radius: 4px;
    color: #555;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 28px;
    webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

    .card:hover {
        border: 1px solid #2a6c89;
        box-shadow: none;
    }

/* END: Nuvias Styles
-------------------------------------------------- */





/* START: Custom Styles
-------------------------------------------------- */

/* Switch Toggle */

div.custom-control-right {
    padding-right: 24px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}

    div.custom-control-right .custom-control-label::after {
        right: -1.5rem;
        left: auto;
    }

    div.custom-control-right .custom-control-label::before {
        right: -2.35rem;
        left: auto;
    }

#htmltable thead tr th {
    font-size: .9em;
}

#htmltable tbody tr td {
    font-size: .9em;
}


