
/*
#portal .portal-column h2 {
  color: #bbb;
  text-align: center;
}
*/

#portal #portal-column-block-list {
  position: absolute;
  width: 200px;
  top: 140px;
  left: 0;
  z-index: 10;
  background-color: #FFEAB1;
}
#portal #portal-column-block-list .block {
  margin: 2px;
}
#portal #portal-column-block-list .block .content {
  display: none;
}

#portal .block {

}
#portal .block h3 {
  margin: 0;
  padding: 5px;
  font-size: 14px;
  color: #fff;
  background-color: green;
}
#portal .block .config {
  
}
#portal .block .block-remove {
  display: block;
  float: right;
  width: 7px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
#portal .block .block-remove span {
  display: ;
}
#portal .block .block-config {
  display: block;
  float: right;
  width: 7px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
#portal .block .block-config span {
  display: ;
}

#portal .block-hover {
  border: 2px dashed #ccc;
}

#portal #portal-column-block-list .block .block-remove {
  display: none;
}

.config-saved{
	background-image: url(/congresses/files/images/icons/check_mark.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 30px;
	padding-left: 20px;
	margin-left: 15px;
}

.editor-toggle_edit_hover:hover{
	background-image: url(/congresses/files/images/gui/editor/editor_hover.png);
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
}

#portal .block .options-balloon{
	background-image: url(/congresses/files/images/gui/editor/options-balloon.png);
	background-repeat: no-repeat;
	background-color: transparent;
	
	width: 84px;
	height: 47px;
	
	position: absolute;
	z-index: 1000000;
	
	top: 0px;
	left: 0px;
}

.options-list{
	margin-left: 13px;
	width: 58px;
	height: 16px;
}

.option-drag{
	background: transparent url(/congresses/files/images/gui/main-panel/assets-sprite.png) no-repeat scroll -71px -272px;
	height: 16px;
	width: 16px;
	cursor: pointer;
	float: left;
	margin-top: 12px;
}

.option-drag:hover{
	background: transparent url(/congresses/files/images/gui/main-panel/assets-sprite.png) no-repeat scroll -71px -289px;
}

.option-edit{
	background: transparent url(/congresses/files/images/gui/main-panel/assets-sprite.png) no-repeat scroll -97px -272px;
	height: 16px;
	width: 16px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	margin-top: 12px;
}

.option-edit:hover{
	background: transparent url(/congresses/files/images/gui/main-panel/assets-sprite.png) no-repeat scroll -97px -289px;
}


.option-remove{
	background: transparent url(/congresses/files/images/gui/main-panel/assets-sprite.png) no-repeat scroll -123px -272px;
	height: 16px;
	width: 16px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	margin-top: 12px;
}

.option-remove:hover{
	background: transparent url(/congresses/files/images/gui/main-panel/assets-sprite.png) no-repeat scroll -123px -289px;
}

.progress_item{
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 12px;
}