/**
* Workflow citizenlink styles
*
* @package CITIZENLINK
* @subpackage WORKFLOW
* @platform DESKTOP
* @author KMN
* @since 08/21/2017
*
*/

/***********************************************************************
* The yellow bar at the top with the 'want do you want to do' label
************************************************************************/
.workflow-offerings
{
	width: 100%;
	margin: 15px 0px;
	position: relative;
	width: 100%;
	min-height: 30px;
	background: #FFEDB6;
	color: black !important;
}

.workflow-offerings-label
{
	float: left;
	top: 5px;
	padding-top: 5px;
	min-height: 12px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Open Sans",tahoma;
	padding-right: 10px;

}

.workflow-offerings-options
{
	top: 5px;
	left: 0px;
	float: left;
	background: #FFEDB6;
	font-family: "Open Sans",tahoma;
	padding-top: 5px;
	font-size: 13px;
	color: blue !important;
	overflow-x: wrap;
	text-decoration: underline;
	cursor: pointer;
	

}

.workflow-offerings-link
{
	margin-right: 5px;
}

/************************************************************************/


#level_outer_container
{
	position:relative;
	min-height: 400px;
}

#level_outer_container h1
{
	font-size: 14px;
}

.level_top_group_container
{
	position:relative;
	height: 30px;
}

.workflow-data-container
{
	position:relative;
	min-height: 350px;
}

.workflow-detail-text-padding
{
	margin: 5px 0px;
}

.workflow-display-field
{
	position: relative;
	min-height: 20px;
}

.workflow-level-description
{
	position: relative;
}

/***********************************************************************
* Smart addressing fields
***********************************************************************/

.smart-options-controller
{
	position: relative;
	height: 20px;
	background: transparent;
	width: 100px;
}
.smart-options-controller i
{
	padding-left: 6px;
	cursor: pointer;
}

.smarty-key
{
	display:none !important;
}


.download-header,.download-item
{
	width:100%;
	border:1px solid black;
	height: 30px;
}
.download-description
{
	float:left;
	height: 28px;
	width: 70%;
}
.download-link
{
	float:right;
	height: 28px;
	width: 25%;
	
}

.workflow-select2-container {
    border: 1px solid silver !important;
    border-top-left-radius: 3px !important; 
    border-top-right-radius: 3px !important; 
    margin-top: 2px;
    padding-top:3px;
    font-size:1.1em !important;
    font-weight: normal !important; 
    width: 100% !important;
}

.workflow-select2-tb .text-and-button-button
{
    border: 1px solid red !important;
}
	
