/* Alapbol elrejtése EZ KELL!! */
.main-content .tiles .row:not(#th_clientarea_blocks) {
	display: none;
}
.main-content .tiles .row.show_alert_row {
	display: block !important;
}
.main-content .tiles .row.show_alert_row > div {
	padding: 0;
	margin-top: 10px;
}
/* betöltéskor loading */
#th_clientarea_blocks:empty {
	width: 100%;
	height: 20px;
	background: url(../../../../assets/img/loading.gif) no-repeat;
	background-position: center;
	min-height: 100px;
}
#th_clientarea_blocks:empty:before {
	/*content: "Kérem várjon…";*/
	text-align: center;
	display: inline-block;
	width: 100%;
	position: relative;
	top: -17px;
}

.announcement-remove-i {
	cursor: pointer;
}
.node .announcement-remove-i {
	margin-right: 10px;
}


.no-paddning {
	padding-left: 0px  !important;
	padding-right: 0px !important;
}
.anouncement_block {
	color: white;
	text-shadow: 1px 1px #000000;
	position: relative;
	margin-top: 8px;
}

.anouncement_block .node a{
	color: white;
	/*padding-left: 10px*/
	/*font-size: 14px;*/
	/*line-height: 11px;*/
}
.anouncement_block div.m_content span {
	z-index: 2;
	position: relative;
}
.anouncement_block div.m_content {
	position: relative;
	display: block;
	width: 95%;
	border-radius: 5px;
	
	border-width: 1px;
	border-style: solid;
	padding: 15px ;
	/*padding: 15px 15px 0px 15px;*/
	line-height: 1em;
	overflow: hidden;

}
.anouncement_block div.closed {
	position: absolute;
	bottom: 0px;
	width: 95%; 
}
/*#th_clientarea_blocks .anouncement_block:nth-child(4) div.m_content {
	width: 100%;
}
#th_clientarea_blocks .anouncement_block:nth-child(4) div.closed {
	width: 95%;
}*/
/* ColorZ */
.red_block div.m_content {
	background-color: #d9534f;
	border-color: #a04242;
}
.green_block div.m_content {
	background-color: #8bb725;
	border-color: #728920;
}
.yellow_block div.m_content {
	background-color: #f0ad4e;
	border-color: #c18544;
}
.default_block div.m_content {
	background-color: #f5f5f5;
	border-color: #d1d1d1;
}
/* BackgroundZ */
.szla_block div.m_content:before,
.domain_block div.m_content:before, 
.szolg_block div.m_content:before, 
.ertesito_block div.m_content:before {
    position:absolute;
    right: 0px;
    top:35px;
	font-size: 66px;
	z-index: 2;
    font-family: FontAwesome;
	cursor: default;
	text-shadow: none;
	-webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}
.szla_block div.m_content:before {
	content: "\f016"; 
}
.domain_block div.m_content:before {
	content: "\f03a"; 
}
.szolg_block div.m_content:before {
	content: "\f0ea"; 
}
.ertesito_block div.m_content:before {
	content: "\f071"; 
}
.red_block div.m_content:before {
	color: #c34b47;
}
.green_block div.m_content:before {
	color: #7da421;
}
.yellow_block div.m_content:before {
	color: #d89b46;
}
.default_block div.m_content:before {
	color: #dcdcdc;
}

/* Legördülő elemekhez osztályok/stilék */
.anouncement_block .toggle-div {

	text-align: center;
	position: absolute;
	width: 100%;
	margin-top: -25px;
}
.anouncement_block .toggle-div i {
	transition: all .3s;
	z-index: 2;
}
.anouncement_block .toggle-div:hover {
	cursor: pointer;
}
.anouncement_block .toggle-div:hover i {
	top: -1px;
}
.anouncement_block .list-container.closed .node {
	display: none;
}
.anouncement_block .list-container.opened.maxheight {
	max-height: 200px;
	overflow-y: scroll;

}
.anouncement_block .list-container.opened {
	position: absolute;
	z-index: 100;
	width: 95%;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	padding: 10px 0px 0px 0px;
	border-radius: 0px 0px 5px 5px;
	margin-top: -3px;
}
/*.anouncement_block .list-container.opened .toggle-div  {
	position: absolute;
	width: 100%;
	margin-top: -35px;
}*/
/*.anouncement_block:nth-child(4) .list-container.opened {
	width: 100%;
}*/
.anouncement_block .list-container.opened .node {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 10px;
	/*height: 14px;*/
	/*max-width: 90%;*/
}
.anouncement_block .list-container.opened .node i{
	position: absolute;
	top: 12px;
	right: 2px;
}
.anouncement_block .list-container.opened .node span {
	font-size: 11px;
	
	font-weight: normal;
	display: block;
}
.anouncement_block .list-container.opened .node:nth-child(even) {
	background-color: rgba(0,0,0,0.2);
}

/* Legördülő háttérszínek: */
.red_block .list-container.opened {
	background-color: #d9534f;
	border-color: #a04242;
}
.green_block .list-container.opened {
	background-color: #8bb725;
	border-color: #728920;
}
.yellow_block .list-container.opened {
	background-color: #f0ad4e;
	border-color: #c18544;
}
.default_block .list-container.opened {
	background-color: #f5f5f5;
	border-color: #d1d1d1;
}


/* Color hoverz */
.red_block div.m_content:hover{
	background-color: #e1625e;
}
.green_block div.m_content:hover{
	background-color: #95c031;
}
.yellow_block div.m_content:hover{
	background-color: #f5b55c;
}
.default_block div.m_content:hover{
	background-color: #efefef;
}

/* popover notification styles */
.popover-content .anouncement_block {
	margin-top: 0px;
	margin-bottom: 8px;
	width: 260px;
}
.popover-content .anouncement_block:last-child {
	margin-bottom: 0px;
}
.set_back {
	vertical-align: 0px;
}
.set_back:hover{
	cursor: pointer;
}

/* MEDIAZ */
@media screen and (max-width: 61.875em) { /* 990px */
	.anouncement_block div.m_content,
	.anouncement_block div.closed,
	.anouncement_block .list-container.opened	{
		width: 100%;
	}
	.anouncement_block {
		margin-top: 10px;
	}
	.anouncement_block .list-container.opened {
		position: relative;
	}
	
}