th {
    background-color: #0275d8;
    text-align: center;
    color: white;
    font-size: 0.8em;
}

td {
    border-color: #0275d8;
	font-size: 0.9em;    
}

table {
    border-color: #0275d8;
}

label {
    color: royalblue;
}

.sleek
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	color: #0000ee;
}

.sleek_label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #0089FF;
}

.sleekest_label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #0099FF;
}

.sleek_red_text, .red_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	color: #ff0000;
}

.value_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
}

.label_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #0099FF;
}

.head_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
    color: #00AAFF;
}

.head_text_white
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
    color: #FFFFFF;
}

.bg-gis, .bg-gis-dark 
{
    background-color: #663399;
}

/*.bg-gis-medium, .dropdown-menu
{
    background-color: lightgray;
}
*/
.bg-gis-light
{
    background-color: #F7D7FF;
}

.center_heading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}

.outstand_loan{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
}

.text_on_center1, .text-gis {
	font-size: 1em;
	font-weight: normal;
	text-align:justify;
	color: black;
}	

h2, h3, h4 {
    color: #0275d8;
    text-decoration: underline;
    text-decoration-color: black;
    text-align: center;
    font-weight: bold;
    padding-top: 0.2em;
    padding-bottom: 0.4em;
}

h3 {
    text-transform: uppercase;
}

h5 {
    color: red;
    text-align: center;
    font-size: 0.9em;
}

.para_heading{
	font-size: 1.1em;
    color: darkblue;
    text-decoration: underline;
}

fieldset {
    color: black;
    font-family: sans-serif;
    border-color: royalblue;
    font-size: medium;
    text-align: left;
}

legend {
    font-style: italic;
    font-weight: bold;
    font-size: 1em;
    color: black;
}

body {
    /*background: linear-gradient(orangered, white, lightgreen) repeat-x;*/
    /* background-color: gainsboro;*/
    background-color: whitesmoke;
}

.form {
    border-color: royalblue;
    border-style: solid;
    border-width: 1px;
    padding: 0.8em;
}

.fas:hover, .fab:hover {
    color: yellowgreen;
}

/* Classes for image slider */
.w3-container, .w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-content{max-width:980px;margin:auto}
.w3-section{margin-top:16px!important;margin-bottom:16px!important}
.w3-center{display:inline-block;width:auto}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.card_g
{
    box-shadow:0 4px 8px 0 rgb(0, 0, 0, 0.2); 
    transition:0.3; 
    border-radius:25px;
    overflow: hidden;
    }

#marqueecontainer{
    overflow: hidden;
}

.breadcrumb {
    background-color:#e9eefc;
}

.myGallery {
    border-radius: 20px;  
}

.blink{
    animation:blink 1s linear infinite;
}

/**
.button:focus,
.button:hover {
    filter: brightness(120%);
}
*/
input[type=text]:required, 
input[type=password]:required, 
input[type=number]:required, 
select:required option{
    border-bottom-width: 1px;
    border-bottom-color: orangered;
}

@keyframes blink{
    0%{ opacity: 0; }
    50%{ opacity: .5; }
    100%{ opacity: 1; }
}

.faq_q {
	color: #0275d8;
    cursor: help;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 1em;
}

.faq_q:after {
    content: '\02795';
    font-size: 15px;
    color: navy;
    float: right;
}

.faq_q.active:after {
	content: '\02796';
    color: navy;
}

.faq_q:hover{
    background-color: #ccc;
}

.faq_a {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: white;
    font-style: italic;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.text_on_center_q{
	cursor: help;
    font-size: 1em;
	color: royalblue;
    padding-bottom: 0.5em;
}

.text_on_center_a{
	font-size: 1em;
	color: mediumblue;
    padding-bottom: 0.6em;
}

.fa.fa-sign-in {
  font-weight: bold !important;
  margin-top: 2px !important;
  font-size: 20px !important;
}

.dsbh{
  font-weight: bold !important;
  margin-top: 2px !important;
  font-size: 20px !important;
}