﻿/* 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: #ce1212;
}

.btn-primary {
  color: #fff;
  background-color: #ce1212;
  border-color: #810000;
}

.navbar-nav .btn-outline-primary {
   background-color: white;
   border: 0px solid red;
}

.navbar-nav .nav-link, .navbar-nav .btn {
  padding: .15rem .75rem .1rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ce1212;
  border-color: #810000;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 13px;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.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%;
}

html, body {
  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 */
}



/* --- Custom Side bar --- */

/* body {
  font-size: .875rem;
} */

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .85rem;
  text-transform: uppercase;
}

/*
 * Content
 */

/* Space for fixed navbar */
/* [role="main"] {
  padding-top: 8px; 
  
} */

/*
 * Navbar
 */

/* .navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
} */


/* custom table header */


.table-custom1,
.table-custom1 > th,
.table-custom1 > td {
  background-color: #ececf6;
}

.table-custom1 th,
.table-custom1 td,
.table-custom1 thead th,
.table-custom1 tbody + tbody {
  background-color: #ececf6;
  border-color: #ececf6;
}

/* custom navbar link */
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #007bff; 
}

/* @media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  }
} */

.container, .container-fluid {
  height: 90%;
}

@media (min-width: 1500px)
{
  .container {
    max-width: 1300px;
  }

  .container-sm {
    max-width: 1024px;
  }
}

@media (min-width: 1600px)
{
  .container {
    max-width: 1500px;
  }

  .container-sm {
    max-width: 1024px;
  }
}

body {
  font-family: 'Roboto', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

main {
  height: 100%;
}

.height-100 {
  height: 100%;
}

.height-80 {
  height: 80%;
}

.header-logo-sm {
  margin-top: -1em;
  margin-bottom: -1em;
  margin-right: .5em;
}

.btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #ce1212;
  border-color: #810000;
}

.btn-primary:hover {
  color: #fff;
  background-color: #810000;
  border-color: #810000;
}

.btn-outline-primary {
  color: #ce1212;
  border-color: #810000;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #810000;
  border-color: #810000;
}

.btn {
  padding: .15rem .75rem .1rem;
}

.btn-group-lg>.btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.border-primary {
  border-color: #ce1212!important;
}

.text-primary {
  color: #ce1212!important;
}

.text-bold {
  font-weight: 500;
}

.btn-sm {
  padding: 0.1rem .2em;
  font-size: .75rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.bg-headertitle {
  color: white;
  background-color: #ce1212!important;
}

.bg-headerinfo {
  background-color: #fcecdd!important;
}



.mt--1, .my--1 {
  margin-top: -.25rem!important;
}

.mt--2, .my--2 {
  margin-top: -.5rem!important;
}

.mt--3, .my--3 {
  margin-top: -1rem!important;
}

.mt--4, .my--4 {
  margin-top: -2rem!important;
}
.mt--5, .my--5 {
  margin-top: -3rem!important;
}

.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}