.containerResult{
	width: 80%;
	padding: 10px;
	margin-bottom: 15px;
}
.resultLable{
	width:200px;
}
.floatLeft{
	float:left;
}
.floatRight{
	float: right;
}
.textAlignCenter{
	text-align: center;
}
.resultRow{
	padding-top: 5px;
}
.paddingTop25{
	padding-top: 25px;
}
.tableHeader{
	background-color: rgba(68, 141, 174, 1); 
	color: #ffffff;
}
.headerRow{
	padding-top: 5px;
	padding-bottom: 5px;
}
.tableVkiVerify{
	width:50%;
}
.smalltext{
	font-size: small;
}
.msgInfoSmall{
	color:#0000ff;
}
.selectInTable{
	width: 200px;
}
.selectInTableMuni{
	width: 250px;
}
.clear{
	clear: both;
}
.searchLabel{
	padding-right: 10px;
	width: 480px;
	text-align: right;
}
.searchInfoMsg{
	margin-left: 485px;
}
.contactLabel{
	padding-right: 10px;
	width: 150px;
	text-align: right;
}
.oosCheckBox{
	margin: auto; 
	width: 150px;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    margin-left: 5px;
}
.tooltip.header{
	border-bottom: 1px dashed white;
	font-size: small;
	white-space: normal;
	
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #F8F8F8;
    color: #000000;
    text-align: center;
    border-radius: 6px;
    border: 1px solid black;
    padding: 5px 0;
    box-shadow: 10px 10px 5px grey;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    
    opacity: 0;
    transition: opacity 1s;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.popDialog{
	/*margin:12px 12px 20px 0;*/
	text-align: justify;
    text-justify: inter-word;
	
}
.date-picker :last-child {
    margin-left: 10px;
}
.ui-datepicker {
  z-index: 9999 !important;
}
.marginGeoLocLabel{
	margin: 6px 5px;
}
.marginOOSHeader {
    margin-top: -10px;
}
.no-underline {
    text-decoration: none;
}
.boldGreen{
	font-weight: bold;
	color: #219B54;
}
.boldBlue{
	font-weight: bold;
	color: #3773F4;
}
.boldRed{
	font-weight: bold;
	color: red;
}
.section{
	width: 80%;
	padding: 10px;
	border: 1px solid #BFBFBF;
	background-color: #F8F8F8;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 2px 0px;
	/*box-shadow: rgba(50, 50, 93, 0.25) 0px 20px 50px -20px, rgba(0, 0, 0, 0.3) 0px 30px 30px -30px;*/
	border-radius: 5px;
}
/* Captcha styles */
#captchaMobileRow {
    display: none;
}
#captchaSection {
    margin-top: 15px;
}
#recaptchaContainer {
    border-radius: 10px;
}
#jCaptchaImageDiv {
    float: left;
    padding-right: 5px;
    text-align: right;
}
#jCaptchaImage {
    border-radius: 10px;
    margin-right: 25px;
}
#jCaptchaInputDiv {
	margin-top: 8px;
}
/* Captcha styles. END */
#tblVkiResults{
	width:100%;
	padding-top: 10px;
	float:left;
}
#tblVkiVerify{
	width: 100%;
}
#tblVkiResults td.details-control {
    background: url('../images/green_add.png') no-repeat center center;
    cursor: pointer;
}
#tblVkiResults tr.shown td.details-control {
    background: url('../images/red_close.png') no-repeat center center;
}
#tblVkiResults th{
	border-left: 1px white solid;
	padding: 0 5px 0 5px;
}
#tblVkiVerify th, #tblVkiConfirm th{
	border-left: 1px white solid;
}
	

