:root {
    --swatch_f216463c: hsla(0, 0%, 100%, 1);
    --swatch_76388e6e: hsla(42.8571, 100%, 50.59%, 1);
    --swatch_7e829b17: hsla(31.7928, 100%, 49.22%, 1);
    --swatch_a268f2c1: hsla(200, 94.52%, 14.31%, 1);
    --swatch_4c992ff7: hsla(199.091, 63.77%, 72.94%, 1);
    --swatch_f678f36a: hsla(0, 0%, 94%, 1);
    --swatch_5c031336: hsla(0, 0%, 66.67%, 1);
    --swatch_d305b039: hsla(208, 82.57%, 57.25%, 1);
    --swatch_2cd72d6b: hsla(266.066, 100%, 47.84%, 1);
    --swatch_9c96bf27: hsla(250.931, 100%, 48.43%, 1);
    --swatch_4d6538a8: #06bee1;
    --swatch_6e0e1559: hsla(0, 100%, 56.47%, 1);
    --swatch_85de8835: #dc2f02;
}

.benchmark{
	position: fixed;
	bottom: 0px;
	left: 0;
	font-size: 10px;
	background-color: #273c92;
	opacity:0.4;
	padding: 0px 5px;
	box-shadow: 7px 7px 20px 0 rgba(46, 91, 255, 0.07);
	color: white;
	line-height: 1.5;
}



.alert_message.home{
	opacity: 0.71!important;
	background-color: #172459!important;
}

.alert_message.home .text-block{
	color: pink!important;
}

.w-form-fail{
	text-align: center;
}

.w-form-fail label, .w-form-done label{
	color: #666;
	font-weight: bold;
	margin-bottom: 0;
}

.selectize-input{
	background-color: #f3f3f3;
    
    border-radius: 7px;
    
}

.selectize-input.full{
	background-color: #f3f3f3!important;
}

.authsearchselect .selectize-dropdown-content .option{
	color: #666!important;
	font-size: 14px;
	font-family: 'Proxima nova', sans-serif;
    font-weight: 400;
}

.authsearchselect .item{
	font-family: 'Proxima nova', sans-serif;
    font-weight: 400;
    color: #000;
        font-size: 14px;
    line-height: 1.428571429;
    background-color: #fff;
}

.CMS{
	position: relative;
}

.alert_message{
	z-index: 10!important;
}

.scsErr, .scsInfo, .scsWarn{
	color: white;
	font-size: 13px;
	padding: 10px;
	border-radius: 10px;
	margin: 10px auto;
	line-height: 1.3;
} 

.scsErr label, .scsInfo label, .scsWarn label{
	margin-bottom: 0;
	font-weight: normal;
}

.scsErr{
	background-color: red;
} 

.scsInfo{
	background-color: #c8f7df;
	color: #444;
}

.scsWarn{
	background-color: darkorange;
}

.drepturi-add .w-select{
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	border-radius: 8px;
}

.drepturi-add .w-input.Text{
	background-color: #aaa;
	color: #fff;
	cursor: not-allowed;
}

.tablePages{
	background-color: #666;
	font-size: 12px;
	border-radius: 4px;
	padding: 5px 10px;
	border: 0px solid #8ecae6;
	margin: 5px 20px;
	text-align: center;
	color: #edeff5;
}

.search-row{
	margin: 5px 20px;
}

.search-row .selectize-input, .search-row .selectize-dropdown{
	color: #666;
}

.search-row .search-half{
	width: 40%;
	display: inline-block;
}

.search-row .search-half .Text{
	font-size: 12px;
	display: block;
	color: #666;
	background-color: #DDDDDD;
	min-height: 34px;
	border: 1px solid #cccccc;
    padding: 6px 12px;
    border-radius: 4px;
}

.search-row .search-half-right{
	float: right;
}

.bara-paginare{
	    max-width: 1200px;
    margin-top: 20px;
    padding: 5px 10px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(170, 170, 170, 0.32);
    border-radius: 7px;
    text-align: center;
}

.bara-paginare a.tablePageNumberUnselected, .bara-paginare a.tablePageNumberLast, .bara-paginare a.tablePageNumberFirst{
	padding: 9px 15px;
	border: 1px solid #3898EC;
	border-radius: 8px;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    transition-property: background-color;
    transition-duration: 200ms;
    transition-timing-function: ease;
    display: inline-block;
    width: auto;
    
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
}

.tablePageNumberSelected{
	padding: 9px 15px;
	border: 1px solid #3898EC;
    line-height: inherit;
    text-decoration: none;
    cursor: default; 
    font-size: 12px;
    text-align: center;
    transition-property: background-color;
    transition-duration: 200ms;
    transition-timing-function: ease;
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
    
	border-radius: 8px;
    background-color: #3898EC;
    color: #fff;
}

.bara-paginare .tablePagesPrefix{
	display: block;
	margin-top: auto;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 10px;
    color: #333;
}

.bara-paginare .tablePageFarApart{
	color: #333;
}

/* a.tablePageNumberUnselected{
	background-color: #023047;
	transition: background-color 200ms ease;
	text-align: center;
	border-radius: 8px;
	display: inline-block;
	min-width: 25px;
	color: white;
	text-decoration: none;
	margin: 0 2px;
} */

a.tablePageNumberUnselected:hover, a.tablePageNumberFirst:hover, a.tablePageNumberLast:hover{
	background-color: #fb8500;
}

.bara-paginare a.tablePageNumberLast, .bara-paginare a.tablePageNumberFirst{
	border: 1px solid #023047;
}

.btn-edit-right{
	height: 38px;
}

.drept-tag{
	background-color: #8ecae6;
	border-style: none;
	color: #fff;
	font-size: 13px;
	text-align: center;
	text-transform: lowercase;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 9px;
}

.buton-admin{
	min-height: 55px;
	position: relative;
	overflow: hidden;
	width: 130px;
	text-align: center;
	margin: 10px;
}

.admin-text{
	text-shadow: 0 0 1px #444;
	color: #023047;
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #023047;
}

.divManager{
	line-height: 1.3;	
	vertical-align: middle;
	font-size: 14px;
	text-shadow: 0 0 2px #CCC;
}

.athon-form{
	overflow: hidden;
}

.athon-form label, .athon-form-list label{
	margin-bottom: 0;
	display: inline-block;
}

.selectize-dropdown-content, .selectize-control{
	font-size: 12px;
}

.tag-nume{
	text-transform: none!important;
	cursor: default;
}

.tag.poza{
	padding: 10px 20px;
	background-color: #eee;
}

.tag.poza img{
	border-radius: 5px;
}

.tag .del-icon{
	width: 17px;
	height: 17px;
	-webkit-mask: url(../images/delete-red.svg) no-repeat 50% 50%;
	mask: url(../images/delete-red.svg) no-repeat 50% 50%;
    mask-size: auto;
	mask-size: cover;
	-webkit-mask-size: cover;
	background-size: 100%;
	top: 3px;
	position: relative;
	background-color: red;
	display: inline-block;
	vertical-align: baseline;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 5px;
	opacity: 0.5;
}

.tag.poza .del-icon{
	margin-left: 10px;	
}

.tag .del-icon:hover{
	opacity: 1;
}

.count-char{
	background-color: #eee;
	margin: -10px 20px 10px 20px;
	font-size: 12px;
	border-radius: 0 0 5px 5px;
	padding: 3px 10px;
	text-align: center;
}

.count-char label{
	display: inline;
}

.profil-editare .count-char{
	background-color: #aaa;
	margin: -20px 20px 10px 20px;
	    margin-bottom: 20px;
}

.btn-add-tag{
	border-radius: 8px;
	background-color: #eee;
	border: 1px solid #cccccc;
	font-family: Poppins, sans-serif;
	-o-object-fit: fill;
	object-fit: fill;
	transition: background-color 300ms ease;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.thumbnail{
	padding: 0!important;
	overflow: hidden;
	position: relative;
}

.thumbnail-image{
	
}

.drag-box{
	font-size: 12px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	z-index: 100;
	position: absolute!important;
	top: 50%;
	color: white;
	text-shadow: 2px 2px 2px #000;
	background-color: grey!important;
	opacity: 0.7;
}

.div-block-imagine-suplimentara.dropzone-box{
	height: 65px;
	width: 130px;
	margin-bottom: 10px;
}

.dropzone.text-block-imagine{
	background: transparent;
	line-height: 1.2;
	border: 0;
}

.nume-profesor-item{
	display: inline-block; 
	margin-right: 10px;
}

.modul-status{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	color: white;
	border-radius: 0 13px 0 0;
	padding: 3px 10px; 
}

.modul-status.ascuns{
	background-color: red;
}

.modul-status.public{
	background-color: green;
}

.ui-menu-item{
	font-size: 12px;
	border-bottom: 1px dashed grey;
	background-color: #efefef;
}

.item-resursa{
	border-bottom: 1px dashed grey;
}

.item-resursa .div-block-6{
	margin-bottom: 5px;
}

.item-resursa:hover .w-input{
	background-color: #eee;
}

.item-resursa .del-icon{
	width: 20px;
	height: 20px;
	-webkit-mask: url(../images/delete-red.svg) no-repeat 50% 50%;
	mask: url(../images/delete-red.svg) no-repeat 50% 50%;
    mask-size: auto;
	mask-size: cover;
	-webkit-mask-size: cover;
	background-size: 100%;
	top: 0px;
	position: relative;
	background-color: red;
	display: inline-block;
	vertical-align: baseline;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 5px;
	opacity: 0.5;
	float: right;
}

.item-resursa .del-icon:hover{
	opacity: 1;
}

.tag.poza.fisier{
	width: 30%;
	margin-left: 3%;
	margin-bottom: 10px;
	text-align: left;
	float: left;
}

.tag.poza.fisier .inputFile{
	display: inline;
}

.tag.poza.fisier .inputFile a{
	font-size: 12px;
}

.tag.poza.fisier .del-icon{
	float: right;
}

.btn-grid-back{
	-webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
}

.tinyeditor{
	max-width: 100%!important;
}

.tinyeditor iframe, .tinyeditor textarea{
	width: 100%!important;
}

.lesson-detail-2{
	margin-left: auto!important;
	margin-right: auto!important;
}

.wrap-unitate-extinsa .div-block-10{
	padding-left: 10px;
}

.text-field-5.w-input.Text, .select-field-2.w-select.Text, .textarea.Text{
	background-color: #ccc;
	cursor: not-allowed;
	height: auto;
	font-weight: normal;
}

.w-button.del{
	background-color: red!important;
}

.w-button.del:hover{
	background-color: darkred!important;
}

.rating.log-out{
	font-size: 25px;
	display: inline-block;
	padding: 9px 15px;
	margin: 16px 15px 16px 0px;
	text-decoration: none;
}

.search-row .athon-collapse-collapsible .form-3{
	background-color: #fb8500;
	
}

.search-row .athon-collapse-collapsible .form-3 .w-button{
	color: #ffffff;
}

.search-row .athon-collapse-collapsible.athon-collapse-active .form-3 .w-button{
	color: #023047;
}

.search-row .athon-collapse-collapsible.athon-collapse-active .form-3{
	background-color: #ffffff;
}

.search-row .athon-collapse-collapsible::after{
	display: none;
}

.content-section-dashboard-profesor.editare-profil{
	height: auto!important;
	padding-bottom: 20px!important;
}

.upload-poza-box{
	display: inline-block;
	position: relative;
	width: 200px;
	top:-55px;
}

.del-poza-box{
	display: inline-block;
	width: 25px;
	margin-right: 10px;
	position: relative;
	top: -7px;
}

.del-poza-box .del-icon{
	width: 20px;
	height: 20px;
	-webkit-mask: url(../images/delete-red.svg) no-repeat 50% 50%;
	mask: url(../images/delete-red.svg) no-repeat 50% 50%;
    mask-size: auto;
	mask-size: cover;
	-webkit-mask-size: cover;
	background-size: 100%;
	
	background-color: red;
	display: inline-block;
	vertical-align: baseline;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 5px;
	opacity: 0.5;
	
}

.del-poza-box .del-icon:hover{
	opacity: 1;
}

input.text-profil{
	color: #333333;
	
}

span.text-profil.Text{
	background-color: transparent;
	cursor: not-allowed;
	color: #666;
	font-weight: 500;
	height: auto;
	min-height: 38px;
}

.public-subtitle{
	font-size: 22px;
	font-family: Poppins, sans-serif;
    color: #001a49;
    
}

.public-grey-box{
	max-width: 80%;
    padding: 30px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    background-color: #f0f0f0;	
}

.text-fisier-item{
	border-bottom: 1px dashed #ccc;
	padding-left: 60px;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 10px;
}

.form-portofoliu .Text{
	background-color: #ccc;
	cursor: not-allowed;
	text-align: left;
}

.form-filter .label-filtru{
	color: #333;
}

.btn-del-st{
	position: absolute;
	top: 0;
	right: 0;
	background-color: red;
	border-radius: 0 13px 0 0; 
	font-size: 12px;
	padding: 3px 10px;
}

.btn-del-st:hover{
	background-color: darkred;
}

.link-brainmap span{
	display: block;
}

.descriere-new-block{
	background-color: #eee;
	border-radius: 20px;
	padding: 20px;
	clear: both;
	margin-bottom: 20px;
}

.descriere-new-block-item{
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 10px;
}

.descriere-new-block-item-tools{
	
}

.btn-descriere-new{
	margin-top: 0px;
	border-radius: 10px 10px 0 0;
}

.btn-descriere-new:hover{
	opacity: 0.77;
}

.btn-descriere-new-left{
	float: left;
	margin-left: 25px;
}

.btn-descriere-new-right{
	float: right;
	margin-right: 25px;
}

.btn-del-parts{
	float: right;
	color: white;
	background-color: red;
	border-radius: 5px;
	font-size: 13px;
	padding: 3px 6px;
}

.btn-del-parts:hover{
	opacity: 0.77;
}

.part-index{
	border-radius: 50%;
	width: 25px;
	height: 25px;
	color: #fff;
	background-color: #3898EC;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
}

.user-log-block{
	font-size: 11px;
	position: absolute;
	right: 0;
	bottom: -3px;
	color: orange;
	opacity: 0.5;
}

/* .lesson-tag-2{
	min-width: 70px;
	max-width: 100px!important;
	
	text-transform: uppercase!important;
} */

.w-checkbox-input.checkbox.Text{
	color: #666;
	font-size: 13px;
	margin-left: 0;
	margin-right: 5px;
}

input[type="button"].buton-salveaza-info{
	border-style: solid;
  border-width: 1px;
  border-color: #3898ec;
}

.descriere-new-block-item-view{
	width:100%; 
	margin: 20px 0 20px 0;
}

.descriere-new-block-item-view iframe{
	height: 450px;
	width:100%;
	border: 0; 
}

.lesson-content .nume-profesor-item{
	font-size: 10px;
}

.lesson-content .paragraph-2 .text-titlu{
	font-size: 12px;
	text-align: justify;
	color: #023047;
}

.content-cadru-didactic a{
	text-decoration: none;
	color: #001a49;
}

.content-cadru-didactic a:hover{
	opacity: 0.7;
	
}

.grid-tags-hero-cerinte.unitate{
	overflow-x: auto;
}

.obs-text{
	font-size: 13px; 
	color: darkred;
	display: inline-block;
	margin-left: 10px;
}

#w-node-ea25a46d-52fd-d11c-acbf-7d7dcb8ac357-11ced10c {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.button-2.upload.update {
    border-style: none;
    border-width: 1px;
    border-top-color: hsla(208, 82.57%, 57.25%, 1);
    border-right-color: hsla(208, 82.57%, 57.25%, 1);
    border-bottom-color: hsla(208, 82.57%, 57.25%, 1);
    border-left-color: hsla(208, 82.57%, 57.25%, 1);
    background-color: hsla(208, 82.57%, 57.25%, 1);
    color: white;
}

.grid-2-modul {
  
}

.grid-2-capitol {
  position: sticky;
  top: auto;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  justify-items: center;
  grid-column-gap: 124px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: @swatch_4c992ff7;
  border-right-style: none;
  border-right-width: 1px;
  border-right-color: @swatch_4c992ff7;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: @swatch_4c992ff7;
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: @swatch_4c992ff7;
  text-align: left;
}

.forum-list .lesson-detail-2{
	padding: 18px;
	
}

.forum-list .lesson-detail-2 span{
	font-size: 11px!important;
}

.last-update{
	font-size: 10px;
	color: grey;
	font-weight: 300;
}

.zona-module-forum{
	font-size: 12px;
	color: #023047;	
	margin-bottom: 10px;
}

.lista-module{
	padding-left: 10px;
	font-weight: 400;
}

.checkbox-label{
	cursor: pointer;
	font-weight: 400;
	border-bottom: 1px dashed grey;
	display: inline-block;
	
}

.drepturi-add .checkbox-label{
	color: grey!important;
}

.checkbox-label span{
	display: inline-block;
	margin-left: 10px;
}

.checkbox-label:hover{
	color: darkgrey;
}

.reply-box{
	background-color: #eee;
	padding: 20px;
	margin: 10px 20px 10px 10px;
	border-radius: 10px;
}

.reply-text{
	font-size: 12px;
	font-style: italic;
}

.buton-management-cursanti.inapoi-la-dashboard.adauga-forum{
	background-color: #06bee1;
}



.content-section-dashboard-profesor.management-cursanti .search-row .athon-collapse-collapsible.athon-collapse-active .form-3{
	background-color: transparent;
}

.text-titlu.cont {
    font-size: 17px;
}

.text-titlu.cont.descriere {
    overflow: auto;
    width: auto;
    max-width: none;
    color: rgb(0, 0, 0);
    font-size: 12px;
    text-align: left!important;
}

.lesson-detail-2.forum-detail {
    margin-top: 0px;
    margin-right: auto;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    align-items: center;
}

.line-break-2.forum-info-break {
    background-color: #06bee1;
    color: #06bee1;
}

.w-layout-grid.grid-module-asociate {
    display: flex;
    overflow: auto;
    flex-direction: column;
    justify-content: flex-start;
    place-items: flex-start start;
    grid-template-columns: 1fr;
    border-radius: 7px;
    background-color: transparent;
    object-fit: fill;
}

.subheading.dashboard-profesor {
    margin-top: auto;
    color: rgb(170, 170, 170);
    font-size: 12px;
    font-weight: 400;
}

#w-node-_60dd2f96-7501-417a-21d3-66ec0e6c956f-88cb0ad5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.info-module-asociate {
    margin-bottom: auto;
    padding: 0px 10px 0px 5px;
    color: #06bee1;
    font-size: 14px;
}

.modul-link-forum {
    margin-right: 5px;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-top-color: #06bee1;
    border-right-color: #06bee1;
    border-bottom-color: #06bee1;
    border-left-color: #06bee1;
    border-radius: 5px;
    background-color: rgb(240, 240, 240);
    color: hsla(200, 94.52%, 14.31%, 1);
    font-size: 12px;
}

/*  .lesson-detail-2.forum-detail span{
	font-size: 14px!important;
	
} */

.button-2.upload.tematica {
    background-color: #06bee1;
}

#w-node-_2f2dfe86-0514-c74b-734b-08591b90ff54-91a532c0{
	grid-area: span 1 / span 1 / span 1 / span 1;
}

.grid-2{
	border-top-color: #06bee1;
    border-right-color: #06bee1;
    border-bottom-color: #06bee1;
    border-left-color: #06bee1;
}

.container-1200{
	margin-bottom: 40px!important;
}

.form-7 {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.optiune-tematica {
    display: flex;
    margin-top: auto;
}

.icon-tematica {
    margin-right: 0px;
    padding-right: 5px;
    font-family: "Fa 400";
    color: #06bee1;
}

.label-detalii-tematic {
    color: rgb(142, 202, 230);
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
}

.form-block-6 {
    margin-bottom: auto;
}

.bold-text-9 {
    padding-right: 5px;
    color: #06bee1;
}

.label-detalii-tematic.dezabonare {
    padding-left: 5px;
    text-decoration: underline;
}

.descriere-scurta-unitate {
    display: flex;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: black;
    text-decoration: none;
}

.titlu-unitate {
    margin-top: 26px;
    margin-left: auto;
    color: rgb(0, 26, 73);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.titlu-unitate.titlu-tematica {
    margin-top: auto;
}

.titlu-unitate.titlu-tematica a, .paragraph-3 a{
	text-decoration: none;
	color: #000;
}

.buton-tag.tematica-info{
	padding: 5px 10px;
    border-style: solid;
    border-width: 1px;
    border-top-color: #06bee1;
    border-right-color: #06bee1;
    border-bottom-color: #06bee1;
    border-left-color: #06bee1;
    border-radius: 7px;
    background-color: rgb(240, 240, 240);
    color: rgb(2, 48, 71);
    font-size: 12px;
}

.div-block-10 {
    padding-left: 0px;
}

#w-node-_6e66aa0d-8e42-cf7a-51f4-93089c532fe0-48663337 {
    place-self: center;
}

.grid-2.forum.mesaje {
    display: grid;
    justify-content: space-around;
    place-items: center start;
    grid-auto-columns: 1fr;
    gap: 16px 124px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    border-bottom-style: none;
}

.bck-mesaje-1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.bck-mesaje-2{
	justify-self: end;
}

.bck-mesaje-3{
	grid-area: span 1 / span 1 / span 1 / span 1;
}

.bck-mesaje-4{
	place-self: center end;
}

.content-section-lista-mesaje {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 40px 20px 20px;
    border-radius: 15px;
    background-color: rgba(240, 240, 240, 0.41);
}

.heading-9 {
    margin-top: auto;
    margin-bottom: auto;
    font-family: Poppins;
    color: rgb(2, 48, 71);
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.div-continut-mesaj {
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 10px 40px;
    border-style: solid;
    border-width: 1px;
    border-top-color: rgb(6, 190, 225);
    border-right-color: rgb(6, 190, 225);
    border-bottom-color: rgb(6, 190, 225);
    border-left-color: rgb(6, 190, 225);
    border-radius: 7px;
    background-color: #ffffff;
    box-shadow: rgb(170 170 170 / 32%) 4px 4px 3px 0px;
    text-align: center;
    transform-style: preserve-3d;
}

.card-mesaj {
    display: flex;
    margin-top: 10px;
    padding: 10px 10px 5px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-top-color: rgb(6, 190, 225);
    border-right-color: rgb(6, 190, 225);
    border-bottom-color: rgb(6, 190, 225);
    border-left-color: rgb(6, 190, 225);
    border-radius: 20px;
    background-color: transparent;
    text-decoration: none;
}

.grid-header-mesaje {
    gap: 0px!important;
    grid-template-columns: 1fr!important;
    grid-template-rows: auto auto auto auto!important;
    text-decoration: none!important;
}

.detalii-msg-1{
	grid-area: span 1 / span 1 / span 1 / span 1;
}
.autor-mesaj {
    border-style: none;
    border-width: 1px;
    border-color: black;
    outline: rgb(251, 133, 0) none 3px;
    outline-offset: 0px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
}
.functie-autor-mesaj {
    padding-top: 0px;
    color: rgb(251, 133, 0);
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}
.institutie-autor-mesaj {
    color: rgb(6, 190, 225);
    font-size: 12px;
    text-align: left;
}
.data-mesaj {
    color: rgb(170, 170, 170);
    font-size: 10px;
    text-align: left;
}
.div-editor-mesaj {
    display: flex;
    overflow: hidden;
    max-width: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.zona-mesaj {
    display: inline-block;
    overflow: auto;
    width: 900px;
    height: auto;
    max-height: 400px;
    max-width: 900px;
    min-height: 100px;
    margin-top: auto;
    border-style: solid;
    border-width: 1px;
    border-top-color: #06bee1;
    border-right-color: #06bee1;
    border-bottom-color: #06bee1;
    border-left-color: #06bee1;
    border-radius: 7px;
    text-align: left;
}

.form-9 {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-top: 20px;
    text-align: center;
}

.optiune-tematica.optiune-mesaj {
    justify-content: space-between;
}

.form-7 {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.div-raspuns-mesaj {
    margin-top: 10px;
    padding: 5px 20px;
    border-style: none;
    border-width: 1.5px;
    border-top-color: #f0f0f0;
    border-right-color: #f0f0f0;
    border-bottom-color: #f0f0f0;
    border-left-color: #f0f0f0;
    border-radius: 15px;
    background-color: #f0f0f0;
}

.heading-11 {
    margin-bottom: 5px;
    text-align: left;
}

.mesaj-original {
    margin-top: auto;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    text-align: left;
}

.data-mesaj {
    color: #aaaaaa;
    font-size: 10px;
    text-align: left;
}

.button-2.upload.trimite-mesaj {
    background-color: #06bee1;
}

.bara-notificari {
    display: flex!important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 10px;
    flex-direction: row;
    justify-content: space-between;
    place-items: center end;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #06bee1;
}

.grid-meniu-notific-ri {
    display: flex!important;
    justify-content: flex-end;
    gap: 11px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    transition-property: color;
    transition-duration: 200ms;
    transition-timing-function: ease;
    font-size: 0px;
    text-align: right;
}

.not-lnk-1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.not-lnk-2 {
    grid-area: 1 / 2 / 2 / 3;
}

.div-buton-meniu-notificari {
    display: flex!important;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-top-color: #06bee1;
    border-right-color: #06bee1;
    border-bottom-color: #06bee1;
    border-left-color: #06bee1;
    border-radius: 7px;
    transition-property: background-color;
    transition-duration: 200ms;
    transition-timing-function: ease;
}

.div-buton-meniu-notificari.meniu-principal {
    background-color: #f0f0f0;
    transition-property: opacity, background-color;
    transition-duration: 200ms, 200ms;
    transition-timing-function: ease, ease;
}

.div-buton-meniu-notificari.meniu-principal.-wfp-hover, .div-buton-meniu-notificari.meniu-principal:hover {
    opacity: 0.7;
}

.icon-meniu-notificari {
    padding: 5px 0px 5px 5px;
    font-family: "Fa 400";
    color: #3898ec;
    font-size: 15px;
    text-align: center;
}

.icon-meniu-notificari.meniu {
    font-family: "Fa solid 900";
}

.buton-optiune-notificari {
    padding: 5px;
    border-radius: 7px;
    background-color: transparent;
    color: #023047;
    font-size: 12px;
}

.cauta-notificari {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.form-meniu-notificari {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.text-field-9 {
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    padding-top: 8px;
    border-radius: 5px;
}

.buton-cautare-notificari {
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #f0f0f0;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: ease;
    color: #023047;
    font-size: 10px;
}

.buton-cautare-notificari.-wfp-hover, .buton-cautare-notificari:hover {
    border-style: none;
    border-width: 1px;
    border-top-color: #aaaaaa;
    border-right-color: #aaaaaa;
    border-bottom-color: #aaaaaa;
    border-left-color: #aaaaaa;
    opacity: 0.7;
}

.form-block-7 {
    margin-top: 10px;
}

.dropdown-notificari {
    border-radius: 5px;
    font-size: 10px;
}

.div-continut-mesaj.continut-notificare {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 10px;
    border-top-color: var(--swatch_d305b039);
    border-right-color: var(--swatch_d305b039);
    border-bottom-color: var(--swatch_d305b039);
    border-left-color: var(--swatch_d305b039);
    box-shadow: 1px 1px 5px -2px var(--swatch_d305b039);
}

.content-notificare {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.content-section-lista-mesaje {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 40px 20px 20px;
    border-radius: 15px;
    background-color: rgba(240, 240, 240, 0.41);
}

.content-section-lista-mesaje.lista-notificari {
    margin-top: 40px;
    padding-top: 20px;
}


.div-buton-meniu-notificari.-wfp-hover, .div-buton-meniu-notificari:hover {
    background-color: #f0f0f0;
}

.iconite-functionale-notific-ri {
    padding-right: 40px;
    padding-left: 20px;
    justify-items: start;
    gap: 5px!important;
    grid-template-columns: 1fr!important;
}

.div-iconita-notificare {
    display: flex;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: var(--swatch_6e0e1559);
    color: var(--swatch_f216463c);
}

.div-iconita-notificare.aprobat {
    background-color: green;    
}

.div-iconita-notificare.mesaj-nou {
    background-color: var(--swatch_4d6538a8);
}

.icon-notificare-noua {
    font-family: "Fa solid 900";
}

.div-iconita-notificare.mesaj-nou.mesaj-citit {
    background-color: var(--swatch_5c031336);
}

.accepta-lnk{
	border: 0px solid darkgreen;
	max-height: 30px;
}

.accepta-lnk a, .accepta-lnk span.Text{
	background-color: green;
	color: white;	
	border: 1px solid darkgreen;
}

.accepta-lnk span.Text{
	display: inline-block;
	width: 120px;
	font-size: 11px;
	text-align: center;
	line-height: 1.3;
	padding: 5px;
	border-radius: 5px;
}

.accepta-lnk a:hover{
	background-color: darkgreen;
}

.respinge-lnk{
	border: 0px solid darkgreen;
	max-height: 30px;
}

.respinge-lnk a, .respinge-lnk span.Text{
	background-color: red;
	color: white;	
	border: 1px solid darkred;
	
}

.respinge-lnk span.Text{
	display: inline-block;
	width: 120px;
	font-size: 11px;
	text-align: center;
	line-height: 1.3;
	padding: 5px;
	border-radius: 5px;
}

.respinge-lnk a:hover{
	background-color: darkred;
}

.respinge-txt textarea{
	width: 170px;
	font-size: 11px;
	color: grey;
	line-height: 1.3;
}

.respinge-txt span.Text{
	width: 270px;
	font-size: 11px;
	color: #444;
	line-height: 1.3;
	padding: 5px;
	font-style: italic;
	text-align: left;
	background-color: #ccc;
	border-radius: 5px;
}

.respinge-txt textarea::placeholder {
    color: grey;
    opacity: 0.5;
    font-size: 11px;
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}

.lista-info-notificare {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.list-item-expeditor {
    color: var(--swatch_7e829b17);
    font-weight: 700;
}

.mesaj-referitor-la {
    margin-top: auto;
    color: var(--swatch_d305b039);
    font-size: 10px;
    font-weight: 700;
}

.data-notificare {
    color: var(--swatch_5c031336);
    font-size: 10px;
}

.mesaj-trunchiat {
    overflow: hidden;
    width: auto;
    height: 70px;
    max-height: 70px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: var(--swatch_f678f36a);
    font-size: 12px;
}

.div-buton-meniu-notificari.meniu-principal.selected {
    background-color: var(--swatch_4d6538a8);
    color: var(--swatch_f216463c);
}

.div-buton-meniu-notificari.meniu-principal.selected .icon-meniu-notificari, .div-buton-meniu-notificari.meniu-principal.selected .buton-optiune-notificari{
	color: var(--swatch_f216463c);
}

.div-note-notificari {
    margin-top: 40px;
    padding: 0px 10px;
}

.text-nota-notificari {
    padding-bottom: 0px;
    color: var(--swatch_5c031336);
    font-weight: 700;
}

.nota-notificari {
    margin-top: 0px;
    padding-left: 20px;
}

.nota-despre-notificari {
    color: var(--swatch_5c031336);
    font-size: 14px;
}

.detalii-solicitare{
	margin-top: 10px;
	padding: 10px;
	border-radius: 5px;
	background-color: #999;
	color: white;
	font-size: 11px;
}

.d-title{
	font-weight: bold;
	font-size: 13px;
}

.rol-solicitant{
	
}

.rol-solicitant-item{
	padding-left: 10px;
}

.linkuri-solicitant a{
	display: block;
	font-size: 12px;
	margin-top: 10px;
	color: yellow;
	font-weight: normal;
}

.linkuri-solicitant a:hover{
	color: #ffb15b;
}

.field-label-2.checkbox-label{
	font-weight: normal;
	font-size: 13px;
}

.field-label-2.checkbox-label span{
	margin-left: 0;
}

.management-cursanti .inputFile a{
	display: block;
	font-size: 12px;
	line-height: 0.5;
	border: 1px dashed grey;
	border-radius: 5px;
	padding: 10px;
	
	margin-top: -10px;
	margin-bottom: 10px;
}

.incarca-portofoliu .inputFile a{
	display: block;
	font-size: 12px;
	line-height: 1.3!important;
	border: 0px dashed grey;
	border-radius: 5px;
	padding: 10px;
	
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}

.management-cursanti .inputFile a:hover{
	opacity: 0.8;
}

.log-import .scsInfo label{
	font-weight: normal;
}

.log-import .scsInfo label span{
	font-weight: bold;
	color: red;
}

.log-import .scsInfo label label{
	font-weight: bold;
	color: darkgreen;
	display: inline;
}

.history-item{
	border: 1px solid grey;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
	overflow: hidden;
	padding: 10px 45px;
	margin-bottom: 10px;
	position: relative;
	border-radius: 5px;
}

.history-item .inputFile a{
	margin-top: 0;
}

.history-item label{
	font-size: 13px;
	display: inline-block;
	border-radius: 5px;
	background-color: #999;
	font-weight: normal;
	padding: 2px 10px;
}

.history-item label.green-txt{
	color: lightgreen;
}

.history-item label.red-txt{
	color: pink;
}

.history-item label.nrCrt{
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	color: #444;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
}

.msg-search{
	text-align: center;
	color: red;
	font-size: 12px;
}

.txt-search{
	font-size: 14px;
	color: #3898ec;
	display: block;
	font-weight: normal;
}

.wrap-unitate-extinsa-hover:hover{
	background-color: #f0f0f0;
}

.wrap-unitate-extinsa.tematica:hover .descriere-scurta-unitate-hover{
	text-decoration: underline;
}

.collapse-holder.capitol{
	margin-top: 10px;
	margin-bottom: 26px;
	padding: 0px 40px 28px;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	border-radius: 21px;
	
}

.collapse-holder.capitol:hover{
	border-color: rgba(255, 183, 3, 0.7);
}

.collapse-holder.capitol .title{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.collapse-holder.capitol .title  .div-block-10 {
  padding-left: 10px;
}

.collapse-holder.capitol .athon-collapse-collapsible:after {
    content: ' ';
    background-color: #ffb703;
    background-image: url(../images/collapse-down.svg);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center 16px;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 45px;
	height: 45px;
	min-height: 45px;
	min-width: 45px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 34%;
	
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	margin-left: 5px;
}

.collapse-holder.capitol .athon-collapse-collapsible.athon-collapse-active:after{
	background-image: url(../images/collapse-up.svg);
}

.collapse-holder.capitol .no-display.athon-collapse-collapsible:after{
	display: none;
}

.text-feedback-rating{
	min-width: 220px;
}

.rating-modul{
	position: absolute;
	right: 25%;
	bottom: 30px;
	
}

.div-continut-mesaj.capitol{
	background-color: rgb(6, 190, 225);
	color: white;
	text-shadow: 1px 0 3px #666;
	margin-bottom: -20px;
}

.txt-avg-cap{
	font-family: Poppins, sans-serif;
	font-size: 13px;	
}

.txt-avg-cap span{
	text-shadow: 1px 0 3px #666;
	color: yellow;
}

.cap-av-txt{
	color: #ccc;
}

.rating-label{
	display: inline;
	color: yellow; 
	font-size: 32px; 
	text-shadow: 1px 0 3px #666;
	margin-left: 10px;
}

.mesaj-trunchiat label{
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
}

.div-icon-mesagerie{
	position: relative!important;
}

.mesagerie-nr{
	display: inline-block;
	position: absolute;
	bottom: 2px;
	right: 3px;
	font-size: 9px;
	font-weight: 300;
	color: red;
	border: 1px solid #06bee1;
	border-radius: 6px;
	background: #eee;
	line-height: 1;
	padding: 1px 3px;
	    font-family: Roboto, sans-serif;
	    text-decoration: none;
}

.mesagerie-nr:hover{
	color: darkred;
}

.nr-capitole-list{
	font-family: Poppins, sans-serif;
	font-size: 12px;
	font-weight: 400; 
	line-height: 1.2;
}

.lesson-block-wrap.new.dash-stud{
	margin-top: 45px;
}

.label-date-profil.link-brainmap a{
	color: #8ecae6;
}

.block-universitate-2 .acronim-universitate{
	grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
}

.block-universitate-2 .div-numar-module{
	grid-area: 2 / 2 / 3 / 3;
}

.text-fisier a{
    margin-left: 0px;
    color: #023047;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}

.image-24.avatar-profil-consilier {
    margin: 5px 10px!important;
}

.image-24.avatar-profil-mentor {
    margin: 5px 10px!important;
}

.conv-link-box{
	margin-top: -1px;
	text-align: right;
}

.conv-link{
	background-color: #eeeeee;
	color: #06bee1;
	border: 0px solid #06bee1;
	padding: 2px 5px;
	border-radius: 0 0 3px 3px;
	display: inline-block;
	text-decoration: none;
	font-size: 11px;
	margin-right: 0;
	
}

.div-continut-mesaj.mesagerie:hover .conv-link{
	background-color: #06bee1;
	color: #ffffff;
}

.div-continut-mesaj.mesagerie:hover .conv-link:hover{
	background-color: #3898ec;
}

.mesaj-trunchiat.mesaj.conv-lista{
	border-radius: 5px 5px 0 5px!important;
}

.card-mesaj.conversatie.selected{
	border: 1px solid #06bee1;
	background-color: #c7f5fe;
}

.navigation-dropdown-nav.w--open{
	min-width: 250px;
}

.btn-search-conv{
	background-color: #06bee1;
	border-radius: 5px;
	-webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    text-align: center;
    display: block;
    height: 38px;
	padding: 8px 12px;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    margin-top: 10px;
}
.btn-search-conv:hover{
    background-color: #3898ec;
}

.container-socializare .image-24.avatar-profil-consilier{
	margin: 5px auto!important;
}

.container-socializare .faq-title{
	font-size: 16px;
}

@media screen and (max-width: 479px){
	.lesson-block-wrap.new .nr-capitole-list{
		font-size: 9px;
	}
	
	.tag.tag-nume span{
		font-size: 12px;
		line-height: 14px;
	}
	
	.btn-descriere-new{
		font-size: 10px;
		padding: 5px 10px;
	}
	
	.btn-descriere-new-left{
		margin-left: 15px;
	}
	
	.w-form input[type="file"]{
		font-size: 14px;
	    padding: 8px 12px;
	    width: 100%;
	    height: 38px;
   		margin-top: 10px;
	    margin-bottom: 10px;
	    border-style: solid;
	    border-width: 1px;
	    border-color: #aaa;
	    border-radius: 8px;
	}
	
	.inputFile a{
		font-size: 13px;
		line-height: 1;
	}
	
	.tag.poza.fisier{
		width: 100%;
	}
	
	.descriere-new-block-item-view{
		font-size: 14px;
	}
	
	.collapse-holder.capitol .title{
		flex-direction: column;
	}
	
	.flex-download-files{
		padding-left: 10px!important;
		line-height: 1;
	}
	
	.grid-cadru-didactic .hero-paragraph-2{
		font-size: 11px;
	}
	
	.view-notificare .div-buton-meniu-notificari{
		border: 0;
	}
	
	.lesson-block-3.card-forum.lesson-block-5, .forum-list .bara-paginare, .forum-list .search-row{
		width: 300px!important;
	}
	
	.scsErr, .scsInfo, .scsWarn{
		font-size: 11px;
		line-height: 1.1;
		padding: 5px;
		margin: 0 5px;
	}
}

@media screen and (max-width: 767px) {
	.benchmark{
		
	}
}	