/*
 * Workflow css
 */

.step {
	margin: 0;
	font-weight: bolder;
}

.memberAddPictures .name {
	margin: 0;
}

.step a {
	font-weight: bolder;
	color: #06c;
}

#stepsWorkflow {
	margin-top: 20px;
}

#stepsWorkflow h5 {
	margin: 0;
	padding: 5px 10px;
	background-color: #555;
	color: #fff;
	font-size: 12px;
}

#stepsWorkflow td {
	vertical-align: top;
	border-collapse: collapse;
	padding: 0;
}

#stepsWorkflow li {
	padding: 4px 10px;
	list-style: none;
}

#stepsWorkflow .selected {
	background-color: #fff;
}

#stepsList {
	background-color: #e9e9e9;	
}

#stepsWorkflow #viewRules,
#stepsWorkflow #addParticipants {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

#stepsWorkflow #addParticipants {
	padding-top: 10px;
}

#stepsWorkflow #addParticipants #userGroupStep,
#stepsWorkflow #addParticipants #participantsStep {
	margin-bottom: 30px;
	margin-top: 10px;
}

#stepsWorkflow #addParticipants #userGroupStep p,
#stepsWorkflow #addParticipants #participantsStep p {
	margin-bottom: 10px;
}


#stepsWorkflow #addParticipants #userGroupStep p input,
#stepsWorkflow #addParticipants #participantsStep p input {
	margin-right: 5px;
	vertical-align: top;
}

#stepsWorkflow #addParticipants #userGroupStep label,
#stepsWorkflow #addParticipants #participantsStep label {
	margin-left: 21px;
	margin-right: 5px;
}

#stepsWorkflow #addParticipants #participantsStep #insertParticipant {
	margin-left: 39px;
	height: 16px;
	font-style: italic;
}

#stepsWorkflow #addParticipants #userGroupStep #selectGroup {
	height: 20px;
	font-size: 11px;
	font-style: italic;
}

#stepsWorkflow #addParticipants #userGroupStep #selectGroup option {
	color: #000;
	font-style: normal;
}

#stepsWorkflow #viewRules li div select,
#stepsWorkflow #addParticipants #userGroupStep #selectGroup,
#stepsWorkflow #addParticipants #participantsStep #insertParticipant {
	width: 240px;
	border: 1px solid #7c7c7c;
}

/*desabilitado*/

#stepsWorkflow #addParticipants #userGroupStep.disabled,
#stepsWorkflow #addParticipants #participantsStep.disabled,
#stepsWorkflow #addParticipants #userGroupStep.disabled #selectGroup,
#stepsWorkflow #addParticipants #participantsStep.disabled #insertParticipant {
	color: #717171;
}

#stepsWorkflow #addParticipants ul#userGroupSelected {
	margin-bottom: 25px;
}

#stepsWorkflow #addParticipants ul:nth-child(even) {
	border-top: 1px solid #d8d8d8;
	padding-top: 25px;
}

#stepsWorkflow #addParticipants ul#userGroupSelected li,
#stepsWorkflow #addParticipants ul#participantsSelected li {
	display: inline-block;
	width: 97px;
	text-align: center;
}

#stepsWorkflow #addParticipants ul#userGroupSelected li .removeMember,
#stepsWorkflow #addParticipants ul#participantsSelected li .removeMember {
	vertical-align: top;
	position: absolute;
	background: red;
	margin-left: -11px;
}

#stepsWorkflow #viewRules {
	margin-right: 1%;
}

#stepsWorkflow #viewRules  li {
	padding: 10px 0 0 0;
}

#stepsWorkflow #viewRules li div ul li {
	padding: 5px 10px;
}

#stepsWorkflow #viewRules li div ul li img {
	margin-top: -3px;
}

#stepsWorkflow table {
	border: 1px solid #e9e9e9;
}

#stepTitle,
#fullWorkflow #stepsList div {
	padding: 5px 10px;
	color: #fff;
	background-color: #555;
	font-size: 14px;
}

#stepTitle dt,
#stepTitle dd {
	display: inline-block;
}

#stepTitle dt {
	margin-right: 10px;
}

#stepTitle img {
	vertical-align: middle;
}

#viewRules h6 {
	background-color: #999;
	font-size: 11px;
	margin: 0;
	padding: 3px 10px;
	color: #fff;
}

#viewRules ul,
#viewRules p {
	background-color: #f4f4f4;
	padding: 10px;
	margin: 0;
	margin-bottom: 10px;
}

#viewRules div,
#addParticipants div#findMembers {
	background-color: #f4f4f4;
	padding: 10px;
	margin: 0;
}

#addParticipants #findMembers .inputButton {
	padding: 2px 17px;
	margin: 0 3px;
}

#addParticipants #findMembers .otherMembers {
	margin-top: 15px;
	text-align: center;
}

#stepsWorkflow .submitButtons {
	margin-top: 20px;
	text-align: center;
	background-color: #fff;
	padding: 0;
}

#viewRules .line01 {
	background-color: #fff;
}

#viewRules .headerList {
	background-color: #999;
	font-weight: bolder;
	color: #fff;
}

#stepTitle a,
#viewRules h5 a {
	color: #c7e1f5;
}

/*
#workflowMembers {
	background-color: #f4f4f4;
}
*/

#workflowMembers td {
	padding: 10px 0;
}

#stepsList p {
	margin: 0;
}

#stepsList p a {
	background-color: #06c;
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
	color: #fff;
	font-weight: bolder;
	padding: 3px 10px;
	text-align: center;
	display: block;
	margin: 5px;
}

#stepsList h5 {
	font-size: 13px;
}

#stepsList h5 p {
	font-size: 11px;
	font-weight: normal;
}

#lastStep {
	position: absolute;
	right: 15px;
	margin-top: -20px;
	color: #fff;
	font-weight: bolder;
}

#lastStep input {
	margin-right: 2px;
	vertical-align: top;
}

#myProcess {
	margin-top: 10px;
}

.search {
	margin-bottom: 10px;
}

.label {
	margin: 0;
}

.basicTable h4 {
	font-size: 13px;
	font-weight: bolder;
	margin: 0;
	padding: 5px 10px;
}

#inProgress {
	margin-top: 30px;
}

.replyThis td {
	padding: 5px 10px;
}

.replyThis span {
	color: #cc0000;
}

#headerShowForm {
	background-color: #555;
	color: #fff;
	padding: 10px 10px;
	margin-top: 10px;
}

#headerShowForm h4,
#headerShowForm p {
	margin: 0;
}

#headerShowForm h4 {
	font-size: 13px;
	margin-bottom: 10px;
}

#headerShowForm p span {
	font-weight: bolder;
}

#postShowForm {
	margin-top: 10px;
}

.openTree {
	margin-top: 3px;
}

.information {
	vertical-align: middle;
	border: none;
} 

.tableInfo {
	width: 100%;
}

.tableInfo th {
	background-color: #e1e1e1;
	padding: 5px 10px;
}

.tableInfo td {
	padding: 3px 10px;
}

.tableInfo .label {
	width: 150px;
	font-weight: bolder;
	text-align: right;
	padding-right: 0;
}

.tableInfo .buttons {
	text-align: right;
	border-top: 1px solid #e9e9e9;
	padding-top: 10px;
}

.tableInfo .options {
	text-align: right;
}

#myProcess .search {
	margin-bottom: 25px;
}

#myProcess .search p,
#myProcess .search input {
	display: inline-block;
}

#myProcess .tab-page .content h4 {
	font-size: 14px;
	margin-bottom: 5px;
}

#myProcess .tab-page .content .basicTable {
	margin-bottom: 20px;
}

.contentSearch form {
	text-align: right;
}

.contentSearch form .search,
.contentSearch form .filters {
	display: inline-block;
	vertical-align: middle;
}

.contentSearch form .search input {
	width: 150px;
	padding: 3px 0 2px 3px;
}

.contentSearch form .search input.inputButton {
	width: auto;
	padding: 1px 30px;
}

.contentSearch form .filters {
	margin-left: 30px;
}

.contentSearch form .filters select {
	width: 150px;
	margin-right: 10px;
	padding: 1px 0 0 3px;
}

/*
form .formTable input,
form .formTable select,
form .formTable textarea {
	width: 200px;
}
*/

form .formTable textarea {
	height: 70px;
}

form .formTable input.inputButton {
	width: auto;
}

/*EDITAR PROCESSO*/

#newProcess #editProcess,
#newProcess #workflowMembers {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

#newProcess #editProcess {
	margin-right: 1%;
}

#newProcess #workflowMembers .formTable td {
	width: 25%;
	padding: 0 10px 10px 10px;
	text-align: center;
}

/*VER PASSOS*/

#fullWorkflow #stepsList,
#fullWorkflow #stepsWorkflow {
	/*display: inline-block;*/
	vertical-align: top;
}

#fullWorkflow #stepsList {
	width: 20%;
	margin-right: 1%;
}

#fullWorkflow #stepsWorkflow {
	width: 78%;
	margin-top: 0;
	padding-left: 10px;
}

#fullWorkflow #stepsList p {
	margin-top: 21px;
	color: #f2f2f2;
}

#fullWorkflow #stepsList ul {
	list-style: none;
	padding: 10px;
}

#fullWorkflow #stepsList ul li.action {
	text-align: center;
	background-color: #06c;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	padding: 5px 0;
}

#fullWorkflow #stepsList ul li.action a {
	color: #fff;
	font-weight: bolder;
}

#fullWorkflow #stepsList ul li.step {
	padding-top: 7px;
}

























