﻿/*
 *
 *	Styles exclusive to the Voter Search Project
 *
*/

/* update search criteria info to fit in a smaller screen*/
@media (max-width: 767px) {
	.col-xs-max {
		width:100% !important;
		padding:0 !important;
	}
	.first {
		margin-bottom: 0px !important;
	}
	.ui-iggrid .ui-iggrid-paging .ui-iggrid-paging-item span {
		padding: 0 !important;
	}
	.ibox-content-xs {
		padding:10px !important;
	}
}

/* set border around voter status list */
.form-control-panel{
	border:1px solid #e5e6e7; 
}

/* show border for the non-active tab only in desktop view */
@media (min-width: 768px) {
	.tabs-container .nav-tabs > li > a, .tabs-container .nav-tabs > li > a:hover {
		border: 1px solid #e7eaec !important;
		border-bottom-color: transparent !important;
	}
}

/* show the header text as it is entered */
.grid-headertext-normal > span.ui-iggrid-headertext {
  text-transform: none !important;
}

/* responsive grid template settings */
.ui-iggrid-responsive {
	padding-left: 16px;
}

.ui-iggrid-responsive > span:nth-of-type(odd) {
    font-weight: bold;
}

.ui-iggrid-responsive > span:nth-of-type(even) {
    font-weight: normal;
}

.info-empty:empty { 
	display: none;
}

/* make grid links act like url links */
a.kinda-link:hover { 
    cursor: pointer; 
}

/*google captcha settings*/
.grecaptcha-badge{
    z-index: 10000;
}