﻿/* 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;
}

@media print {
    #printPageButton {
        display: none;
    }
    @page {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}



.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.btn-default {
    background-image: linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    border-bottom: 1px solid #e6e6e6;
}
.dashboard-font {
font-size:20px;color:darkblue;
font-weight:bolder;

}

.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;
  }
}

.button-round {
border-radius:10px;
}

.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 */
}
.MyCardBranding {
    font-size: 14px;
    font-weight:bold;
}
.MyCardBranding-Number {
    font-size: 28px;
    font-weight: bolder;
    color:#1861ac;
    font-family: 'Monotype Corsiva';
}
.MyBGBranding-Gray {
    background-image: linear-gradient(#ede8e8, #e1dfdf);
}
.MyBGBranding-Red {
    background-image: linear-gradient(#d5500d, #e94814);
}
/* The sidebar menu */
.sidenav {
    margin-top: 120px;
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 120px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, .05), #f5f5f5);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
}

    /* The navigation menu links */
    .sidenav a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 15px;
        color: #1861ac;
        display: block;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #f1f1f1;
        }

/* Style page content */
.main {
    margin-left: 160px; /* Same as the width of the sidebar */
    padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

.Heading-Style {
    color: whitesmoke;
    font-weight: bold;
    font-family: 'Times New Roman';
    font-size: 16px;
}

.Heading-Style-Number {
    color:whitesmoke; 
    font-weight:bold;
    font-family:'Monotype Corsiva';
    font-size:36px;
}
/*Tables Data*/

.reportdata {
color:black;
font-family:Arial;
font-size:18px;
border-bottom:1px solid black;

}

.reportlable {
    color: black;
    font-weight:bold;
    font-family: Arial;
    font-size: 18px;
}



.reportheading {
    color: black;
    font-weight: bold;
    font-family: Arial;
    font-size: 28px;
    text-align: center;
    vertical-align: central;
  
}

.reportheading2 {
    color: black;
    font-weight: bold;
    font-family: Arial;
    font-size: 20px;
    text-align: center;
    vertical-align: central;
}

.reportline {

    background-color:#857a7a;


}
.mainheader {
    background-color: #091062;
    color: white;
    font-size:12px;
    font-weight: bold;
    text-align: center
}

.topheader {
    background-image: linear-gradient(#f8f8f8, #eeff0c);
    color: black;
    font-weight: bold;
    text-align: center;
}

.icon {
    display: inline-block;
    /* icon primary color */
    color: #111111;
    height: 1em;
    width: 1em;
}

.subheader {
    background-color: rgba(0, 0, 0, 0.125);
    color: black;
    font-weight: bold;
    text-align: center
}

.subheader-white {
    color: black;
    font-weight: bold;
    text-align: center
}

.childheader {
    background-color: rgba(0, 0, 0, 0.125);
    font-size:12px;
    color: black;
    font-weight: bold;
    text-align: center
}

.tdclass {
    font-size: 16px;
    color: black;
    font-weight: bold;
    text-align: center
}

.tdclass-bordered {
    border: 1px solid #000000
}

.photo-frame {
    background-color: #FEFEFE;
    max-width: 100%;
    height: 100px;
    padding: 5px;
    align-items:center;
    box-shadow: 0px 0px 1px 0px #AAA;
    -moz-box-shadow: 0px 0px 5px 0px #AAA;
    -webkit-box-shadow: 0px 0px 5px 0px #AAA;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.photo-frame-large {
    background-color: #FEFEFE;
    max-width: 100%;
    height: 800px;
    padding: 5px;
    align-items: center;
    box-shadow: 0px 0px 1px 0px #AAA;
    -moz-box-shadow: 0px 0px 5px 0px #AAA;
    -webkit-box-shadow: 0px 0px 5px 0px #AAA;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink {
    animation: blink 3s infinite;
}

.loading-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    border-top: 4px solid #3498db;
    animation: spin 1s linear infinite;
    display: none; /* Initially hidden */
}

#loading-container {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.loading-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    border-top: 4px solid #3498db;
    animation: spin 1s linear infinite;
}

.loading-message {
    margin-top: 10px;
    color: #3498db;
    font-weight: bold;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
