/**
* Common citizenlink styles
*
* @package CITIZENLINK
* @subpackage COMMON
* @platform DESKTOP
* @author KMN
* @since 08/21/2017
*
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Merriweather+Sans&display=swap');



html,body {
    text-rendering: optimizeLegibility;
}

/*
* Hide the dialog box close button
*/
.no-close .ui-dialog-titlebar-close 
{
  display: none;
}



/***************************************************************************
* These are the common styles associated with the new flex-grid configuration
* that allow the front panels to stay synchronized if they go over the default
* height. While transitioning to this feature across all sites, the "Use Flex
* Design" checkbox must be set in the Web Site "Basic Configurations" page. Once
* every site is converted, that parameter will be removed
*****************************************************************************/
#top-horizontal
{
	top:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	min-height:0px;
}

.frontpage-group
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	width:100%;
	gap: 5px;
	padding: 5px 2px;
	min-height: 400px;
}

.frontpage-group>div
{
	flex-basis: auto;
	padding: 5px;
	border-radius: 10px;
	padding: 5px;
	
	font-family: "Open Sans",Arial,tahoma;
	font-size: 13px;

}

.frontpage-left-vertical,.frontpage-right-vertical
{
	width: 18%;
	background: white;
	border: 1px solid silver;
}

.frontpage-center-block
{
	width:57%;
	background: transparent;
	background: #f2f2fa;
	border: 1px solid white;
}

.frontpage-center-block h3
{
	font-family: "Merriweather Sans",Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 5px 0px 0px 0px;
}

.frontpage-center-block h4
{
	font-family: "Merriweather Sans",Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 5px 0px 0px 0px;
}


.frontpage-bottom-horizontal
{
	padding:10px;
	left: 0px;
	width:935px;
	position:relative;
	text-align:left;
	min-height: 100px;
	
	border:1px solid silver;
	border-radius:10px;

}

/**********************************************************************/

/*
.custom-data-desktop-link{}
*/
.custom-data-mobile-link
{
	display: none;
}

.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;
	margin-top: 5px;

}

#breadcrumbs-home,#breadcrumbs-history-filler
{
	float: left;
	width: 35px;
	height: 30px;
	border: 0px;
	color: black !important;

}

#breadcrumbs-history-filler
{
    width: 1px;
   
}

#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: hidden;
	white-space: nowrap;
	
}

/*
* Surround the icons
*/
#breadcrumbs-lock
{
	float:right;
	width: 110px;
	height: 24px;
}
.breadcrumbs-lock-extended
{
   	width: 122px !important;
}

#persistent-breadcrumbs-holder
{
	display: none;
    width: 255px;
    max-width: 255px;
}

.history-target 
{
    position: relative;
    width: 250px !important;
    overflow: hidden;
    height: 16px !important;
    text-decoration: underline;
}

.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;
	float:right;

}

.login-dropdown-items
{
	display: none;
}

.login-dropdown-item
{
	width: 150px;
	height:20px;
	text-align: left;
	font-size: 14px;
	margin-top: 4px;
    text-decoration: underline;
}
.login-dropdown-item:hover
{
	cursor:pointer;
	opacity: 0.9;
}

.password-suppressed,.sms-suppressed
{
	display: none;
}


.jqx-cvar-sms
{
	text-align: center !important;
	font-size: 1.2em !important;
}


.breadcrumb-target
{
	float:left;
	height:20px;
	margin-left: 8px;
	margin-top: 3px;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.breadcrumb-icon
{
    float: right;
    border-radius:5px;
    text-align: center;
    width: 28px;
    height: 26px;
    margin:3px 3px 0px 0px;
}

.breadcrumb-icon:hover{
   	cursor: pointer;
    opacity: 0.6;
}

.breadcrumb-topbar-cart
{
	width: 34px;
}

#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
{
}
*/

#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;
}

/***********************************************************************
* Datatables
***********************************************************************/
/*
.datatable-link{}
*/
.datatable-link:hover
{
	cursor:pointer;
}

.button-is-href
{
	background: transparent;
	border:0px;
	
}

.button-is-href input
{
	background:transparent;
	border:0px 0px 0px 0px !important;
	text-decoration-line: underline;
	cursor: pointer;
}

.datatable
{
	margin:10px auto 10px auto;
}

/*
* Do not set the background color as that messes up with the extra applied classes
*/
.datatable td
{
	color:black;
	vertical-align: top;
	font-size: 12px;
}

.datatable td.dt-cell-logical
{
	width: 28px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.datatable td.dt-cell-money
{
	width: 60px !important;
}

.datatable td.dt-cell-short-text
{
	width: 40px !important;
}

.datatable td.dt-cell-tiny-text
{
	width: 20px !important;
	padding:5px 3px !important;
	margin:0px 3px !important;
	text-align: center;
}


.datatable td.dt-cell-fillin
{
	width: 60px !important;
}

.datatable td.dt-cell-vertical-center
{
	padding-top: 10px !important;
}

.datatable td.dt-cell-datetime
{
	width: 80px !important;
    white-space: nowrap !important;
}
.datatable td.dt-cell-nowrap
{
    white-space: nowrap !important;
}

.datatable-static,.datatable-holder
{
    margin: 10px 0px 10px 0px;
}

/***********************************************************************/

.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
{
	
}

*/

.component-tabs-body td.ilabel
{
	font-weight: bold;
	font-size: 12px !important;
	vertical-align: top;
}

.component-tabs-body td.idata,.component-tabs-body td.indata
{
	font-size: 12px !important;
	
}

.component-tabs-body td.ixdata
{
	border: 1px dotted black;
	border-radius: 5px;
	width: 98%;
	padding: 5px;
}

/*
* Outside the text and button group, the button is always below
* the fillin fields
*/

div.inline-button
{
	width: 900px;
	margin-left: 0px;
}

/*
* In a text and button group, the button is always to the right side of
* the fillin fields
*/
.text-and-button-group div.inline-button
{
	width: 260px !important;
}

/*
* In a dialog group, we squeeze the text-and-button-button field, because
* it is always empty
*/
.dialog-text-and-button-group div.inline-button
{
	width: 1px !important;
}



div.text-and-button-pair
{
	margin-top: 20px;
	position: relative;
	height: 50px;
}

/*
* Override the standard pair, if we want to stack lots of buttons
*/
div.text-and-button-pair-short
{
	margin-top: 0px !important;
	height: 40px !important;
}

div.text-and-button-pair-left
{
	height: 40px;
	float: left;
	width: 48%;
	text-align: right;
}

div.text-and-button-triplet-left
{
	height: 40px;
	float: left;
	width: 33%;
	text-align: right;
}

div.text-and-button-triplet-center
{
	height: 40px;
	float: left;
	width: 33%;
	text-align: right;
}

div.text-and-button-triplet-right
{
	height: 40px;
	float: right;
	width: 33%;
}

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;

}

.text-and-button-fullwidth
{
	position: relative;
	width: 900px !important;
	padding: 0px;
	border: 1px dotted blue;

}

.text-and-button-fullwidth .inline-button
{
	position: relative;
	width: 900px !important;
	height: 28px;
	margin: 0px !important;
	padding: 0px;
	height: 40px;

}


.text-and-button-group-separator .text-and-button-text
{
    border: 1px solid gray !important;
    width: 460px !important;
    max-width: 460px !important;
    padding: 5px;
    font-weight: bold;
    overflow-x: wrap !important;
}
.text-and-button-group-separator .text-and-button-button
{
    padding-top: 5px;
}


/*
* Special formatting for the 'Add Note' button so that it sits nicely
* at the top of the notes tab
*/
.notes-button-wrapper .inline-button
{
	width:850px !important;
}

/*
* An inline button is comprised of 2 parts, the icon and the text. These
* are held in 2 separate components
*/
.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;
}

.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;
	min-height: 24px;
	width: 200px;
	padding: 1px 3px 1px 5px;
	margin: 3px 3px 0px 0px;
	font-family: "Open Sans",tahoma;

}

.bind-text-300
{
	width: 300px;
}

.bind-text-100
{
	width: 100px;
}

.ui-adg-textarea-field
{
	height: 48px;
	width: 400px;
}

/*
* A textarea default field
*/
.bind-textarea-300
{

	height: 48px;
	width: 300px !important;
    vertical-align: top !important;
}

/*
* A textarea default field
*/
.bind-textarea-600
{

	height: 48px;
	width: 600px !important;
    vertical-align: top !important;

}

.bind-textarea-800
{

	height: 48px;
	width: 800px !important;
    vertical-align: top !important;
    padding: 5px;
}

.textarea-label-600,.textarea-label-800
{
    font-weight: bold;
    text-align: left;
    margin-left: auto;
    margin-right:auto;
	display: block;
}

.textarea-label-600
{
    width: 600px;
}

.textarea-label-800
{
    width: 800px;
}


.adg-jqu-labelfor-class
{
	margin-top: 8px;
	color: transparent;
	display: block;
}


.bind-textarea-high
{
    height: 80px;
}

.bind-vertical-radio
{
	border:1px solid red;
	height: 60px;
}

/*
* A statically built multi-select field
*/
select.bind-static-multiselect
{
	height: 80px;
	width: 300px;
    border-radius: 5px;
	border: 1px solid silver;
  	font-size: 14px;


}

.bind-text-grid-item
{
    border-radius: 5px;
	border: 1px solid silver;
	height: 22px;
	width: 200px;
	font-family: "Open Sans",tahoma;
}

.bind-text-right
{
    text-align: right;
    margin-right: 3px !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;
}

.select2ContainerClass {
    font-size: 1.2em;
    font-weight: normal;
}

.select2DropdownClass {
    background: #F5F5F5 !important;
    font-size: 1.1em;
}

.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;
	
}

.jquery-label-div
{
	font-weight: bold;
	float:left;
	min-height: 24px;
	width: 250px;
	padding-top: 7px;
	font-size: 12px;
	text-align: right;
	padding-right: 3px;

}

.checkbox-left-align .jquery-label-div
{
	display: none;
	
}

.textbox-wrapper
{
	font-family: georgia !important;
}

.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, .text-and-button-center

{
	position: relative;
	padding-top: 2px;
	min-height: 39px;
	width: 100%;

}

/*
* In a dialog box we open up the space between fill-ins
*/
.dialog-text-and-button-group .text-and-button
{
	min-height: 40px !important;
}

.text-and-button-text
{
	white-space: nowrap; 
	min-height: 33px;
	float: left;
}

.text-and-button-button
{
	float: right;
	min-height: 33px;
	text-align:left;
	min-width: 300px;
}




/*
* In a dialog box we squeeze the text-and-button-button field because there
* is never anything in it
*/
.dialog-text-and-button-group .text-and-button-button
{
	min-width: 0px !important;
}

.textarea-and-button
{
	position: relative;
	min-height: 110px;
	width: 98%;
}

.textarea-and-button-text, .textarea-and-button-button
{
	min-height: 110px !important;
}

.short-textarea-and-button
{
	min-height: 80px !important;
}

.text-and-button-textarea
{
	min-height: 50px !important;
}

.text-and-button-center
{
	text-align: center;
}


.text-and-button-fieldset
{
	min-height: 80px !important;
}

.text-and-button-fieldset-high
{
	min-height: 120px !important;
}
/*
* Stops the lablel, which is embedded into the field,
* from pushing the centering of the textbox off to the right
*/
.text-and-button-center label
{
	display:none;
}

.text-and-button-checkbox
{
    height:24px;
    padding: 3px 0px;
    min-width: 300px;
	
}

/*
* In the main screen area, make the button align with other fields
*/
#data-display-block .text-and-button-checkbox
{
	margin-left:250px;
}

.text-and-button-checkbox:hover
{
   cursor:pointer;
}
.text-and-button-checkbox-label
{
	float: left;
    padding-top: 2px;
    font-weight: bold;
    text-align: left;
}

.text-and-button-checkbox .jquery-label-div
{
	width: 1px !important;
}

.text-and-button-checkbox-grid-item
{
    width: 30px !important;
    min-width: 30px !important;
    text-align: center;
}

.text-and-button-hider
{
	width: 10px !important;
	display: none;
}


.fieldset-controller
{
	position: relative;
	min-height: 35px;
	padding: 3px;
    width: 100%;
}


h3
{
	font-size: 1.5em !important;
}

.adg-jqu-sectiontext
{

	padding: 3px;
	margin: 3px 0px !important;
	font-weight: normal !important;
}

.inputCheck
{
	min-height: 28px;
	width:400px;
}


.notes-item-outer
{
	position: relative;
	min-height: 20px;
	padding-bottom: 20px;
	width: 100%;
    display:flex;
    justify-content: space-between;
}

.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;
    padding: 20px;
    border: 1px dashed lightgray;
    border-radius: 10px;
    vertical-align: middle;
    text-align: center;
	

}


/*
.notes-item-outer-image
{
}
*/

.note-attachment-placeholder 
{
    position: relative;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    
}

.note-attachment-thumbnail {
    position: relative;
    height: 80px;
    display: none;
}

.notes-item-thumb img.componentNote-thumb {
    height: 80px;
    border: 2px solid black;
}

.note-attachment-dialog
{
    position:relative;
    top: 30px;
    width: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}
    
.note-attachment-dialog img.componentNote-thumb {
    
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 30px;

}

.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;
	width: 100%;
}

#files table
{
	margin: 0px 0px;
	border: 0px solid silver;
	border-collapse: collapse;
	width: 100%;
}

#files td
{
	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;
}

.access-control-radio-stretch
{
	width: 200px;
}


#tc-dialog-panel
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#welcome-data-form table
{
	width: 90%;
}

#welcome-data-form th
{
	font-size: 13px;
	background:transparent;
    height: 16px;
	border-bottom: 2px solid silver;
}

/*
#welcome-data-form td
{
}
*/

#welcome-data-form td.welcome-label
{
	text-align:left;
	font-weight: bold;
}

#welcome-data-form div.welcome-notice
{
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
}

#welcome-data-form div.welcome-grid-wrapper
{
	margin-bottom: 10px;
    height: 130px;
    overflow-y: scroll;
}

div.info-wrapper
{
	border: 2px dotted silver;
}

div.terms-wrapper
{
	border: 1px solid red;
	background: pink;
}

div.terms-scroller
{
	border: 1px solid black;
	background: white;
	overflow-x: wrap;
	overflow-y: scroll;
	min-height: 150px;
	padding: 5px;
	margin: 5px;
}


div.info-packet-scroller
{
	border: 1px solid black;
	background: white;
	overflow-x: wrap;
	overflow-y: scroll;
	min-height: 350px;
	padding: 5px;
	margin: 5px;
}

.smartpay-autopay-options
{
	font-weight: bold;
}

div.packet-wrapper
{
    border: 1px dashed black;
    padding: 5px;
	margin: 0px;
	background-color: white;
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;

}

div.packet-title
{
    padding: 5px 2px;
	margin: 0px;

}

.text-and-button-group .infoBox
{
	margin:3px;
	min-height: 50px;
	margin: 10px 0px;
	position: relative;
}


#delete-pp-token
{
	width: 200px;
}


/*
* Workflow administrative responses
*/

.administrative-dialogue
{
	width: 100%;
	position: relative;
    padding-bottom:20px;
}

.administrative-dialogue-header
{
	width: 100%;
	position: relative;
	padding: 5px 0px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    margin: 5px 0px;
}

.administrative-dialogue-text
{
	position: relative;
	padding: 5px 5px;
	margin: 0px 0px;
    font-weight: bold;
    
}

/*
.icon-warning
{
}

*/
.inline-warning-icon
{
    margin-right: 5px;
}

.grid-warning-icon-span
{
    padding: 3px;
    margin: 3px;
    border-width:1px;
    border-radius: 4px;
}

.grid-inactive-button
{
    opacity:0.4;
}

/*********************************************************************** 
* Style for the legacy sectionheader() function. We also apply the 
* ui-widget ui-widget-header classes dynamically
***********************************************************************/
.div_sectionheader_bg {
	position:relative;
	height: 18px;
	width:100%;
	padding-top: 3px;
	
}
.div_sectionheader_fg {
	float: left;
	height: 18px;
	font-weight:normal;
	margin-left: 5px;
	font-size: 1.1em;
	

}

#provider-panel
{
    font-size: 0.8em;
}

/**************************************************
* Format up the FAQ page with automatically generated
* popular questions
***************************************************/

.center-block-faq-flex-outer
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	width:100%;
	gap: 5px;
	padding: 5px 2px;
	min-height: 200px;
}

.center-block-flex-faq-group
{
	flex-basis: auto;
	padding: 5px;
	border-radius: 10px;
	padding: 5px;
}

.center-block-faq-popular-link
{
	text-decoration: underline;
	margin: 3px;
	cursor: pointer;
	font-size: 1.1em;
}

.center-block-flex-selector
{
	width: 66%;
}

.center-block-flex-popular
{
	width: 33%;
}


.faq-header {
    padding: 5px 2px;
}

.faq-question-holder
{
    padding: 8px;
    min-height: 80px;
	font-family: 'Merriweather Sans',Georgia, 'Times New Roman', Times, serif;
	font-size: 1.1em;
}

.faq-response-holder {
    padding: 8px;
    min-height: 300px;
	font-family: 'Merriweather Sans',Georgia, 'Times New Roman', Times, serif;
	font-size: 1.1em;
}

/***********************************************************************
* Where the locations of the new css flex box type buttons are. The same
* div as the grid-stack
***********************************************************************/
#button-flex-box
{
	display: flex;
    flex-wrap: wrap;

}

.flex-stack-button 
{
	position: relative;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
	text-align: center;
	padding: 0px 6px;
    margin: 6px;
	
	border-radius: .250rem;
	border: 1px solid silver;
	background-color: #D1D2F7;
	color: black;
	text-decoration: none;
	transition: color .125s ease;
	overflow: wrap;
	cursor: pointer;
    
	width: 88px !important;
    max-width: 88px !important;
    height: 100px !important;
    max-height: 100px !important;
}
.flex-stack-button:hover
{
    opacity: 0.7;
	border: 1px solid gray;
}

/*********************************************************************/

.side-by-side-chart-wrapper
{
	position: relative;
    display: flex;
    flex-wrap: wrap;
}
.side-by-side-chart-item
{
    float: left;
}

.side-by-side-chart-title
{
    position: relative;
    height: 16px;
    padding: 3px;
}
.side-by-side-chart-chart-chart 
{
    position: relative;
    width: 100%;
}

.accordion-data-delayed-target
{
    display: none;
}


.google-chart-target-empty
{
    width: 100%;
}

.download-information
{
	font-weight: normal;
	border: none;
	width: 100%


}

.standard-link-icon
{
	background: transparent !important;
}

.standard-icon-wrapper
{
	
	width: 28px !important;
	border-radius: 3px;
	text-align: center !important;
	padding-top: 4px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
	
}
button.standard-icon-wrapper{
	height:28px;
	padding:0;
}

.cart-wrapper
{
	padding-top: 2px;
	height: 22px;
	width: 22px;
	left: -2px;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  /* background: #000; */
  /* color: #fff; */
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
	color:blue;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 0;
}


