/**
* Classes for widget-based citizenlink information. This is for common
* citizenlink features
*
* @author KMN
* @since 10/27/2016
*/

.group-invisible
{
	display:none;
}

.group-visible
{
	display:block;
}

#site-time-label, #site-time-counter, #total-time-counter
{
	float: left;
	margin-right: 10px;
	width: 180px;
}

#breadcrumbs-outer
{
	position: relative;
	width: 100%;
	height: 35px;
	background: #FFEDB6;
	color: black !important;
	margin-top: 5px;

}

#breadcrumbs-home,#breadcrumbs-history
{
	float: left;
	width: 35px;
	height: 30px;
	border: 0px;
	color: black !important;

}

#breadcrumbs-history
{
	padding-top: 10px !important;
}

#breadcrumbs
{
	top: 5px;
	left: 0px;
	float: left;
	width:765px;
	height: 30px;
	background: #FFEDB6;
	font-family: "Open Sans",tahoma;
	padding-top: 5px;
	font-size: 13px;
	color: black !important;
	overflow-x: hide;
	
}

#breadcrumbs-lock
{
	float:right;
	width: 112px;
	height: 35px;
}

#persistent-breadcrumbs
{
	left: 0px;
	position: relative;
	width:150px;
	height: 25px;
	background: #FFEDB6;
	font-family: "Open Sans",tahoma;
	font-size: 13px;
	color: black !important;
	overflow-x: hide;
}

#persistent-breadcrumbs-holder
{
	display: none;
}

.login-button
{
	margin-top:3px;
	float:right;
}
.login-button-join
{
	border-radius: 5px 0px 0px 5px !important;
	margin-right:0px !important;
}
.login-dropdown
{
	margin-top:3px;
	margin-left:0px !important;
	float:right;
	border-radius: 0px 5px 5px 0px !important;

}

.login-dropdown-items
{
	display: none;
}

.login-dropdown-item
{
	width: 150px;
	height:20px;
	text-align: right;
	font-size: 14px;
	margin-top: 4px;
	opacity: 0.6;
}
.login-dropdown-item:hover
{
	cursor:pointer;
	opacity: 1;
}


.breadcrumb-target, .breadcrumb-logoff
{
	float:left;
	height:20px;
	margin-left: 8px;
	margin-top: 3px;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
.breadcrumb-logoff
{
	float: right;
	margin-right: 8px;
}



#data-display-block
{
	margin: 10px;
	border: 1px dashed silver;
	border-radius: 10px;
	min-height: 600px;
	background: white;
}

#center-block-title, #center-block-header, #center-block-body
{
	margin: 5px;
}

#dialog-credential-error
{
	display: none;
	position: relative;
	min-height: 30px;
	padding: 10px 0px 10px 0px;
	left:0px;
}

#dialog-credential-error-icon
{
	float:left; 
	margin:0px 5px 5px 5px;
}

#dialog-credential-error-text
{
	float:left; 
	margin:0px 5px 5px 5px;
	min-height: 30px;
	width: 500px;
}


#dialog-credential-response
{
	//margin: 5px;
	//padding: 5px;
}

#dialog-credential-text
{
	position:relative;
	width: 100%;
	padding:5px 0px;
	font-family: "Open Sans", sans-serif;
}
#dialog-credential-fillin
{
	position: relative;
}


#dialog-part1-fillins
{
	width: 100%;
	margin-top:10px;
}

#dialog-part1-text
{
	margin: 5px;
}


#dialog-part1-fillins table
{
	margin-left: auto;
	margin-right: auto;
}

#dialog-part1-fillins td
{
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#dialog-container #note-text
{
	width: 400px;
	height:150px;
	padding: 2px;
}


.datatable-link
{
	text-decoration: underline;
	color:blue;
	
}
.datatable-link:hover
{
	cursor:pointer;
}

.datatable
{
	margin:10px auto 10px auto;
}

.center-block-body-description
{
	font-size: 14px !important;
	font-weight: bold;
	margin: 5px 5px;
}

.center-block-body-group
{
	font-size: 12px !important;
}

.component-tabs{}

.component-tabs-body{}

.component-tabs-header-a
{
	font-size: 12px !important;
}

.component-tabs-body td.ilabel
{
	font-weight: bold;
	font-size: 12px !important;
	vertical-align: top;
}

.component-tabs-body td.idata
{
	font-size: 12px !important;
}

.component-tabs-body td.ixdata
{
	border: 1px dotted black;
	border-radius: 5px;
	width: 98%;
	padding: 5px;
}

.inline-button
{
	width: 900px;
	margin-left: 0px;
}

.text-and-button-group .inline-button
{
	width: 100% !important;
}

div.text-and-button-pair
{
	margin-top: 20px;
	position: relative;
	height: 50px;
}
div.text-and-button-pair-left
{
	height: 40px;
	float: left;
	width: 48%;
	text-align: right;
}

div.text-and-button-pair-right
{
	height: 40px;
	float: right;
	width: 48%;
}

.text-and-button-pair .inline-button
{
	width: 80% !important;

}

.text-and-button-pair-left .inline-button
{
	margin-right:10px !important;

}

.text-and-button-pair-right .inline-button
{
	margin-left:10px !important;

}


.inline-button-text
{
	float: left;
	text-align: left;
	padding-top: 3px;
}

.inline-button-icon
{
	float: left;
	text-align: center;
	width: 50px;
}


/*
* Dynamically added when an error occurs
*/
.center-block-error-formatting
{
	color: red;
	font-weight:bold;
	border:1px solid red;
	border-radius: 5px;
	padding: 3px;
	margin-bottom: 3px;
}	

/*
* Dynamically added
*/
.center-block-static
{
	position: relative;
	width:100%;
	margin-bottom: 20px;
}

.center-block-response
{
	position: relative;
	margin-top: 20px;
	border: 1px dashed silver;
}

/*
-> display
--> description <--
--> cash-warning <--
--> balance <--
<-
*/
.center-block-display
{
	position: relative;
	padding: 3px;
	//min-height: 20px;
	//border: 2px solid blue;
}

.center-block-description
{
	position: relative;
	background: transparent;
	padding: 3px;
}

/*
* Dynamically added
*/
.center-block-description table
{
	border-collapse: collapse;
}





.center-block-description th
{
	vertical-align: top;
	font-size: 13px !important;
	border: 1px solid silver;
	margin: 3px;
	padding: 3px;
}

.center-block-description td
{
	vertical-align: top;
	font-size: 13px !important;
	border: 1px solid silver;
	margin: 3px;
	padding: 3px;
}


.center-block-request
{
	position: relative;
	width: 100%;
}

.center-block-response
{
	position: relative;
	width: 100%;
}

.center-block-cash-inner
{
	position: relative;
	left: 0px;
	border-radius: 5px;
	padding: 3px;
	margin-bottom: 3px;
	margin-top: 10px;
	font-weight: bold;
}

.center-block-cash-warning
{
	position: relative;
	margin-top: 10px;
	left: 0px;
}

/*
* Dynamically added
*/
.center-block-balance
{
	padding: 3px;
	margin-top: 10px;
}

.bind-text, .bind-datepicker, .ui-adg-textarea-field
{
	border-radius: 5px;
	border: 1px solid silver;
	height: 24px;
	width: 200px;
	padding: 1px 1px 1px 5px;
	margin: 3px 3px 0px 0px !important;
	font-family: "Open Sans",tahoma;

}


.bind-text-300
{
	width: 300px;
}

.ui-adg-textarea-field
{
	height: 48px;
	width: 400px;
}

.bind-textarea-300
{

	height: 48px;
	width: 300px !important;
}
	

.payment-line
{
	position:relative;
	height: 30px;
	font-size: 13px;
}

.payment-line-text
{
	float: left;
	height: 28px;
}

.payment-line-button
{
	float: left;
	height: 28px;
	padding-left: 5px;
}

.select2-search-result
{
	margin: 0px 5px;
}

.component-address
{
	font-size: 11px;
}
	
.section-text
{
	position: relative;
	min-height: 20px !important;
	font-size: 1.1em;
	padding: 5px;
	padding: 10px 0px;
}
	
.custom-field-group
{
	border: 1px solid silver;
	border-radius: 10px;
	padding: 10px;
	margin: 20px 0px;
	
}

.custom-field-wrapper
{
	margin-bottom: 10px;
	position: relative;
	width:100%;
	min-height:30px; 
}

.custom-field-group .label
{
	text-align: right;
	font-weight: bold;
}

.custom-field-group .div_sectiontext
{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
	//font-size: 1.1em;
	//width: 50%;
	
}

.jquery-element-div
{
	
}
.jquery-label-div
{
	font-weight: bold;
	float:left;
	height: 24px;
	width: 250px;
	padding-top: 7px;
	font-size: 12px;
	text-align: right;
	padding-right: 3px
}

.jquery-data-div
{
	font-weight: bold;
	float:left;
	min-height: 24px;
	margin-right: 10px;
	position:relative;
}

.jquery-data-readonly
{
	background: #5f7287 !important;
	color: white !important;
}

.text-and-button
{
	position: relative;
	height: 35px;
	width: 100%;
}

.text-and-button-text
{
	float: left;
	height: 28px;
	white-space: nowrap; 
}

.text-and-button-button
{
	float: left;
	height: 28px;
}

.textarea-and-button
{
	position: relative;
	min-height: 110px;
	width: 100%;
}

.textarea-and-button-text, .textarea-and-button-button
{
	min-height: 110px !important;
}


.text-and-button-textarea
{
	min-height: 50px !important;
}

h3
{
	font-size: 1.5em !important;
}

.adg-jqu-sectiontext
{
	padding: 10px !important;
	margin: 10px 0px !important;
	background: #E1F7F7 !important;
	font-weight: normal !important;
	border: 1px solid silver;
	border-radius: 5px;
}

.inputCheck
{
	min-height: 28px;
	width:400px;
}


.notes-item-outer
{
	position: relative;
	min-height: 20px;
	padding-bottom: 20px;
	width: 100%;
}

.notes-item-outer-text
{
	min-height: 20px;
}

.notes-item-outer-image
{
	min-height: 75px;
}

.notes-item-text
{
	float:left;
}

.notes-item-inner-crop
{
	width: 90%;
}

.notes-item-thumb
{
	float: right;
	cursor: pointer;
	top: 0px;
	min-height:75px;
	margin:3px 10px 0px 3px;
	

}


.notes-item-outer-image
{
}

.notes-item-image, .notes-item-missing
{
	position:relative;
	display: none;
	max-width:100%;
	text-align: center;
	margin:10px auto 10px auto;
	cursor:pointer;

}

.notes-item-missing
{
	display:none;
	min-height: 60px;

}
.notes-item-missing-text
{
	float:right;
	font-family: verdana;
	font-size: 9px;
	text-align: center;
	width: 70px;
}
	

.notes-tab-wrapper
{
	position: relative;
}

.notes-button-wrapper
{
	position:relative;
	margin: 20px 0px 20px 0px !important;

}

.notes-insertion-wrapper
{
	position: relative;
	display:none;
	min-height: 200px;
}


.notes-text-wrapper
{
	position: relative;
}



.componentNote-image
{
	max-width: 100%;

}	


.accordion-controller
{
	min-height:300px;
}

.accordian-data-inner
{
}

.accordian-data-outer
{
}

@media print
{
	.text-and-button-button{
		display: none;
	}
	.text-and-button-text input
	{
		background: white !important;
		color: black !important;
	}
	
}

.inline-button-go-icon
{
	float:right;
	margin-left:5px;
}

.targeted-error {
	position: relative;
	padding-left: 50px;
}

.fileupload-buttonbar
{
	min-height: 300px;
}

#files
{
	min-height: 200px;
	//background: #D3FFFE;
	width: 100%;
}

#files table
{
	margin: 0px 0px;
	border: 0px solid silver;
	border-collapse: collapse;
	width: 100%;
}

#files td
{
	//border: 1px solid silver;
	padding: 5px;
}

#files .target-thumb
{
	text-align: center;
}

#files .target-thumb-pdf
{
	color: red;
}

#files img
{
	width: 50%;
	height: 50%;
}

.remove-uploaded-document-cell
{
	text-align: right;
}

/**
* Hides the account management options that show other logins associated 
* with the account
*/
.access-subaccount-list, .access-subaccount-receiver
{
	display: none;
}


#welcome-data-form table
{
	width: 90%;
}

#welcome-data-form th
{
	font-size: 13px;
	font-family: verdana;
	font-weight: bold
	color: black;
	background:transparent;
	border-bottom: 2px solid silver;
}

#welcome-data-form td
{
	font-size: 11px;
	font-family: verdana;
}

#welcome-data-form td.welcome-label
{
	text-align:right;
	font-weight: bold;
}

#welcome-data-form div.welcome-notice
{
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
}
