.content .block {
	border: 1px solid #DFDFDF;
	margin: 0 0 25px 0;
	min-height: 23px;
}

.open-no-arrow {
	padding: 10px !important;
}

.open-no-arrow .content {
	margin: 0 !important;
}
	
	.content .block > .content > .section {
		background-color: #FCFCFC;
		padding: 10px;
		position: relative;
	}

.content .block.open {
	
	border-radius: 3px;
}

	.content .block.open > .head {
		cursor: n-resize;
		padding: 8px 12px 7px;
				height: 23px;
		background: #f9f9f9;
		background: -moz-linear-gradient(top,  #f9f9f9 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ececec 100%);
		background: -o-linear-gradient(top,  #f9f9f9 0%,#ececec 100%);
		background: -ms-linear-gradient(top,  #f9f9f9 0%,#ececec 100%);
		background: linear-gradient(to bottom,  #f9f9f9 0%,#ececec 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ececec',GradientType=0 );
	}

		.content .block.open > .head > h4 {
			margin: 0;
			display: block;
			float: left;
			margin-right: 10px;
			font-size: 13px;
			width: 183px;
			font-weight: 500;
		}
		
		.content .block.open > .head > img.block_head_load {
			float: left;
		}
		
		.content .block.open > .head > span {
			display: block;
			float: left;
			font-style: italic;
			color: #848484;
			font-size: 12px;
			font-weight: 400;
			display: none;
		}
		
			.content .block.open:hover > .head > span {
				display: block;
				font-size: 12px;
				margin-top: 0px;
			}
		
	.content .block.open > .content {
		display: block;
		background: #FCFCFC;
		border-top: 1px solid #DFDFDF;
	}		

.content .block.closed {
	background:  #FCFCFC url('../../img/block-down.png') no-repeat 684px 18px;
	border-radius: 3px;
}		
		
	.content .block.closed > .head {
		cursor: s-resize;
		padding: 8px 12px 7px;
		height: 23px;
		background: #f9f9f9;
		background: -moz-linear-gradient(top,  #f9f9f9 0%, #ececec 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ececec));
		background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ececec 100%);
		background: -o-linear-gradient(top,  #f9f9f9 0%,#ececec 100%);
		background: -ms-linear-gradient(top,  #f9f9f9 0%,#ececec 100%);
		background: linear-gradient(to bottom,  #f9f9f9 0%,#ececec 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ececec',GradientType=0 );		
	}
	
		.content .block.closed > .head > h4 {
			margin: 0;
			display: block;
			float: left;
			margin-right: 10px;
			font-size: 13px;
			width: 183px;
			font-weight: 500;
		}
		
		.content .block.closed > .head > span {
			display: block;
			float: left;
			font-style: italic;
			color: #848484;
			font-size: 12px;
			font-weight: 500;
			display: none;
			padding-top: 0px;
			margin-top: 0px;
		}
		
			.content .block.closed:hover > .head > span {
				display: block;
			}
			
		
	.content .block.closed > .content {
		display: none;		
		border-top: 1px solid #DFDFDF;
	}
	
	
	
.content .block.content > .head {
	height: 35px;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

	.content .block.content.open > .head {
		position: relative;
		z-index: 2;

		-webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.1);
		box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	}

.content .block.content > .head > h4 {
	margin-top: 6px;
	font-weight: bold;
}

.content .block.content > .head > span.help {
	margin-top: 7px;
}

.content .block.content > .head > button {
	float: right;
	margin-top: -28px;
	margin-right: 35px;
}

.content .block.content > .content {
	background-color: #FFFFFF;
	width: 100%;
	border: none;
}

.content .block.content > .content > .section {
	padding: 0;
	border-bottom: 1px solid #DFDFDF;
}

.content .block.content > .content > .section > div.head {
	padding: 12px 20px 10px 10px;
	height: 64px;
	cursor: s-resize;
	background-color: #FCFCFC;
	
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}

.content .block.content > .content > .section > div.content {
	background-color: #FCFCFC;
	
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}

.content .block.content > .content > .section:hover > div.head, 
.content .block.content > .content > .section:hover > div.content{
	background-color: #F4F4F4;
}

	.content .block.content > .content > .section:nth-last-child(1) {
		border: none;
	}

		.content .block.content > .content > .section > div.head > h4 {
			margin-top: 22px;
			width: auto;
			float: left;
			cursor: pointer;
		}
		
		.content .block.content > .content > .section > div.head > div.sequence {
			float: right;
			width: 19px;
			height: 86px;
			margin-right: -20px;
			margin-top: -12px;
		}
		
		.content .block.content > .content > .section > div.head > div.sequence > a.up {
			width: 13px;
			height: 22px;
			padding: 10px 0 10px 5px;
			display: block;
			background-color: #FFFFFF;
			color: #152A2A;
			border-bottom: 1px solid #c5c6c8;
			border-left: 1px solid #c5c6c8;
		}
		
		.content .block.content > .content > .section > div.head > div.sequence > a {
			cursor: pointer;
			
			-webkit-box-shadow: inset 1px 0px 2px 0px rgba(0, 0, 0, 0.2);
			box-shadow: inset 1px 0px 2px 0px rgba(0, 0, 0, 0.2);
			
			-webkit-transition: all 150ms ease-in-out;
			-moz-transition: all 150ms ease-in-out;
			-ms-transition: all 150ms ease-in-out;
			-o-transition: all 150ms ease-in-out;
			transition: all 150ms ease-in-out;
		}
		
		.content .block.content > .content > .section > div.head > div.sequence > a.up:hover, 
		.content .block.content > .content > .section > div.head > div.sequence > a.down:hover {
			background-color: #FFFFFF;
			color: #0098D9;
			
			-webkit-box-shadow: inset 1px 0px 2px 0px rgba(0, 152, 217, 0.4);
			 box-shadow: inset 1px 0px 2px 0px rgba(0, 152, 217, 0.4);
		}
		
		.content .block.content > .content > .section > div.head > div.sequence > a.down {
			width: 13px;
			height: 23px;
			padding: 10px 0 10px 5px;
			display: block;
			background-color: #FFFFFF;
			color: #152A2A;
			border-left: 1px solid #c5c6c8;
		}
		
		.content .block.content > .content > .section > div.head > a.icon-remove {
			float: right;
			margin-top: 22px;
			margin-right: 12px;
			cursor: pointer;
		}
        
        .content .block.content > .content > .section > div.head > a.icon-eye-open, 
        .content .block.content > .content > .section > div.head > a.icon-eye-close, 
        .content .block.content > .content > .section > div.head > a.icon-ok-sign, 
        .content .block.content > .content > .section > div.head > a.icon-ok-circle {
            float: right;
			margin-top: 22px;
			margin-right: 12px;
			cursor: pointer;
			color:#5a230f;
        }
        
        .content .block.content > .content > .section > div.head > a.icon-ok-sign, 
        .content .block.content > .content > .section > div.head > a.icon-eye-open{
	        color:#579368;
        }
        
        .content .block.content > .content > .section > div.head > a.icon-eye-close, 
		  .content .block.content > .content > .section > div.head > a.icon-ok-circle{
			  color:#5a230f;
		  }

		.content .block.content > .content > .section > div.head > a.icon-chevron-down, 
		.content .block.content > .content > .section > div.head > a.icon-chevron-up {
			float: right;
			margin-top: 22px;
			cursor: pointer;
		}
		
		.content .block.content > .content > .section > div.head > div.layout.container {
			float: left;
			padding-left: 10px;
			margin-left: 10px;
		}
		
		.content .block.content > .content > .section > div.head > div.layout.container > ul {
			list-style: none;
		}
		
		.content .block.content > .content > .section > div.head > div.layout.container > ul > li {
			display: inline-block;
			margin-right: 5px;
		}
		
		.content .block.content > .content > .section > div.head > div.layout.container > ul > li > a {
			display: block;
			width: 54px;
			height: 54px;
			padding: 5px;
			
			zoom: 1;
			filter: alpha(opacity=30);
			opacity: 0.3;
			
			-webkit-transition: all 150ms ease-in-out;
			-moz-transition: all 150ms ease-in-out;
			-ms-transition: all 150ms ease-in-out;
			-o-transition: all 150ms ease-in-out;
			transition: all 150ms ease-in-out;
		}
		
		.content .block.content > .content > .section.open > div.head > div.layout.container > ul > li > a, 
		.content .block.content > .content > .section > div.head > div.layout.container > ul > li.active > a {
			display: block;
			width: 54px;
			height: 54px;
			padding: 5px;
			
			zoom: 1;
			filter: alpha(opacity=100);
			opacity: 1;
			
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}
		
		.content .block.content > .content > .section.open > div.head > div.layout.container > ul > li > a:hover {
			background-color: #c5c6c8;
		}
		
		.content .block.content > .content > .section > div.head > div.layout.container > ul > li.active > a, 
		.content .block.content > .content > .section > div.head > div.layout.container > ul > li.active > a:hover {
			background-color: #0098D9;
		}

.content .block.content > .content > .section > div.content {
	display: none;
}

.content .block.content > .content > .section > div.content {
	
}

.content .block.content > .content > .section > div.content > div.top {
	border-bottom: 1px solid #DFDFDF;
	padding: 0 0 10px;
	position: relative;
	z-index: 2;
} 

.content .block.content > .content > .section > div.content > div.top > select {
	margin-bottom: -40px;
	margin-top: 10px;
	float: right;
	position: relative;
	z-index: 20;
}

.content .block.content > .content > .section > div.content > div.container {
	background-color: #FFFFFF;
	padding: 10px 0;
}

.content .block.content > .content > .section > div.content > div.top.widget-tab > ul.tab-container {
	width: 100%;
	float: left;
	background: none;
	margin-bottom: 0;
	
	-webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.content .block.content > .content > .section > div.content > div.top.widget-tab > ul.tab-container > div.tab {
	background-color: #ececec;
	color: #002A5C;
	font-weight: bold;
	border: none;
	margin-right: 0;
	margin-top: 10px;
	padding: 6px 20px 5px; 
	
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}


.content .block.content > .content > .section > div.content > div.top.widget-tab > ul.tab-container > div.tab.active {
	margin-top: 1px;
	background-color: #FFFFFF;
	color: #0098D9;
	height: 35px;
	
	-webkit-box-shadow:  0px -3px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px -3px 3px 0px rgba(0, 0, 0, 0.1);
}

.content .block.content > .content > .section > div.content > div.top.widget-tab > div.panel-container {
	padding-top: 20px;
	background-color: #FFFFFF;
}


