﻿/* 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;
  color:white;
  /*margin-bottom:20px;*/
  font-size:16px;
  font-weight:600;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-link:hover {
    color:white;
}
.btn-help {
    color: #1861ac;
    background-color: #E3F4FA;
    border: 1px solid #1861ac;
    border-radius: 2px;
    margin: 3px;
    padding: 0px 4px 0px 4px;
}
    .btn-help:hover {
        color: #fff;
        background-color: #1861ac;
    }

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #E3F4FA60;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    font-size: 1rem;
    color: #1861ac;
    display:inline-block;
    position: absolute;
    padding: 5px;
    left: 100%;
    box-shadow: 1px 1px 3px #004085;
    opacity: 0;
    border: 1px solid #1861ac;
    z-index: 99999;
    visibility: hidden;
    width:150px;
    text-align:start;
    top:25px;
}

[data-title] {
    position: relative;
}

    /*.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;
    }

.navbar-toggler {
    background-color: #1470AA ;
}

.navbar {
    height: 90px; 
}
.nav-menu {
    font-size: 16px;
    font-weight: 600;
    color: white;
    display: block;
    margin-right: 10px;
    margin-bottom: 20px;
}
a.navbar-brand:hover, .nav-menu:hover, .btn-Logout:hover {
    text-decoration: none;
    color: #b3d7ff !important;
}
.flex-grow {
    color: #1470AA;
}
    .flex-grow:hover {
        color: #0b5f8c;
    }

/*
footer-text {
    color:white;
}*/
.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 */
    background-color: #1470AA30;
    color: white;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1600px;
    }
}

@media (min-width: 2100px) {
    .container {
        max-width: 1900px;
    }
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

h1, .h1 {
    font-size: 2.0rem;
    color: #1470AA ;
}

h2, .h2 {
    font-size: 1.75rem;
    color: #6A98C6;
}

h3, .h3 {
    font-size: 1.5rem;
    color: #97B4D6;
}

h4, .h4 {
    font-size: 1.3rem;
    color: #00AEEF;
}

h5, .h5 {
    font-size: 1.15rem;
    color: #E3F4FA;
}

h6, .h6 {
    font-size: 1rem;
    color: #1470AA;
}
thead, .thead {
    background-color: #E3F4FA;
    color: #1470AA; 
}
.table thead th {
    border-color: #00AEEF;
    border-bottom-width:1.5PX;
}

dt {
    font-weight: 600;
    color: #00AEEF;
}


.alert-primary {
    color: #fff;
    background-color: #6A98C6;
    border-color: #1470AA;
}

.alert-close {
    color: #040301;
    background-color:transparent;
    border:0;
    font-size:1.3rem;
    font-weight:700;
    text-shadow: 0 1px 0 #fff;
}
    .alert-close:hover {
        color:#fff;
        text-decoration:none;
    }
    .btn-primary {
        background-color: #1470AA;
    }
.btn-outline-primary {
    border-color: #1470AA ;
    color: #1470AA ;
}
.btn-primary:hover, .btn-outline-primary:hover {
    background-color: #0b5f8c; /*#075f8f;*/
}

.alert-secondary {
    color: #000;
    background-color: #a5c2de;
    border-color: #6fa4d8;
}


.btn-secondary {
    background-color: #6A98C6;
}

.btn-outline-secondary {
    border-color: #6A98C6;
    color: #6A98C6;
}

.btn-secondary:hover, .btn-outline-secondary:hover {
    background-color: #1470AA50;
}

.alert-info {
    color: #1470AA;
    background-color: #e3f4fa;
    border-color: #bee5eb;
}
.btn-info {
    background-color: #97B4D6;
}
.btn-outline-info {
    border-color: #97B4D6;
    color: #6A98C6;
}
.btn-info:hover, .btn-outline-info:hover {
    background-color: #1470AA ;
}

.alert-danger {
    border-color: #f9bbc1;
}
.alert-warning {
    border-color: #fddf85;
}
.btn-danger {
    background-color: #c32d3b96;
}
.btn-outline-danger {
    border-color: #c32d3b96;
    color: #c32d3b96;
}
.btn-danger:hover, .btn-outline-danger:hover {
    background-color: #c52e3cdb;
}

.fa-15x {
    font-size: 1.35em;
}
.alert-success {
    color: #fff;
    background-color: #00AEEF;
    border-color: #1b85ad;
}


dd {
    font-weight: 500;
}
.site-logo {
    padding:  25px 40px 10px 5px;  
}
.page-item.active .page-link{
    background-color: #1470AA ; 
}

    .page-item.active .page-link:hover {
        background-color: #0b5f8c;
    }

.page-link {
    border-color: #00AEEF;
}
    .page-link:hover {
        background-color: #1470AA30;
        border-color: #00AEEF;
    }
Label {
    font-weight: 500;
    color: #00AEEF;
}
.modal-header {
    background-color: #E3F4FA;
}
.close {
    color: #00AEEF;
}

.fa, .fab, .fad, .fal, .far, .fas {
    line-height:1.5;
}
.jumbotron {
    background-color: #d5f3fd95;
    padding: 1.35rem 1.35rem;
    margin-bottom: 1rem;
    border-radius:1rem;
}
input[type=radio] {
    padding: 15px;
    margin: 5px;
    font-size: 16px; 
}

.radContainer , .checkContainer { 
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
    .radContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
.radCheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #E3F4FA;
    border-radius: 50%;
    border: solid #E3F4FA;
}

/* On mouse-over, add a grey background color */
.radContainer:hover input ~ .radCheckmark {
    background-color: #00AEEF;
    border: solid #E3F4FA;
}
/* When the radio button is checked, add a blue background */
.radContainer input:checked ~ .radCheckmark {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radContainer input:checked ~ .radCheckmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radContainer .radCheckmark:after {
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #1470AA;
}


/* Hide the browser's default checkbox */
.checkContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.Checkcheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #E3F4FA;
    border: solid #E3F4FA;
}

/* On mouse-over, add a grey background color */
.checkContainer:hover input ~ .Checkcheckmark {
    background-color: #00AEEF;
    border: solid #E3F4FA;
}

/* When the checkbox is checked, add a blue background */
.checkContainer input:checked ~ .Checkcheckmark {
    background-color: white;
}
/* Create the checkmark/indicator (hidden when not checked) */
.Checkcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkContainer input:checked ~ .Checkcheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkContainer .Checkcheckmark:after {
    left: 5px;
    top: -2px;
    width: 9px;
    height: 25px;
    border: solid #1470AA;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(10deg);
    transform: rotate(45deg);
}
.nav-tabs {
    border-bottom: none;
}
.nav-item {
    color: white;
    font-weight: 500;
    font-size: 16px;
}
    .nav-item > .nav-link {
        border-color: #1470AA;
        background-color:#1470AA30;
    }

    .nav-item > .rounded-corners {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .nav-item > .nav-link:hover {
        border-color: #6A98C6;
        background-color: #307dcaad; /*#6A98C6;*/
        color: white !important;
    }
    .nav-item > .nav-link.active {
        background-color: #6A98C6;
        color: white;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
.menu-color {
    color: white;
}

.btn-Logout {
    color: #fff;
    font-weight: 500;
    padding: 0px;
    background-color: #1470AA;
    border: none;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:16px;
}
.row {
    margin-bottom: 5px;
}
hr {
    margin-top:1px;
    margin-bottom:5px;
}
.tab-content {
    border: 1px solid #6a98c660;
    background-color: #E3F4FA80;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1.25rem;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 350px;
}
.table th {
    border-top: 1px solid #1470AA;
    border-bottom: 1px solid #1470AA;
}

.table td {
    border: none;
    border-bottom: 1px solid #E3F4FA;
}
table tr th {
        background: #E3F4FA;
        color: #1470AA;
        text-align: left;
    }

    /* top-left border-radius */
table th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-left: 1px solid #1470AA;
}

    /* top-right border-radius */
table th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-right: 1px solid #1470AA;
}
.btn {
    border-radius:8px;
}