.ct-no-border {
  background-color: #fafafa;
  padding: 15px;
}

.droplink:hover {
	color: #9fcaff
}

.customLinkStyle {
	color: white; 
	text-decoration: none;
}

.customLinkStyle:hover {
	color: #9fcaff; 
}

.authNumele {
    font-size: .9em;
    font-weight: 600;
}

.user-ip {
    font-weight: 500;
}

.user-name {
    font-size: 11px;
    font-weight: 700;
}

.avatar-student {
    background-image: url(../images/avatars/avatar-student.png);
    width: 35px;
    height: 35px;
    display: block;
    background-repeat: no-repeat;
    margin-top: 0px;
    float: left;
    margin-bottom: auto;
}

.headline {
	background-color: #EAEAEA; 
	text-align: center; 
	border-radius: 5px 5px 0px 0px;
}

.headline>h2 {
    line-height: 60px;
    padding: 0px !important;
    margin: 0px !important;
    color: #707070;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

.fill-100{
	width:100%;
	height:100%;
	display:block;
}
th, td {
  padding-top: 3px !important;
  padding-bottom: 1px !important;
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.athon-overlay-action{
	background-color:white;
	border:1px solid gray;
	border-radius:3px;
	padding:5px;
	min-width:40%;
	min-height: 40%;
}
a{
	color: var(--text-color);
}
.cf-logos{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.logo-holder1 {
	background-image: url('../images/logos/uefiscdi_logo_300px.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 100%;
	height: 50px;
}
.logo-holder2 {
	background-image: url('../images/logos/logo_MEC_new_2025.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 100%;
	height: 50px;
}
.logo-holder3 {
	background-image: url('../images/logos/angajabilitate.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 100%;
	height: 50px;
}

.logo-holder4 {
	background-image: url('../images/logos/RO_Co-fundedbytheEU_RGB_POS.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 33%;
	height: 50px;
}
.logo-holder5 {
	background-image: url('../images/logos/GovRo.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 33%;
	height: 50px;
}

.textHeader{
	font-size: 14px;
	width: 33%;
}

.cf-row3{
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.cf-row2{
	width: 100%;
	display: flex;
	flex-direction: row;
}

.cf-column{
	display: flex;
	flex-direction: column;
	width: 33%;
	align-items: left;
}

.custom-footer{
	padding: 10px 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: var(--generic-website-color);
}

.cf-link-header{
	margin-top: 15px;
	color: var(--generic-text-color);
	font-size: 18px;
	font-weight: bold;
}

.cf-link{
	color: var(--generic-text-color);
	font-size: 14px;
	text-decoration: none;
	margin-top: 5px;
}

.cf-link:hover{
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.textHeader, .cf-link{
		font-size: 10px;
	}

	.cf-link-header{
		font-size: 12px;
	}
}