﻿/* 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: #003780;
}

.btn-primary {
  color: #fff;
  background-color: #003780;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #003780;
  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 */
}

/* Global classes*/
.hidden {
    display: none;
}

.tbl_td_sort{
    cursor:grab;
}
/*Loader classes start*/
.showLoader {
    text-align: center;
    margin-top: 45px;
    position: fixed;
    z-index: 9999;
    left: 50%;
    margin-left: -75px;
    top:140px;
}
    .showLoader span {
        height: 150px !important;
        width: 150px;
        font-weight: 700 !important;
        display: inline-block;
        border-top: 10px solid #c52e1b;
        border-right: 10px solid #c52e1b;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #01377e;
    }
    .showLoader h4 {
        letter-spacing: 2px;
        margin-top: 25px;
        font-weight: 600;
        color: #01377e;
    }


.overlaydiv {
    height: 100vh;
    width: 100%;
}

    .overlaydiv::after {
        content: "";
        display: block;
        width: 100%;
        height: 110vh;
        background: rgba(0,0,0,0.2);
        /*position: absolute;*/
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1200;
    }
/*Loader classes End*/

/*Screen title style*/
.title h1 {
    color: #00387f;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

    .title h1 span {
        color: #C72C1C;
    }