﻿/* 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 */
/*}*/


.flatpickr-input[readonly], .flatpickr-input ~ .form-control[readonly], .flatpickr-human-friendly[readonly] {
    background-color: inherit;
    opacity: 1 !important;
}

html label {
    color: #5E5873;
    font-size: 1rem;
}

.ajaxModal {
    display: none;
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
}

.centerImg {
    position: fixed;
    display: none;
    z-index: 9999999;
    top: 25%;
    left: 45%;
    padding: 10px;
    width: 260px;
    height: 200px;
    background-color: White;
    border-radius: 10px;
    text-align: center !important;
}

.centerImg img {
    margin: 3% auto;
    height: 120px;
    width: 120px;
}

/*Loader*/

.loading {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.vhmain {
    display: table;
    text-align: center;
    height: 100vh;
    width: 100%;
}

.vhin {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    width: 100%;
}

.ldbox {
    background: #000;
    padding: 15px;
    min-width: 150px;
    display: inline-block;
    border-radius: 10px;
}

    .ldbox span {
        display: block;
        margin-top: 15px;
        color: #fff;
        font-weight: bold;
        font-size: 15px;
        font-family: Arial;
    }

#divLoading {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(102, 102, 102,1);
    z-index: 30001;
    opacity: 0.9;
}

    #divLoading > p {
        position: absolute;
        color: White;
        top: 40%;
        left: 40%;
        text-align: center;
    }
