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



.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 13px;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.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 {
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform: uppercase;*/
    font-size: 13px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 30px; /* Vertically center the text there */
  font-size:12px;
}


thead {
    background: #111;
    color: white;
    /*text-transform: uppercase;*/
    font-size: 12px;
}

.table table-bordered {
    font-size: 12px;
    /*text-transform: uppercase;*/
}

.form-control {
    background: lightyellow;
    padding: 0px !important;
    padding-top: 10px;
    position: relative;
    z-index: auto;
    font-size: 12px;
    /*text-transform: uppercase;*/
}
nav, footer {
    background: linear-gradient(to bottom, #f58220 -18%, #b02a30 127%);
}

.dropdown-menu {
    margin-top: 10px;
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(to bottom, #b02a30 -15%, #f58220 30%);
    color: white !important;
    /*text-transform: uppercase;*/
    font-size: 12px;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link, footer, footer a, footer div {
    color: white !important;
    /*text-transform: uppercase;*/
    font-size: 13px;
    font-weight: bold;
}

.dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 0.3em;
    height: 0.3em;
    vertical-align: middle;
    border-top: 0.25em solid;
    border-right: 0.25em solid transparent;
    border-bottom: 0;
    border-left: 0.25em solid transparent;
    transition: transform 0.3s ease-in-out;
    color: white;
}

.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
    color: white;
}
.dropdown-toggle li:hover a:after {
    transform: rotateZ(225deg);
    top: 27px;
}
.login-container {
    max-width: 400px;
    margin-top: 14%;
    margin-left: 34%;
    padding: 20px;
    font-size:12px;
    background-color: #ffa351;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.boxcsscls {
    background: #ffa351;
    padding: 14px 20px 1px 20px;
    border-radius: 15px;
    font-size: 11px;
    
}

#progressImageContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 0, 0, 4.8); /* Set a black semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5; /* Adjust the opacity as needed */
    pointer-events: none;
    z-index: 9999; /* Adjust the z-index as needed */
}

#progressImage {
    width: 100px; /* Adjust the width as needed */
    height: 100px; /* Adjust the height as needed */
}
.redtext {
    color: red !important;
    text-transform: uppercase;
}
.blacktext {
    color: black !important;
    text-transform: uppercase;
}
.backgroundbanner {
    background: #ffa351;
    padding: 14px 20px 10px 20px;
    border-radius: 15px;
    font-size: 11px;
}
.bg-background {
    background: #ffa351;
    padding: 14px 20px 1px 20px;
    border-radius: 15px;
    font-size: 11px;
    width: 100%;
}
.table-headertext {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
}
.h4styletext {
    color: red;
    text-transform: uppercase;
    font-weight: bold;
}
.con-text {
    margin-top: -16px;
    margin-bottom: 20px;
    width: 100%;
}
.h2styletext {
    font-weight: bold;
    text-transform: uppercase;
    color: red;
}
.selreqimg {
    height: 45px; 
    width: 45px;
}
.textbox-display {
    display: none;
}
.p-text {
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}
.div-style {
    margin-top: 10px;
}
.btn-accept {
    background-color: darkGreen;
    width: 100px;
}

.cap-style {
    background-color: transparent; 
    width: 100px;
}
.lbl1-style {
    background-color: yellow;
    font-weight: bold;
    text-transform: uppercase;
}
.lbl2-style {
    color: blue;
    font-weight: bold;
}
.lbl3-style {
    color: black;
    background-color: yellow;
}

.captchasectrans {
    background-color: transparent;
    width: 100%
}

.btndarkGreen {
    font-family: arial;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    border-color: #97291e;
    background-color: darkGreen;
    width: 100px;
}
.btnreject {
    font-family: arial;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    border-color: #97291e;
    background-color: darkred;
    width: 100px;
}

.logoimg {
    width: 179px;
    height: 32px
}

.wd100 {
    width: 100%;
}

.dispno {
    display: none
}

.horintabdispmargin {
    display: block;
    margin: 0px;
}

.thanktext {
    color: green;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.forquerytext {
    color: blue;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.fntsize11 {
    font-size: 11px;
}

.fgbg {
    background: #ffa351;
    padding: 14px 20px 1px 20px;
    border-radius: 15px;
    font-size: 11px;
}

.vertcalalignmiddle{
    vertical-align: middle;
}

.pad15 {
    padding: 15px;
}

.mg15 {
    margin: -15px;
}

.w100mt20 {
    width: 100%;
    margin-top: 20px;
}

.h10 {
    height: 10px;
}