:root {
    --invi-color: transparent;
    
    --green-btn: #497740;
    --blue-btn: #3c8fe5;
    
    --text-edit-color: #333852;
    --white: #fff;
    --grey-text: #757c85;
    --orange-text: #df4842;
    --red-text: #ff0000;
    
    --p1-bgcolor:#d82fc0;
	/* --p2-bgcolor:#fe4209; */
	/* --p2-bgcolor:#f2724b; */
	--p2-bgcolor:#fe835f;
	--p3-bgcolor:#18aced;
	--p4-bgcolor:#fc8e16;
	--p4-bgcolor-light: #fef3e7;
	--p5-bgcolor:#27c99c;
	--pn3-color:#505050;
	--call-bgcolor:var(--p1-bgcolor);
}

.editform textarea, .editform input[type="text"], .editform select, .editform .selectize-input{
	padding: 5px 10px;
    border: 0px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
    background: #fff;
    color: #1789FB;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    
}

.selectize-input {
    height: 25px;
    min-height: 25px;
    line-height: 1.3;
}

.editform textarea:hover, .editform input[type="text"]:hover, .editform select:hover, .editform .selectize-input:hover{
	box-shadow: 0 0 1px 3px rgba(39, 201, 156, .5);
	border: 0px solid var(--p5-bgcolor);
}

.public-list .row-div .Text{
	padding: 5px 10px;
    border: 0px solid #aaa;
    border-radius: 5px;
    font-size: 13px;
    background: #ddd;
    color: #1789FB;
    width: 100%;
    box-sizing: border-box;
    display: block;
    min-height: 25px;
    /* cursor: not-allowed; */
    margin-bottom: 3px;
}

.callActive, .callActive span{
	background: var(--p4-bgcolor);
	color: var(--white);
}

.countdown{
	background: var(--p4-bgcolor-light);
	color: var(--text-edit-color);
}

.green-text{
	color: var(--green-btn)!important;
}

.red-text{
	color: var(--red-text)!important;
}

.orange-text{
	color: darkorange;
}

.public-list .row-div{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	background: #efefef;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: left;
	border: 0px dotted #3b5272;
	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%);
	transition: box-shadow 0.2s;
}

.row-scor{
	text-align: center;
	padding: 10px 20px;
}

.scor-verde{
	background: green;
	color: white;
	text-align: center;
	display: inline-block!important;
	width: auto;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.scor-rosu{
	background: red;
	color: white;
	text-align: center;
	display: inline-block!important;
	width: auto;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.public-list .row-div.title-row{
	background: #757c85!important;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
}

.row-div.info-missing{
	background: red!important;
	color: white;
	border: 1px solid red;
	margin-top: 10px;
}

.list-part .row-div{
	margin-left: 0px;
	margin-right: 0px;
}

.row-div:hover{
	/* background: #ddd; */
}

.nobackground{
	background: none;
	text-align: center;
}

.nobackground:hover{
	background: none;
}

.half-size{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	
}

.treime-size{
	width: 30%;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}

.public-list .row-div .text-subtitle{
	display: block;
	border-bottom: 0px solid #1dbf6c;
	margin-bottom: 5px;
	font-weight: 600;
	text-transform: uppercase;
	color: #666;
	text-shadow: 0px 0px 0px #1dbf6c;
	letter-spacing: 1px;
}

.row-div:hover {
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.row-div .text-subtitle span{
	font-weight: normal;
}

.public-list .row-div .text-obs{
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

.row-div .count-char{
	margin-top: 5px;
	text-align: right;
	font-size: 13px;
	color: red;
}

.row-div .count-char strong{
	color: blue;
}

.row-div .count-char label{
	color: green;
}

.cmsTitle{
	margin-left:5px;
	margin-right: 12px;
}

.public-list{
	border: 2px solid #3b5272;
	background-color: #fff;
	overflow: hidden;
	border-radius: 0 3px 5px 5px;
	padding: 20px;
}

select, input[type="text"]{
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #aaa;
	font-size: 12px;
	color: #1789FB;
	background-color: #fff;
}

.search-row{
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	border-radius: 5px;
	margin-bottom: 5px;
}

.list-item{
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	background-color: white;
}

.list-item:hover{
	background-color: #ddd;
}

.nr-crt{
	border-radius: 50%;
	height: 25px;
	width: 25px;
	background-color: #1789FB;
	color: white;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 11px;
}

.list-item input[type="button"]{
	float: right;
}

.cod-dep{
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
}

.proj-container{
	background-color: white;
	padding: 20px;
	border: 1px solid #aaa;
	border-radius: 10px;
}

.elig-zone h2{
	font-size: 20px;
	font-weight: bold;
	align: center;
	margin-bottom: 15px;
}

.proj-title{
	color: #1789FB;
	font-size: 16px;
}

.elig-zone h3{
	font-weight: 500;
	font-size: 18px;
	text-decoration: underline;
	margin-top: 15px;
	margin-bottom: 10px;
}

.elig-zone textarea{
	width: 90%;
	height: 150px;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #aaa;
	font-size: 12px;
	color: #1789FB;
	background-color: #fff;
}

.elig-zone th{
	background-color: #1789FB;
	color: white;
	padding: 10px;
	height: 30px;
	border: 1px solid #eee;
}

.elig-zone td{
	border: 1px solid #eee;
	background-color: #ddd;
	padding: 10px;
}

.elig-zone .rol-text{
	font-weight: 500;
	color: #666;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 5px;
	display: inline-block;
}

.elig-zone .name-text{
	color: #1789FB;
}

.trans-stats{
	margin-top: 20px;
	margin-bottom: 20px;
}

.trans-stats .criteria{
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	color: #666;
	border: 1px dashed #1789FB;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.trans-stats .criteria label{
	color: #1789FB;
	font-weight: bold;
}

.nat-elig, .transnat-elig{
	background-color: #666;
	padding: 5px 10px;
	border-radius: 5px;
	margin-top: 10px;
	color: #ccc;
}

.coord-info{
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	color: darkblue;
}

.transnat-elig{
	background-color: #ffefd2;	
}

.transnat-elig label{
	color: blue;
}

.auxtxt{
	color: #999;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	margin-top: 5px;
}

.ag-list{
	display: inline-block;
	background-color: #c6e2ff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-top: 10px;
}

.ag-list span{
	font-weight: bold;
}

.ui-menu-item{
	border-bottom: 1px dashed #888;
	padding: 10px;
}

#right {
    padding: 15px !important;
}

::placeholder{
	color: #aaa;
}

.ui-menu{
	font-size: 12px;	
}

.tablePages{
	padding: 10px;
	text-align: center;
	background-color: #ccc;
	border-radius: 5px;
	margin-bottom: 5px;
}

.tablePageNumberSelected {
    -webkit-border-radius: 3px 3px 3px 3px !important;
    -moz-border-radius: 3px 3px 3px 3px !important;
    border-radius: 3px 3px 3px 3px !important;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 9px;
    color: #ffffff;
	background-color: #ff6726;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #ff6726;
	box-shadow: inset 0px -2px 0px #ff6726;
	-moz-box-shadow: inset 0px -2px 0px #ff6726;
	-webkit-box-shadow: inset 0px -2px 0px #ff6726;
}

.tablePageNumberSelected:hover{
	
}

.tablePages{
	
}

.tablePages a{
	-webkit-border-radius: 3px 3px 3px 3px !important;
	-moz-border-radius: 3px 3px 3px 3px !important;
	border-radius: 3px 3px 3px 3px !important;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 9px;
	color: #417dc0;
	background-color: #ffffff;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #e6e6e6;
}
.tablePages a:hover{
	box-shadow: inset 0px -2px 0px #417dc0;
	-moz-box-shadow: inset 0px -2px 0px #417dc0;
	-webkit-box-shadow: inset 0px -2px 0px #417dc0;
	background-color: #417dc0;
	border: 1px solid #417dc0;
	color: #fff;
}

.tablePageNumberLast, .tablePageNumberFirst {
    color: darkorange !important;
	background-color: #eee !important;
}

.scsInfo, .scsErr, .scsWarn {
    width: 95%;
    color: #fff!important;
    background-color: #497740!important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 0;
    padding:10px!important;
    font-size: 13px!important;
    border-radius: 5px;
    text-align: left;
}
.scsInfo label, .scsErr label{
	margin-bottom: 0px;
}

.scsErr{
	background-color: #df4842!important;
}

.scsWarn{
	background-color: #e17c00!important;
}

.athon-menu-group{
	padding: 5px 20px 0px 0px;
}

.athonMenuSelectedBox, .athonMenuUnselectedBox{
	display: inline-block;
	border: 1px solid #3b5272;
	border-radius: 5px 5px 0 0;
	margin-right: 1px;
}

.athonMenuSelectedBox a, .athonMenuUnselectedBox a{
	text-decoration: none;
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	color: white;
	text-transform: uppercase;
	height: 41px;
	line-height: 41px;
}

.athonMenuSelectedBox{
	background-color: #3b5272;
	color: white;
	font-weight: bold;
}

.athonMenuUnselectedBox{
	background-color: #CCC;
}

.athonMenuUnselectedBox a{
	color: #666;
} 

.athonMenuUnselectedBox:hover{
	background-color: #eee;
}

.athonMenuUnselectedBox:hover a{
	color: #1789FB;
}

.menuGroup1{
	margin: 0;
}

/* Evaluare */
.crit-item{
	border-radius: 5px;
	margin: 20px;
	background-color: #ffe8bb;
	border: 1px solid #3b5272;
}



.crit-nume{
	font-weight: bold;
	font-size: 16px;
	background-color: #3b5272;
	overflow: hidden;
	padding: 10px;
	color: #ffffff;
	border-radius: 5px 5px 0 0;
}

.crit-item:hover{
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

.crit-nume label{
	color: #ffc65b;
}

.crit-score{
	float: right;
	text-align: right;
}

.crit-score select{
	width: auto;
	color: darkred;
	font-size: 12px;
}

.crit-score span.Text{
	color: pink;
	display: block;
	font-size: 14px;
}

.crit-score label{
	color: yellow;
	font-size: 12px;
	display: block;
	text-align: right;
	font-weight: normal;
	padding-top: 5px;
}

.crit-obs{
	padding: 10px;
}

.crit-obs ul{
	margin: 0;
	margin-left: 25px;
	line-height: 1.1;	
}

.crit-obs li{
	font-size: 12px;
}

.comment-box{
	padding: 20px;
	padding-top: 0px;
}

.comment-box span.Text, .crit-score span.Text{
	display: block;
	padding: 5px 10px;
    border: 1px solid #999;
    border-radius: 5px;
    font-size: 13px;
    background: #eee;
    color: #0058b0;
    line-height: 1.1;
    font-style: italic;
}

.btn-row{
	background-color: #3b5272;
	text-align: center;
	padding: 10px;
}

.eval-legend{
	padding: 20px;
	background-color: #eee;
}

.eval-legend h3{
	font-size: 16px;
	margin-bottom: 10px;
	text-decoration: underline;
}

.eval-legend p{
	font-size: 13px;
}

.comment-box textarea{
	border-radius: 5px 5px 0 0;
}

.concatenata-table{
	width: 95%;
	margin: 10px auto;
}

.concatenata-table td{
	padding: 5px;
}

.concatenata-table .crit-info .crit-obs{
	border: 1px solid #3b5272;
}

.box-3{
	width: 33.33%;
	padding: 10px;
	vertical-align: top;
}

.box-3.e0{
	background-color: #d9ffd9;
}

.box-3.e1{
	background-color: #fcffce;
}

.box-3.e2{
	background-color: #fee4de;
}

.cmsTitle.concatenata-table{
	border-spacing: 10px;
	border-collapse: separate;
	border-bottom: 0;
	padding-bottom: 0;
}

.cmsTitle.concatenata-table td{
	text-align: center;
}

.total-score{
	border-radius: 5px;
	margin: 20px auto;
	/* background-color: #808080; */
	border: 0px solid green;
	color: white;
	/* padding: 10px; */
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 1.3;
	width: 95%;
	text-transform: uppercase;
}

.total-score.unic{
	background-color: #808080;
	padding: 10px;
}

.total-score span{
	color: orange;
}

.total-score .total-value{
	color: yellow;
	font-size: 12px;
	font-weight: normal;
}

.total-score .total-value span{
	color: yellow;
	font-size: 12px;
	font-weight: normal;
}

.total-score table{
	 border-spacing: 10px;
	 border-collapse: separate;
}

.total-score .concatenata-table{
	width: 100%;
}

.total-score .concatenata-table label{
	color: #3b5272;
}

.total-score .concatenata-table span{
	color: blue;
	display: block;
}

.crit-concat{
	
}

.concat-score{
	font-weight: bold;
	padding: 10px;
	font-size: 14px;
	border-radius: 5px 5px 0 0 ;
}

.comment-box-all .box-3.e0{
	background: #fff;
}

.comment-box-all .box-3.e1{
	background: #fff;
}

.comment-box-all .box-3.e2{
	background: #fff;
}

.box-3.e0 .concat-score, .total-score .box-3.e0{
	background-color: #24ff24;
}

.box-3.e1 .concat-score, .total-score .box-3.e1{
	background-color: #f5ff46;
} 

.box-3.e2 .concat-score, .total-score .box-3.e2{
	background-color: #fc9b83;
}  

.concat-score label{
	color: blue;
}

.concat-obs{
	padding: 10px;
	text-align: justify;
	color: #0000a6;
	font-size: 13px;
	line-height: 1.3;
	border-radius: 0 0 5px 5px;
}

.box-3.e0 .concat-obs{
	background-color: #d9ffd9;
	border: 1px solid #24ff24;
}

.box-3.e1 .concat-obs{
	background-color: #fcffce;
	border: 1px solid #f5ff46;
}

.box-3.e2 .concat-obs{
	background-color: #fee4de;
	border: 1px solid #fc9b83;
}

.status-ev{
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #0000df;
	line-height: 1;
}

.history{
	background-color: #ccc;
	margin: 0 10px 10px 10px;
	border-radius: 5px;
	border: 2px solid #999;
}

.history .comment-box-all .box-3{
	background-color: #ccc;
}

.bar-chart{
	width:100%;
	height:300px;
	border: 2px solid grey;
	border-radius: 5px 5px 5px 0;
}

.chart-explain{
	background-color: grey;
	font-size: 13px;
	color: white;
	padding: 5px 10px;
	text-align: center;
	
	border-radius: 0 0 5px 5px;
	display: inline-block;
	width: auto;
	margin: 0px auto 20px auto;
}

.chart-explain strong{
	color: orange;
	text-transform: uppercase;
	
}

.domIerarhizare{
	display: inline-block;
	padding: 10px;
	background-color: orange;
	color: white;
	border-radius: 5px;
	width: auto;
	font-size: 16px;
	margin: 5px 20px;
}

.elig-item-area{
	background-color: #fff;
	
	border-radius: 5px;
	margin: 10px auto;
	font-size: 12px;
}

.elig-item-area h2.elig-title{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	border-radius: 5px;
	display: inline-block;
	padding: 2px 10px;
	background-color: #eeeeee;
	width: 25%;
}

.elig-item-area .elig-cond{
	color: darkorange;
	font-style: italic;
	display: inline-block;
	width: 70%;
}

.elig-item-area .inline-item{
	background-color: #eeeeee;
	padding: 10px;
	border-radius: 5px;
	width: 95%;
	margin: 2px auto;
	font-size: 12px;
}

.elig-item-area .inline-item .selectize-control{
	display: inline-block;
}

.elig-item-area .elig-obs{
	font-size: 12px;
	line-height: 13px;
	color: darkred;
	font-family: Roboto,sans serif;
	
}

.b2-obs{
	line-height: 15px;
	font-family: Roboto,sans serif;
	color: grey; 
	padding: 5px 20px; 
	font-size: 14px;	
}

.elig-item-area .new-table td{
	border: 2px solid #eee!important;
	background-color: #fff
}

.elig-item-area .rev-detalii span{
	display: inline-block;
	padding: 2px 5px;
	border-radius: 5px;
	border: 1px solid #666;
	color: #666;
	margin-top: 3px;
	background-color:rgba(0,128,255,0.1);
}

.elig-item-area .rev-detalii label{
	color: darkblue;
}

.elig-item-area .inline-item span.obs{
	margin-left:20px;
	color:darkred;
	font-family: Roboto,sans serif;
	display: inline-block;
}

.collapse-holder .title{
	background-image: -moz-linear-gradient( 35deg, rgb(47,56,102) 0%, rgb(109,115,147) 100%);
	background-image: -webkit-linear-gradient( 35deg, rgb(47,56,102) 0%, rgb(109,115,147) 100%);
	background-image: -ms-linear-gradient( 35deg, rgb(47,56,102) 0%, rgb(109,115,147) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#2F3866', endColorstr='#6D7393');
	
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	cursor: pointer;
	display: block;
	border: 1px solid #2F3866;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: orange;
	padding-left: 15px;
	font-weight: 500;
	font-size: 22px;
}

.collapse-holder .title label{
	cursor: pointer;
}

.collapse-holder .content.athon-collapse-content-active {
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	line-height: 15px;
	margin-bottom: 20px;
	margin-top:0;
	background-color: #fff;
	border-left: 1px solid #2F3866;
	border-right: 1px solid #2F3866;
	border-top: 0px solid #6D7393;
	border-bottom: 3px solid #2F3866;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 14px;
	text-align: justify;
	
}

.list-part{
	margin: 20px;
}

.addZone{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}

.new-table{
	width: 97%;
	border-collapse: collapse;
	margin: 20px;
}

.new-table td {
	padding:10px;
	border:1px solid #fff;
	
	background-color: #eee;
	font-size:13px;
}

.new-table td p, .new-table.totals td p{
	font-size:13px;
}

.new-table.totals td{
	background-color: #ccc;
}

.new-table .tdTitleItem {
	color: var(--call-text-color);
	background-color: var(--call-bgcolor)!important;
	height:35px;
	font-size: 14px;
	font-weight: bold;
}

.inputSelectList{
	border-radius: 5px;
}

.inputSelectListItem, .inputSelectListItemSelected{
	padding: 5px 10px!important;
	line-height: 20px;
	border-radius: 3px;
}

.lblBtnUpload{
	border-radius: 3px;
}

.inputUpload span{
	display: inline-block;
	cursor: pointer;
	padding: 4px 10px;
	border-radius: 3px;
}

.inputUpload, label.lblBtnUpload, .fileUpload input[type="file"]{
	cursor: pointer;
}

.fileUpload .inputFile{
	padding: 4px 10px;
}

::-webkit-input-placeholder { /* Edge */
  font-size: 11px;
  font-style: italic;
  color: #999999;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 11px;
  font-style: italic;
  color: #999999;
}

::placeholder {
  font-size: 11px;
  font-style: italic;
  color: #999999;
  opacity: 1; /* Firefox */
}

.scsInfoHeader{
	display: none;
}

.scor-msg{
	text-transform: none;
	font-weight: 400;
	font-style: italic;
	color: #ddd;
	margin-top: 10px;
}

.a-button{
	font-weight: bold;
	background-color: #0b7cc3;
	color: orange;
	padding: 2px 5px;
	border-radius: 5px;
	display: inline-block;
	text-transform: uppercase;
}

.a-button:hover{
	color: yellow;
}

.zecimale{
	font-weight: normal;
	text-transform: none;
	color: #ccc;
}

.txt-b2-title{
	display: block;
	padding: 10px;
	border-radius: 5px;
	background-color: #999;
	color: white;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
}
.txt-b2-title span{
	font-weight: normal;
}

.b2-control-area{
	text-align: center;
	display: block;
	padding: 5px;
	border-radius: 5px;
	/* background-color: #999; */
	margin: 10px 0;
}

.row-citari{
	position: relative;
}

.nrcrt{
	background-color: orange;
	display: inline-block!important;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	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%);
	position: absolute;
	/* left: 40px; */
	top: 10px;
}

.citare-text{
	margin-left: 50px;
	width: 70%!important;
}

select.tip-publicatie{
	width: 50%;
	margin-left: 50px;
}
.Text.tip-publicatie{
	width: 50%;
	margin-left: 50px;
}