/*******************    Gia ta alert box       *****************/
.alert-box {
		color:#fff;
		border-radius:10px;
		font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
		padding:10px 16px 10px 36px;
		margin:5px;
        width:auto;
	}
 .closebtn {
    margin-left: 5px;
    padding-right:0px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 17px;
    line-height: 12px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}
	.alert-box span {
		font-weight:bold;
		text-transform:uppercase;
	}
	.ajaxmessage {
		background:#000000 url('/images/loader.gif') no-repeat 10px 50%;
		background-size: 20px 20px;
		border:1px solid red;
        color:green;
	}

	.error {
		background:#000000 url('/images/info_bubble.png') no-repeat 10px 50%;
		background-size: 20px 20px;
		border:1px solid red;
        color:green;
	}
	.success {
		background:#e9ffd9 url('/images/info_bubble.png') no-repeat 10px 50%;
		background-size: 20px 20px;
		border:1px solid #a6ca8a;
	}
	.warning {
		background:#fff8c4 url('/images/info_bubble.png') no-repeat 10px 50%;
				background-size: 20px 20px;
		border:1px solid #f2c779;
	}
	.notice {
		background:#e3f7fc url('/images/info_bubble.png') no-repeat 10px 50%;
		background-size: 20px 20px;
		border:1px solid #8ed9f6;
	}

/*******************   End of  Gia ta alert box       *****************/
.tagslabel{
	margin:0;
	padding:0px;
	list-style:none;

}

.tagslabel li, .tagslabel a{
	margin-top:5px;
	padding:5px;
	float:left;
	height:24px;
	line-height:24px;
	position:relative;
	font-size:11px;
	
}

.tagslabel a{
  font-family: "Open Sans", sans-serif;
	margin-left:20px;
	padding:0 10px 0 22px;
	background:#0089e0;
	color:#fff;
	text-decoration:none;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;	
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;	
	border-top-right-radius:4px;	
}

.tagslabel a:before{
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:0;
	border-color:transparent red transparent transparent;
  border-style:solid;
	border-width:12px 12px 12px 0;		
}



.tagslabel a:hover {
	background:#555;
}

.tagslabel a:hover:before {
	border-color:transparent red transparent transparent;
}





	
	
	
	
.tagsnodelete li, .tagsnodelete a{
	padding:5px;
	float:left;
	height:24px;
	line-height:24px;
	position:relative;
	font-size:11px;
}

.tagsnodelete a{
  font-family: "Open Sans", sans-serif;
	margin-left:20px;
	padding:0 10px 0 22px;
	background:#0089e0;
	color:#fff;
	text-decoration:none;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;	
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;	
	border-top-right-radius:4px;	
}

.tagsnodelete a:before{
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:0;
	border-color:transparent #0089e0 transparent transparent;
  border-style:solid;
	border-width:12px 12px 12px 0;		
}



.tagsnodelete a:hover {
	background:#555;
}

.tagsnodelete a:hover:before {
	border-color:transparent #555 transparent transparent;
}

.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
