﻿notify-item /* 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;
    border-radius: 3px;
}

.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 */
}
/*-------------------------*/
.btnstyle {
    background-color: #64c5b1;
    border: 1px solid #64c5b1;
}
.w-15 {
    width: 25% !important;
}

.w-auto {
    width: auto;
}
.h-26 {
    height: 26px;
}
.bg-gray{
    background-color: gainsboro;
    color:black;
    font-weight:400;
}

.alignCenter{
    justify-content:center;
    text-align:center;
}
.inline{
    display:inline;
}
.divshadow {
    box-shadow: 10px 10px 5px lightblue;
}

/*--------------------------------------------------------------*/
/*for Toggle for test Mode Page*/
/*.holder {
    position: relative;
    height: 50px;
    width: 100px;
    border-radius: 50px;
    background: #bdc3c7;
    transition: 0.15s background ease-out;*/
    /*margin: auto;*/
/*}

.toggle {
    position: absolute;
    //top: -10px;
    width: 50px;
    height: 50px;
    border-radius: 60px;
    background: #ecf0f1;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.25);
}

.off {
    background-color: #bdc3c7;
}

.on {
    background: #27ae60;
}

    .on .toggle {
        animation: toggleOn 0.15s ease-out;
        left: +50px;
        background: #27ae60;
    }

.off .toggle {
    animation: toggleOff 0.15s ease-out;
    left: -10px;
    background-color: #bdc3c7
}*/

div.dataTables_wrapper {
    width: 800px;
    margin: 0 auto;
}
.txt-change{
    color: white !important;
}

/*.txt-change :hover{
    color:black !important;
}*/
.color-balck {
    color: black !important;
}
.loading-content {
    /*width: 100px;
    height: 505.300px;*/
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(15, 29, 21, 0.2);
    z-index: 9633333;
    display: none;
    justify-content: center;
    align-items: center;
    color: white;
}
.loadD {
    margin-top: 25%;
    margin-left: 50%;
    margin-right: 50%;
}



