﻿/* 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 */
/*}*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

:root {
    font-size: 16px;
    --primary-color: #e65526;
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
}

.spinner-border, .spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

.toast-success {
    color: var(--active-color) !important;
    background-color: var(--active-bg-color) !important;
}

.toast-error {
    color: var(--expired-color) !important;
    background-color: var(--expired-bg-color) !important;
}

* {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

body {
/*    height: 100vh;*/
    background: #fff;
}

/*.tabs-page {
    position: relative;
}

    .tabs-page > .nav-tabs {
        position: relative;
        min-height: 50px;
        margin: 0;
        padding-left: 15px;
        text-align: left;
        cursor: auto;
        border: none;
        z-index: 1;
    }

        .tabs-page > .nav-tabs li[role=presentation] {
            display: inline-block;
            height: 50px;
            border: none;
        }

            .tabs-page > .nav-tabs li[role=presentation]:not(:last-child) {
                padding-right: 22px;
            }

            .tabs-page > .nav-tabs li[role=presentation] a[role=tab] {
                height: 50px;
                margin: 0;
                padding: 0px;
                font-size: 0.875rem;
                font-weight: 700;
                text-transform: none;
                text-align: center;
                letter-spacing: 0.25px;
                color: #BDC4D0;
                background: none;
                border: none;
                line-height: 50px;
                transition: color 0.3s ease, box-shadow 0.2s ease;
            }

                .tabs-page > .nav-tabs li[role=presentation] a[role=tab]:hover {
                    color: #0075AD;
                }

            .tabs-page > .nav-tabs li[role=presentation].active a {
                color: #0075AD;
                box-shadow: inset 0 -2px 0 #0075AD;
                background: none;
            }

                .tabs-page > .nav-tabs li[role=presentation].active a:hover, .tabs-page > .nav-tabs li[role=presentation].active a:focus {
                    background: none;
                    border: none;
                }

    .tabs-page > .tab-content {
        position: relative;
        min-height: 500px;
        margin: 0;
        padding: 0;
        background: white;
        border-top: 1px solid #edeef4;
        border-bottom: 1px solid #edeef4;
    }

.tabs-secondary {
    position: relative;
    text-align: center;
}

    .tabs-secondary > .nav-tabs {
        display: inline-block;
        margin: 0 auto 15px;
        border-bottom: 1px solid #edeef4;
    }

        .tabs-secondary > .nav-tabs li[role=presentation]:not(:last-child) {
            margin-right: 20px;
        }

        .tabs-secondary > .nav-tabs li[role=presentation] a[role=tab] {
            padding: 12px 0;
            font-size: 0.6875rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.02rem;
            color: #BDC4D0;
            border: none !important;
            background: none !important;
        }

            .tabs-secondary > .nav-tabs li[role=presentation] a[role=tab]:hover {
                color: #0075AD;
            }

        .tabs-secondary > .nav-tabs li.active a[role=tab] {
            color: #0075AD;
            background: none;
            box-shadow: inset 0 -2px 0 0 #0075AD;
        }*/

.top-bar{
    color: gray;
    font-size: 0.85rem;
}

/*FORMS*/
.form-control {
    font-size: 0.85rem;
}

.form-floating {
    color: dimgray;
    font-size: 0.85rem;
}

form label {
    font-size: 0.85rem;
    color: darkslategray
}

@media (max-width: 768px) {
    #cf_datatable_paginator {
        display: none !important;
    }
}