.attention {
	background: #ff0000;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: serif;
	font-weight: bold;
	padding: 3px 10px;
}
.hidden {
	display: none!important;
}
.no_show {
	display: none!important;
}
.start {
	color: #c40000;
	font-size: 12px;
}
.file_link {
	background: #9cebed;
	border-radius: 5px;
	color: #000;
	display: inline-block;
	font-size: 12px;
	font-weight: bold!important;
	padding: 3px 5px;
}
#main_content_div {
	overflow: auto;
}
.anulat td {
	opacity: 0.5;
}
.ib_label {
	display: inline-block;
}
.form_table td {
	padding: 5px 5px 5px 10px;
	vertical-align: top;
}

.form_concediu {
	background: #a1eeef;
	margin-bottom: 20px; 
	display: inline-block; 
	padding: 10px; 
	border-radius: 10px;
}

.open_cerere_anulare {
	width: 16px;
	margin-top: 20px;
	cursor: pointer;
}
.cerere_anulare_od_container {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #f9f9f9;
	display: inline-block;
}

.acenter {
	text-align: center;
}
.bbottom, .bbottom td {
	border-bottom: 1px dotted #ccc;
}
.btop, .btop td {
	border-top: 1px dotted #ccc;
}
.pt20, .pt20 td {
	padding-top: 20px;
}
.w30 {
	width: 30px;
}
.approve_button {
	background: #006600; 
	margin-top: 5px; 
	border: 1px solid #006600; 
	color: #fff; 
	width: 170px; 
	padding: 3px 10px; 
	border-radius: 3px; 
	cursor: pointer; 
	font-weight: bold;
}