﻿/* 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;
  min-width: 110px;
}
.btn-secondary, .btn-warning, .btn-success, .btn-danger, .btn-info, .btn-light, .btn-dark,
.btn-outline-primary, .btn-outline-secondary, .btn-outline-success, .btn-outline-danger, 
.btn-outline-warning, .btn-outline-info, .btn-outline-light, .btn-outline-dark{
    min-width: 110px;
}


.btn-default {
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    min-width: 110px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

header ul{
    margin-bottom: 0;
}

/* 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 */
}

h1, h2, h3, h4, h5, hr {
    width: 100%;
}






/* Added from Angular */


.tab-panel {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
}

.nav-tabs > li.open, .member-tabset > .nav-tabs > li:hover {
    border-bottom: 4px solid #17a2b8;
}

    .member-tabset > .nav-tabs > li.open > a, .member-tabset > .nav-tabs > li:hover > a {
        border: 0;
        background: none !important;
        color: #333333;
    }

        .member-tabset > .nav-tabs > li.open > a > i, .member-tabset > .nav-tabs > li:hover > a > i {
            color: #a6a6a6;
        }

    .member-tabset > .nav-tabs > li.open .dropdown-menu, .member-tabset > .nav-tabs > li:hover .dropdown-menu {
        margin-top: 0px;
    }

.member-tabset > .nav-tabs > li.active {
    border-bottom: 4px solid #313065;
    position: relative;
}

    .member-tabset > .nav-tabs > li.active > a {
        border: 0 !important;
        color: #333333;
    }

        .member-tabset > .nav-tabs > li.active > a > i {
            color: #404040;
        }

.member-tabset > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.add-pointer {
    cursor: pointer;
}

@media (min-width:1600px) {
    .container {
        max-width: 1540px
    }
}

i {
    padding-right: 5px;
}


.bg-primary {
    background-color: #313065;
}

.checkbox-label-required{
    color: red;
    font-weight: bold;
}