#header .btn-primary 
{
background-color:#005ea9;
}
#header .btn-primary:hover
{
border-color:white;
}

#header
{
background-color:black;
color:white;
text-align:center;
font-weight: bold;
font-size: 15px;
}

#header a
{
color:white;
}


.search_term_div
{
	padding-top:6px;

}
#search_cancel
{
padding: 0px;
margin-top: -5px;
text-align: center;
vertical-align: middle;
display: inline-block;
color: red;
font-size: 18px;
font-weight: bold;
border: 1px white solid;
border-radius: 5px;
}

.btn-responsive{
	width:175px;
}

.return-search{
	position: relative; 
    top:20px;
}

.copyright{
	position: relative; 
    top:16px;
}

.logoutname{
	position: relative; 
    top:9px;
}

#logoutlink{
	position: relative; 
    top:-2px;
}

.addvcp{
	position: relative; 
    top:9px;
}

.lowpdf{
	position: relative; 
    top:9px;
}

.validtill{
	position: relative; 
    top:-9px;
}

a.qrlink:link { color: #656565; text-decoration: none; }
a.qrlink:visited { color: #656565; text-decoration: none; }
a.qrlink:active { color: #656565; text-decoration: none; }
a.qrlink:hover { color: #656565; text-decoration: none; }

a.qrlink2:link { color: #005ea9; font-weight: bold; text-decoration: none; }
a.qrlink2:visited { color: #005ea9; font-weight: bold; font-weight: bold;text-decoration: none; }
a.qrlink2:active { color: #005ea9; font-weight: bold; text-decoration: none; }
a.qrlink2:hover { color: #005ea9; font-weight: bold; text-decoration: none; }

a.statx:link { color: #FF0000; text-decoration: none; }
a.statx:visited { color: #FF0000; text-decoration: none; }
a.statx:active { color: #FF0000; text-decoration: none; }
a.statx:hover { color: #FF0000; text-decoration: none; }

.page-headband
{
	font-size: 18px;
	background-color:rgb(101, 101, 101);
	padding-top: 13px;
	color:white;
	height: 60px;
	font-weight:bold;
}

footer{
	background-color:rgb(101, 101, 101);
	color:white;
}

.modal-header{background:#333;}
.modal-wide {border-radius:10px;left:-200px;white-space: nowrap;text-overflow: ellipsis;min-width:900px;margin-left:auto;margin-right:auto;}
.modal-scrollable{ white-space: nowrap;text-overflow: ellipsis;height:500px;overflow:hidden;overflow-y:scroll;}
.modal-white-header{color:white;margin-left:20px;}
.modal-wide label {max-width:150px;}

.modal-red-header h4{color:red;margin-left:20px;}

.x_container{opacity:.7;width:21px;position:absolute;top:0px;right:0px;background:white;}
.close{color:black;background:white;opacity:.8;}


			.columns-3
			{ 
			-webkit-column-count: 3;
			-moz-column-count: 3;
            column-count: 3;
			}
			
			.columns-3
			{
			list-style:none;
			}

.form-calendar {
  background-image:url(/assets/images/calendar.png); 
  background-size:25px 25px;
  background-repeat:no-repeat;
  text-align:right;
}


/* radio buttons */
.options_table td
{
	padding-top:3px;
	padding-bottom:3px;
	height: 40px;
	 
}

.label_column{text-align:right;font-weight: 700; width:32%;white-space: nowrap;}
.radios { }
.radios 
.ui-button-text-only .ui-button-text
{
	font-size: 14px;
	padding:2px;
}
.ui-state-active .ui-button-text
{						
	background-color: #005ea9;					
	color:white;									
}
 .ui-state-active
{
	 
	border: 1px solid blue;
}
.ui-buttonset .ui-button 
{
	margin-left: 0;
	margin-right: -4px;
}

.btn-xs {
	font-family:Arial, "FontAwesome"!important;
}

.btn {
	font-family:Arial, "FontAwesome"!important;
}

.btn-sm {
	font-family:Arial, "FontAwesome"!important;
}

#header_link{
	font-family:Arial, "FontAwesome"!important;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}



.row { 
  padding: 0px!important;
  width: 101%!important;
}

