
p .btn {
  margin: 5px 0;
}

.footer {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
	border-top: 1px solid #eee;
}

.btn-group {
	padding-top: 10px;
}

.btn-nostyle {
	background:none!important;
    border:none; 
}

body { 
	padding-top: 70px; 
	background-color: #FDF1C2/* FFEBA0 *//* f7f7f7 */;
}

.nav-tabs {
	margin-bottom: 1em;
}

.container-overflow {
	overflow: auto;
}

.clear {
	clear: both;
}

/* header */

#lunile_angajatorului {
	max-height: 300px;
	overflow-y: scroll;
}

.gray-text > a {
	color: lightgray !important;
}

/************* latime modal *************/
	@media (min-width: 1000px) {
		.modal-larger {
		    width: 990px;
		}
	}

@media print {

	.borderless {
		border: 0 !important;
	}

	.borderless tr td {
		border: 0 !important;
	}

	body {
		padding: 0px !important;
	}

}