/**
* Scroll over act_content
*/
.act_content {
	overflow-y: scroll;
	overflow-x: hidden;	
}

/**
* Icons 
*/

.btn_seq.close:before, .btn_seq:before {
	content: url("../img/deploy_button.png"); 
	position: relative;
	bottom: 0px;
	right: 0px;
	display: block;
}

div[data-sg-id=btn-sequence][data-sg-status=open] .btn_seq:before {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

/**
* Element elem-sequence
*/

div[data-sg-id=elem-sequence] {
	text-align: center;
	color: white;
	margin-top: 30px;
	height: 655px;
}


/**
* Items and Buttons
*/

div[data-sg-id=item-sequence] {
	position: relative;
	top: -56px;
	z-index: 1;	
	margin-bottom: -65px;
}

.item_seq {
	border: 4px solid #000;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;

	font-size: 2.15em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

	padding-top: 15px;
	padding-left: 60px;

	display: inline-block;
}

div[data-sg-id=item-sequence]:nth-of-type(2) .item_seq {
	border-color: #A62C33;
	background-color: #D14344;
	width: 473px;
	height: 75px;
}

div[data-sg-id=item-sequence]:nth-of-type(4) .item_seq {
	border-color: #008B8A;
	background-color: #16A2A3;
	width: 546px;
	height: 75px;
}

div[data-sg-id=item-sequence]:nth-of-type(6) .item_seq {
	border-color: #006965;
	background-color: #008686;
	width: 877px;
	height: 80px;
}

div[data-sg-id=item-sequence]:nth-of-type(8) .item_seq {
	border-color: #005D57;
	background-color: #007270;
	width: 381px;
	height: 75px;
}

div[data-sg-id=elem-sequence] .arrow {
	position: relative;
	margin-top: 11px;
	margin-bottom: 1px;
}

div[data-sg-id=btn-sequence] {
	position: relative;
	z-index: 2;
}

div[data-sg-id=btn-sequence]:nth-of-type(1) {
	left: -192px;
	top: 16px;
}

div[data-sg-id=btn-sequence][data-sg-status=open]:nth-of-type(1) {
	top: 8px !important;
	left: -195px !important;
}

div[data-sg-id=btn-sequence][data-sg-status=open]:nth-of-type(3) {
	top: 66px !important;
	left: -232px !important;
}

div[data-sg-id=btn-sequence]:nth-of-type(3) {
	left: -229px;
	top: 75px;
}

div[data-sg-id=btn-sequence][data-sg-status=open]:nth-of-type(5) {
	top: 69px !important;
	left: -398px !important;
}

div[data-sg-id=btn-sequence]:nth-of-type(5) {
	left: -394px;
	top: 75px;
}

div[data-sg-id=btn-sequence][data-sg-status=open]:nth-of-type(7) {
	top: 67px !important;
	left: -150px !important;
}

div[data-sg-id=btn-sequence]:nth-of-type(7) {
	left: -145px;
	top: 75px;
}


/**
* Final elements
*/

.arrow.final {
	top: 61px;
	left: 15px;
}

.item_seq.final {
	position: relative;
	top: 21px;
	padding: 7px 0;
	background-color: #145252;
	border-color: #145252;
}

.item_seq.final:nth-of-type(2) {
	left: -14px;
	width: 176px;
	height: 64px;
}

.item_seq.final:nth-of-type(3) {
	left: 63px;
	top: 63px;
	width: 200px;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	width: 220px;
	height: 94px;
}

.item_seq.final:nth-of-type(4) {
	left: 106px;
	width: 303px;
	height: 64px;
}
