﻿/* 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. */

.k-widget {
  font-size: 0.875rem !important;
}
.dropdown-submenu {
  position: relative;
}

  .dropdown-submenu > a:after {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #333;
    float: right;
    margin-top: 7px;
    padding-right: 10px;
  }

  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }

.dropdown-item {
  margin-right: 10px;
  color: #333;
}
.dropdown-item-text{
  font-weight: bold;
}

.dropdown-menu {
  min-width: 15rem;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.table th, .table td {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .mdi {
    font-size: 16px;
  }
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
.form-control {
  height: 36px;
}
.btn-success {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.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 */
}

/****  Banner styles  ****/
.banner {
  height: 79px;
  border-bottom: 1px solid #dddddd;
  -webkit-box-shadow: 0 8px 6px -6px #ddd;
  -moz-box-shadow: 0 8px 6px -6px #ddd;
  box-shadow: 0 8px 6px -6px #ddd;
  margin-bottom: 5px;
}
.banner-left {
  line-height: 79px;
  background-color: White;
  font-weight: bold;
}
@media (min-width: 576px) {
  .banner-centre {
    text-align: right;
  }
}
.banner-centre {
  padding-top: 3px;
  text-align: center;
  padding-right: 10px;
  background-color: White;
}
.banner-right {
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  background-color: #FF0040;
  color: white;
}

/*  DASHBOARD */
.db-numeric-section {
  background-color: seagreen !important;
  color: white;
}