body {
	font-family: 'Roboto', sans-serif;
background-color: #f0f6f6;
	-webkit-font-smoothing: antialiased;
	position: relative;
	margin: 0px;
	z-index: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	color: #4d4d4d;
	
	-webkit-text-fill-color: #4d4d4d;
	transition: background-color 5000s ease-in-out 0s;
}
html{
	overflow:scroll;
}
@media screen and (max-width: 767px){
	.search-input{
		font-size: 18px;
		margin-top: 10px;
	}
	.search-label{
		position: absolute;
		top: 0px;
		left: 0;
		color: #4d4d4d;
		font-size: 14px;
		z-index: 0;
		transition: 120ms ease-out;
	}
	.lg-form{
		top: 10px;
		font-size: 18px;
		font-weight: bold;
	}
	.search-input:focus + .search-label, .search-input:valid + .search-label{
		top: -15px;
		font-size: 10px;
		line-height: 1;
		left: 0;
		transition: 120ms ease-in-out;
		color: #e84924;
		font-weight: bold;
	}
	.login-form{
		display: flex;
		flex-direction: column;
		justify-content: center;		
	}
	.login-form .label-control{
		width: 100%;
		margin: 0px 0px 30px 0px;
	}
	.login-form .label-control:last-of-type{
		margin: 0px 0px 10px 0px;
	}
}
@media screen and (min-width: 768px){
	.search-input{
		font-size: 30px;
	}
	.login-form{
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-bottom:20px;
	}
	.login-form .label-control{
		width: 300px;
		margin: 0px 20px;
	}
	.search-label{
		position: absolute;
		top: 10px;
		left: 0;
		color: #4d4d4d;
		font-size: 20px;
		z-index: 0;
		transition: 120ms ease-out;
	}
	.search-input:focus + .search-label, .search-input:valid + .search-label{
		top: -15px;
		font-size: 14px;
		left: 0;
		transition: 120ms ease-in-out;
		color: #e84924;
		font-weight: bold;
	}
}
@media screen and (max-width: 1024px){

	.body-light{
		padding: 0px 30px;
	}
	.results-row-head{
		flex-direction: column;
		display: none;
	}
	.results-row {
		flex-direction: column;	
	}
	.results-column:last-of-type{	
		border-radius: 0px 0px 10px 10px;
		position: relative;
	}	
	.results-column:last-of-type::after{
		content: '';
		position: absolute;
		background-color: rgba(255,255,255,0.2);
		width: 120px;
		height: 100%;
		left: calc(50% - 60px);
		top: 0;
	}
	.results-column{
		padding: 10px 0px;
		min-width: 25%;
		transition: 200ms ease-in-out;
	}
	.flex-c-sb{
	display: flex;
	flex-direction: column;	
}
.flex-c-sb  .common{
	    width: 94.5%;	  
	    margin: 0 auto;
}
.flex-c-sb  .common:first-of-type{
margin-bottom: 20px;
}

.if-column{
	width: 100%;
}
}
@media screen and (min-width: 1025px){
	.if-column{
	width: 30%;
}
.flex-c-sb .common{
	width: 48%;
}
	.results-row-head{
		flex-direction: row;
		display: flex;

	}
	.flex-c-sb{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
	.results-column:last-of-type{	
		border-radius: 0px 10px 10px 0px;
	}
	.results-row {
		flex-direction: row;	
	}
	.results-column{
		padding: 10px 0px;
		min-width: 25%;
		transition: 200ms ease-in-out;
	}
}
.body-light{
	margin: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.flex-width-ctrl{
	width: 100%;
}
.main-info-ct h2{
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 35px;
}
.wrapper {
	max-width: 1400px;
	margin: 0 auto;
	background-color: white;
	border-radius: 10px;
	margin-bottom: 20px;
}
.wrapper-admin{
	max-width: 1420px;
	margin: 0 auto;
	margin-bottom: 20px;	
}
.add_shadow {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}
.footer_info p {
	text-align: center;
}
.head_message h1 {
	text-align: center;
}
.head_message h1 span {
	font-weight: bold;
}
.flex_display_ct {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.fdi_left {
	width:160px;
	background-color: #f28d15;
	border-radius: 10px 0px 0px 10px;
}
.fdi_right {
	width: 100vw;

}
.fdi_right p {
	margin: 0px;
}
.header{
	padding: 20px 0px;
}
.footer{
	padding: 20px 0px;
}
.table_ct{
	width: 100%;
}
.main_team_table thead{
	background-color: #e84924;
}
.main_team_table thead tr th{
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: 400;
}
.main_team_table thead tr th:last-of-type{
	border-radius: 0px 10px 0px 0px;
}
.main_team_table{	
	width: 100%;
}
table{
	border-spacing: 0px;
	-webkit-border-horizontal-spacing: 0px;
	-webkit-border-vertical-spacing: 0px;
}
.main_team_table tbody tr{
	line-height: 2;
	border: 2px solid rgba(0,0,0,1)!important;
	transition: 100ms ease-out;
	outline-offset: 2px;
	outline: 2px solid rgba(0,0,0,0);
	cursor: default;
}
.main_team_table tbody tr:hover{
	outline: 2px solid #e84924;
	transition: 120ms ease-in;
	outline-offset: -1px;
}
.main_team_table tbody tr td{
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
	padding: 10px 15px;
}
.main_team_table tr:last-of-type > td:last-of-type{
	border-radius: 0px 0px 10px 0px;
}
td[data-status="1"]{
	background-color: #63b063;
	color: white;
	text-transform: uppercase;
}
td[data-status="0"]{
	background-color: #c74d4d;
	color: white;
	text-transform: uppercase;
}
.main_controll_list{
	display: flex;
	justify-content: flex-start;
}
/*START STILIZARE SEARCH FORM*/
.search-input{	
	width: 100%;
	position: relative;
	outline: none;
	border: none;	
	z-index: 1;
	background-color: transparent;
}
.label-control{
	display: block;
	margin: 0 auto;
	width: 90%;
	position: relative;
}

.search-input:focus, .search-input:valid{
	color: #4d4d4d;
}



.label-control::after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #f28d15;
	position: absolute;
	display: block;
	bottom: -2px;
	left: 0;
	z-index: 0;
	transition: 200ms ease-out;
}
.label-control::before{
	content: '';
	position: absolute;
	right: 0;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background-color: #4fa6d0;
	transition: 300ms ease-in-out;
	z-index: 1;
}
.label-control:focus-within::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background-color: #4fa6d0;
	transition: 300ms ease-in-out;
}

/*END STILIZARE SEARCH FORM*/

/*START STILIZARE AFISARE REZULTATE*/
.results-container{	
}
.main-info-ct{
	padding: 0px 10px;
}

.results-row{	
	cursor: default;
	display: flex;	
	justify-content: space-between;
	margin-bottom: 20px;	
	border-radius: 10px;	
	transition: 200ms ease-in-out;
	background-color: white;		
}
.results-row:hover{
	transition: 120ms ease-in-out;	
	-webkit-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.2);
}
.results-row-head{
	cursor: default;
	justify-content: space-between;
	margin-bottom: 20px;	
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,0);
	color: white;
	background-color: #2b9ad1;
}
.results-row-head p{
	text-transform: uppercase;
}
.on .results-row:hover{
	
	transition: 200ms ease-in-out;
}
.on .results-row:hover .results-column{	
	transition: 200ms ease-in-out;
}
.on .results-row:hover .results-column:last-of-type{
	border-right: none;
}
.on .results-row:hover .results-column p{
	color: white;
	transition: 200ms ease-in-out;
}
.results-column p{
	margin: 0px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.2;
	text-align: center;
	transition: 200ms ease-in-out;
}

.status[data-status="angajat"] .sts-ctrl, .status[data-status="colaborator"] .sts-ctrl{	
	color: #63b063;
	text-transform: uppercase;
}
.results-row[data-status="angajat"], .status[data-status="colaborator"] {
	border: 2px solid #63b063;

}
.add_shadow[data-status="angajat"], .status[data-status="colaborator"] {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(99,176,99,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(99,176,99,0.2);
	box-shadow: 0px 2px 5px 0px rgba(99,176,99,0.2);
}
.results-row[data-status="angajat"]:hover, .status[data-status="colaborator"]:hover {
	background-color: #63b063;
	transition: 200ms ease-in-out;		
}
.status[data-status="angajat"]:hover, .status[data-status="colaborator"]:hover{
	transition: 200ms ease-in-out;		
}
.add_shadow[data-status="incetat"], .add_shadow[data-status="suspendat"] {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(199,77,77,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(199,77,77,0.2);
	box-shadow: 0px 2px 5px 0px rgba(199,77,77,0.2);
}
.status[data-status="incetat"] .sts-ctrl, .add_shadow[data-status="suspendat"] .sts-ctrl{	
	color: #c74d4d;
	text-transform: uppercase;
}
.results-row[data-status="incetat"]:hover, .add_shadow[data-status="suspendat"]:hover {
	background-color: #c74d4d;
	transition: 200ms ease-in-out;		
}
.results-row[data-status="incetat"], .add_shadow[data-status="suspendat"] {
	border: 2px solid #c74d4d;
}
.status[data-status="incetat"]:hover, .add_shadow[data-status="suspendat"]:hover{
	transition: 200ms ease-in-out;
	background-color: #c74d4d;
}
/*SFARSIT STILIZARE AFISARE REZULTATE*/
.wrapper-logo p{	
	text-align: center;
}
.wrapper-logo img{
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0 auto;
}

/*STILIZARE FORMULAR LOGIN*/

.btn-container{
	max-width: 300px;
	margin: 20px auto;
}
.btn{
	width: 100%;
	font-size: 20px;
	background-color:#f28d15; 
	outline: none;
	border: 1px solid #f28d15;
	color: white;
	padding: 10px 0px;
	border-radius: 30px;
	transition: 200ms ease-in-out;
}
.btn:hover{
	border: 1px solid #4fa6d0;
	background-color: #4fa6d0; 
	transition: 200ms ease-in-out;
}
.btn:active{
	transform: translateY(-2px);
	transition: 50ms ease-in-out;
}
.btn:focus{
	border: 1px solid #000000;
}
/*SFARSIT STILIZARE FORMULAR LOGIN*/
.not-found p span{
	color: white;
	background-color: #e21e24;
	padding: 10px 20px;
	border-radius: 30px;
}
.not-found{
	margin-bottom: 20px;
}
.log-fail {
	position: relative;
}
.log-fail p{	
	margin-bottom: 20px;
	color: #da2025;
	font-weight: bold;
	text-align: center;	
}

/*LOGOUT LIGHT*/
.logout-light{		
	position: sticky;
	min-width: 150px;
	top: 0;
	left: calc(50% - 75px);	
	z-index: 9999;
}
.logout-light a{
	text-decoration: none;
	color: white;
	background-color: #d62026;
	padding: 10px 15px;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	display: block;
	border-radius: 0px 0px 10px 10px;
	-webkit-box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.30);
	transition: 200ms ease-in-out;
	transform: scale(0.9) translateY(-5px);
}
.logout-light a:hover{
	transition: 120ms ease-in-out;
	background-color: #e21e24;
	-webkit-box-shadow: 0px 15px 8px -3px rgba(0, 0, 0, 0.60);
	-moz-box-shadow: 0px 15px 8px -3px rgba(0, 0, 0, 0.60);
	box-shadow: 0px 4px 15px -3px rgba(0, 0, 0, 0.60);
	transform: scale(1) translateY(0px);
}
/*END LOGOUT LIGHT*/
.wrapper-results{
	max-width: 1400px;
	margin: 0 auto;	
	margin-bottom: 20px;
	width: 100%;
}
.admin-wrp{
	max-width: 1200px;
	margin: 0px auto;
}
/*ADMIN*/
.add-padding-med{
	padding: 10px;
}

.special-width{
	
}
.tables-head {
	margin-bottom: 20px;
	padding: 5px 0px;
	color: white;
	background-color: #2b9ad1;
	border-radius: 5px;
	font-size: 18px;
}
.tables-head  .data-item{	
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.tables-results .data-item{	
	text-align: center;
	border-right:1px solid rgba(0,0,0,0.3);
}
.data-item:nth-child(1){
	width: 11.67%;
}
.data-item:nth-child(2){
	width: 11.67%;
}
.data-item:nth-child(3){
	width: 30%;
}
.data-item:nth-child(4){
	width: 11.67%;
}
.data-item:nth-child(5){
	width: 11.67%;
}
.data-item:nth-child(6){
	width: 11.67%;
}
.data-item:nth-child(7){
	width: 11.67%;
}
.tables-results{
	margin: 15px 0px;
	padding: 5px 0px; 
	border-radius: 5px;
	border: 2px solid rgba(0,0,0,0.1);
	transition: 100ms ease-in-out;
}
.tables-results:last-of-type{
	margin-bottom: 0px;
}
.data-item p{
	margin: 0px;    
}
.data-item:last-of-type{
	border-right: none;
}
.main-data-container{
	
}
.home-ctrl[data-status="ANGAJAT"] .data-item:last-of-type{	
	color: #63b063;
	font-weight: bold;
}
.home-ctrl[data-status="ANGAJAT"]:hover{
	transition: 120ms ease-in-out;
	border: 2px solid #63b063;
}
.home-ctrl[data-status="INCETAT"] .data-item:last-of-type{	
	color: #c74d4d;
	font-weight: bold;	
}
.home-ctrl[data-status="INCETAT"]:hover{
	transition: 120ms ease-in-out;
	border: 2px solid #c74d4d;
	
}
thead tr[role=row]{
	background-color: #4fa6d0;
	color: white;
	border-radius: 10px 10px 0px 0px;
}
thead tr[role=row] th:first-of-type{
	border-radius: 10px 0px 0px 0px;	
}
thead tr[role=row] th:last-of-type{
	border-radius: 0px 10px 0px 0px;	
}
.table tbody tr td:nth-child(2){
	text-align: left!important;
}

.dt-buttons{
	margin-bottom: 5px;
}
/*END ADMIN*/

/*SEARCH RESULTS COSTUM*/
.ui-menu{

}
.ui-widget.ui-widget-content{
	border: 1px solid transparent!important;
}
.ui-widget-content{	
	background-color: #f28d15!important;
	color: white!important;
	border-radius: 15px; 
	padding: 20px!important;
	-webkit-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.2);
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active{
	margin: 0px!important;
}

.ui-menu-item-wrapper{
	transition: 120ms ease-out!important;
	border: 1px solid transparent!important;
}
/*END SEARCH RESULTS COSTUM*/
section .title{
	color: #2b2a29;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
}
.flex-c-sb  .common{		
	padding: 0px 10px 15px 10px;
	background-color: white;
	border-radius: 10px;
}

.nav-links .link{
	text-decoration: none;
	background-color: #f28d15;
	color: white;
	font-size: 0.88em;
	line-height: 1.6em;
	padding: 0.5em 1em;
	border-radius: 30px;
	border: 1px solid #f28d15;
	transform: translateY(0px);
	transition: 120ms ease-in-out;
}
.nav-links .accent{
	border: 1px solid #d62026;
	background-color: #d62026;
}
.nav-links .link:hover{
	background-color: #4fa6d0;
	border: 1px solid #cccccc;
	transition: 120ms ease-in-out;
	cursor: pointer;
}
.nav-links .link:active{
	border: 1px solid #525252;
	transform: translateY(-10px);
	transition: 120ms ease-in-out;
	background-color: #4fa6d0;
}
.nav-links .link:focus{
	background-color: #4fa6d0;
	border: 1px solid #525252;
	transform: translateY(-10px);
	outline: none;
	transition: 120ms ease-in-out;
}
.dataTables_filter{
	position: relative;
}
.dataTables_filter input{
	border: none;
	outline: none;
	font-size: 16px;
	font-weight: normal;
}
.dataTables_filter label::after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #f28d15;
	position: absolute;
	display: block;
	bottom: -2px;
	left: 0;
	z-index: 0;
	transition: 200ms ease-out;
}
.imported-data-ct{
	text-align: center;
	margin: 4px 0px!important;
	line-height: 1;
}
.imported-data-ct .updated span{
	color: #2b983a;
	font-weight: bold;
}
.imported-data-ct .success{
	color: #2b983a;
	font-weight: bold;	
}
.imported-data-ct .success span{
    background-color: #f28d15;
    border-radius: 30px;
    color: white;
    padding: 2px 10px;
}
.imported-data-ct .error{
color: #2b2a29;
	font-weight: bold;	
}
.imported-data-ct .error span{
  background-color: #e01e24;
    border-radius: 30px;
    color: white;
    padding: 2px 10px;
}
.imported-data-ct .inserted span{
	    font-weight: bold;
    color: #f28d15;
}

.if-title p{
font-size: 30px;
font-weight: bold;
text-align: center;
line-height: 1;
transition: 100ms ease-out;
padding-bottom: 20px;
cursor: default;
transform: translateY(0px);
color: #4fa6d0;
}
.if-title p span{
background-color: #4fa6d0;
border-radius: 50%;
padding: 5px 12px;
color: white;
transition: 100ms ease-out;
}
.inside-form{
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
}
.if-column:hover .if-title p{
	color: #f28d15;
	transition: 120ms ease-in;		
	transform: translateY(-5px);
}
.if-column:hover .if-title p span{
transform: translateY(-2px);
background-color: #f28d15;
transition: 120ms ease-in;
}
.upload-label p{
text-align: center;
margin: 0px;
font-size: 18px;
font-weight: bold;
}
.upload-label p span{
 background-color: #f28d15;
    border-radius: 30px;
    color: white;
    padding: 2px 10px;
}
.hidden-upload{
	display: none;
}
.upload-icon{
	cursor: pointer;
}
.upload-icon svg{
height: 50px;
display: block;
margin: 0 auto;
}

.s-upload-arrow{
	fill: white;
}
.tr-scale{
transition: 120ms ease-out;	
}
.upload-icon:hover .tr-scale{
transform: translateY(-100px);
transition: 200ms ease;
}
.upload-icon:hover .s-upload-bullet{
fill: #2ba43b;
transition: 100ms ease;
}
.s-upload-bullet{
transition: 100ms ease;
}
.s-doc{
transition: 100ms ease;
}
.upload-icon:hover .s-doc{
fill: #4fa6d0;
transition: 100ms ease;
}
.file-p{
	text-align: center;
	font-size: 14px;
}
.file-p span{
color: #2ba43b;
font-weight: bold;
}
.inside-form .right{
opacity: 0;
	max-height: 0px;
}
.staged .right{
opacity: 1;
	max-height: 300px;
	transition: 100ms ease;
}
.staged .file-p{
font-size: 20px;
}
.staged .left .if-content{

}
.staged .if-title p{
margin-bottom: 0px;
}
.popup-mask{
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100vw;
	max-height: 100vh;
	background-color: rgba(0,0,0,0.8);
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login-form-reg .label-control{
margin-bottom: 30px;
}
.label-control-select{
	text-align: center;
	font-size: 20px;
	color: #4d4d4d;
}
.label-control-select select{
	font-size: 20px;
	color: #4d4d4d;
	background-color: white;
	border:none;
	outline: none;
	font-weight: bold;
}