@charset "utf-8";
/* CSS Document */

:root {
  --api-color-blue: #1d6a91;    
  --api-color-green: #7fbbbe;
  --api-color-gray: #373435;
  --api-color-pink: #e83e8c;
}


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700&family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500&display=swap');
/* 
font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
*/
body {font-family: 'Open Sans', sans-serif}
body * {box-sizing: border-box;}
a:hover {
    color: #0056b3;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', sans-serif!important; font-weight: 300!important}
.w100 {max-width:100%!important; padding:0 5%!important;}

a {text-decoration:none; color: var(--api-color-blue);}
a:hover {color: var(--api-color-green)!important; cursor: pointer;}
a.acces-platforma {display: inline-block; transition:all 0.3s ease-in-out; position:absolute; bottom: 20px; left:calc((100% - 80px) / 2); text-align:center}
a.acces-platforma:hover  {transform:scale(1.05)} 
/*i.fas {background: white; font-size: 2em;display: block; width: 80px;height: 80px;line-height: 80px; border: 1px solid #000;border-radius:10%}*/
.center { text-align: center; }
div#logos>div.col {display: flex; column-gap:30px}
div#logos>div.col:nth-child(1) {justify-content: flex-end;}
div#platforme {margin: 10vh 0; gap: 20px; text-align:center}
div#platforme .col {background: whitesmoke; padding: 50px 50px 100px 50px; border-radius: 2%; border: 1px solid #eaeaea; position:relative; margin: 0 auto;}

div#platforme h2 {font-size:1.6em; font-weight:400}
div#platforme h3 {font-size:1.3em; font-weight:400; margin:30px 0}
/*.tooltip-inner {background-color: #1a4977; }
.tooltip.bs-tooltip-top .tooltip-arrow::before {border-top-color: #1a4977;}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {border-bottom-color:#1a4977;}
.tooltip.bs-tooltip-start .tooltip-arrow::before {border-left-color:#1a4977;}
.tooltip.bs-tooltip-end .tooltip-arrow::before {border-right-color:#1a4977;}*/
.descriere { margin: 20px 0; border-top: 1px solid #ddd;padding: 20px;font-style: italic;border-bottom: 1px solid #ddd;}
.descriere p { margin: 0; padding: 0;}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 1600px;}
}

form {border: 1px solid #d1ecf1;
    padding: 20px 20px 0 20px;
    background: #d1ecf159;
	border-radius:10px;
}
form .form_group {
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
	border-radius: 5px;
}
.floating-label {
    position: absolute;
    right: 20px;
    top: 6px;
    color: #aaa;
    z-index: 9999;
}
#header {justify-content: center; align-items: center;margin:0px 0 20px 0; padding:20px; border-top:2px solid var(--api-color-blue); border-bottom:1px solid #ddd}
#header img {width:100%}
#header>div:nth-child(2) {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.container.w100 #header img {width:200px}
#header h1 {text-align: center; padding:0px ;color:var(--api-color-blue); font-size: 2.0em;}
.header_help {
    display: block;
    text-align: center;
    font-size: 1.2em;
    color:var(--api-color-gray);
}
.fill_error{border:1px solid red!important}

.header_help a {
    width: 100px;
    background: #eff8fa;
    padding: 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #dc3545;
}

.header_help a i.fa {
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 20px 0 0;
    text-align: center;
    color: #dc3545;
    border: 1px solid #dc3545;
}

#bell {margin:0 0 0 20px; border-radius:50%; padding:4px; background-color: var(--api-color-pink);}


.title {
    margin: 30px;
}

.title h2 {
    color: var(--api-color-pink);
    font-size: 1.6em;
}

div#deadlines {
    margin: 20px 0;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
}

#deadlines  .search {
    border-left: 5px solid #ffd4d4;
    margin: 2px 0 0 0;
    padding: 5px 0 5px 10px;
    background: #fff;
}

#headeradmin {margin:0 0 20px 0 ;}
#headeradmin h1 {font-size: 1.1em; color:var(--api-color-pink);}
#headeradmin h2 {font-size: 1em; color:var(--ubb-color-ubb);}
#headeradmin .header_login {text-align:right;}
#headeradmin .header_login li {
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    border: 1px solid #cadaff;
    padding: 10px 20px;
}
#headeradmin .header_login li a {color:var(--api-color-pink);}
#headeradmin .header_login li i.fas {
    margin: 0 10px 0;
    color: var(--api-color-pink)!important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 6px!important;
}

#table td, #table th {font-size:12px!important; padding:0.5em!important}

.copy { display:block; text-align:center; border-top:2px solid #203b5b; padding:15px 0; color:#000; font-family:Roboto; font-size:1em; margin:30px 0 0 0}
.copy a { color:var(--api-color-blue);}


.btn-warning {
    color: #000!important;
    background-color: #d1ecf1!important;
    border-color: #d1ecf1!important;
}
span.input-group-btn {
    margin: 0 0 0 -6px;
}
.btn-warning:hover {
    color: #fff!important;
    background-color: #007bff!important;
    border-color: #d1ecf1!important;
}
form.needs-validation label span:first-child {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #d1ecf1;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px 0 0;
    font-size: 12px;
}
/*.form-check {display:inline-block!important}*/
.form_group_submit {text-align:center}
.form_group_submit  .btn-primary {width:200px}
/* ================ EMAIL VALIDATE ============== */ 
.input-group-addon {
    font-size: 20px;
    padding: 0 10px;
} 
.input-group-addon.primary {
	color:#007bff;
}
.input-group-addon.success {
    color:#05B365;
    
}
.input-group-addon.info {
    color: rgb(57, 179, 215);
}
.input-group-addon.warning {
   color: rgb(240, 173, 78);
}
.input-group-addon.danger {
    color: #e15748;
}

select option {
    color: #000;
}

select option:disabled {
    color: #f2f2f2;
	display:none;
}


/* ================ LOGIN FORM  ============== */ 
	.login-form {
		max-width: 600px;
		margin: 0 auto;
		padding: 100px 0 30px 0;		
	}
	.login-form .form {
		color: #7a7a7a;
		border-radius: 5px;
    	margin-bottom: 15px;
        font-size: 20px;
        background: #ececec;
        padding: 20px;	
        position: relative;	
    }
	.login-form h2 {
		font-size: 22px;
        margin: 35px 0 25px;
    }
	.login-form .avatar {
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -50px;
		width: 95px;
		height: 95px;
		border-radius: 50%;
		z-index: 9;
		background: #0062cc;
		padding: 15px;
		
	}
	.login-form .avatar img {
		width: 100%;
	}
    .login-form .btn {        
        font-size: 16px;
		background: #0062cc;
		border: none;
		width:100%;
    }
	.login-form .btn:hover, .login-form .btn:focus {
		background: #004085;
        outline: none !important;
	}
.login-form .eye {
    background: #ddd!important;
    border: 1px solid #c5c5c5!important;
}
.header_login { text-align: center; }
.header_title { padding: 20px 0; }
.header_login ul {
    padding: 0;
    margin: 1rem 0;
}
#header .header_login li {
    list-style: none;
    display: inline-block;
    margin: 1px;
    border: 1px solid var(--api-color-blue);
    padding: 10px;
}
#header .header_login li i.fas {
    margin: 0 5px 0 0px;
    color:var(--api-color-blue)!important;
}
#toolbar h2 {color:var(--api-color-pink); font-size:1.5em}
.backend-error { display: block!important; border-color: #dc3545!important; }
.backend-error-text { color: #dc3545!important; }

@media only screen and (max-width: 720px) {
  #header img {width:200px;}
	#header>div:nth-child(1) {border:none!important; text-align:center; margin:0 0 20px 0}
}
form#statusForm, form#observationForm {
    padding: 20px;
}
.admin_article {margin:40px 0}

.admin_article form#validate {
    padding: 10px;
	
}
.admin_article form#validatecsi {
    padding: 10px;     background: #ff57221a;
	
}
.statusfac .btn-group.btn-group-toggle {
    min-width: 280px;
}
input.venit {
    width: 80px;
}
.row .help ul {display:flex} 
.row .help li {
    padding: 10px 20px;
    list-style: none;
	width:33%
}
.row .help li:nth-child(1) { background:#efebd6}
.row .help li:nth-child(2) { background:#ffd1d1}
.row .help li:nth-child(3) { background:#e5ffeb}
.bg-color-3 { background:#e5ffeb} /* -- 3 = valid -- */
.bg-color-4 { background:#ffd1d1} /* -- 4 = neeligibil -- */
.bg-color-2 { background:#efebd6} /* -- 2 = incomplet / sters -- */
.bg-color-1 { background:#e5e9ff} /* -- 1 = descarcat -- */
.modal-body img {    
width: 100%;
    margin: 20px 0;
    border: 1px solid #6c757d;
}

.statusfac .btn-outline-primary.active, .statusfac .btn-outline-primary:active, .statusfac .show>.btn-outline-primary.dropdown-toggle {
    background: #8bcafc!important;
    color: #000!important;
}
.statusvenit .btn-outline-primary.active, .statusvenit .btn-outline-primary:active, .statusvenit .show>.btn-outline-primary.dropdown-toggle {
    background: #8bcafc!important;
    color: #000!important;
}
.disabled {  pointer-events: none; }

/* dashboard */
.dashboard_table table {
    margin: 50px 0;
    border: 0;
}

.dashboard_table table th {
    text-align: center;
}

.dashboard_table table th, .dashboard_table table td {
    padding: 10px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #999;
}

.box {
    border: 1px solid #9f9f9f;
    padding: 20px;
    margin: 10px;
}
.box .box {
    border: 1px solid #9f9f9f;
    padding: 10px;
    margin: 10px 0;
}
.box p {
    margin: 5px;
    padding: 0;
}
.box span:not(.badge) {color:var(--api-color-pink);}
.box table {margin:10px;}
.box table td {padding:2px 10px;}
.box form, #table form {
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
    border-radius: 0!important;
    background: transparent!important;
}

#dashboard_table > .box {flex-basis: 48%; width:48%}

#table td .btn {font-size:0.6rem!important}
#table td .btn {padding:0.8em!important}
#table>tbody>tr>td {padding:10px!important;vertical-align: top!important;}
/* ALERTS */
.alert-hidden {
    display: none;
    visibility: hidden;
}
.myAlert{
    display: none;
}
.myAlert {
    position: fixed!important;
    z-index: 9999;
    width: 96%;
}
.myAlert-top{
    top: 5px; 
    left:2%;
}

.myAlert-bottom{
    bottom: 5px;
    left:2%;
}
.modal-dialog {
    max-width: 800px!important;
}
.modal-dialog span {
    color: var(--api-color-pink);
}
.bg-color { background:#e5ffeb}
.row .help li:nth-child(1) { background:#efebd6}
.row .help li:nth-child(2) { background:#ffd1d1}
.row .help li:nth-child(3) { background:#e5ffeb}
.bg-color-1 { background:#e5e9ff} /* -- 1 = descarcat -- */
.bg-color-2 { background:#ffd1d1} /* -- 2 = invalid -- */
.bg-color-3 { background:#e5ffeb} /* -- 3 = valid -- */

.spec_level {
    font-size: 1.5em;
    color: #e91e63;
    border-top: 1px solid #e91e63;
}

.spec_form {
    font-size: 1.4em;
    color: #2196f3;
    margin: 5px;
    border: 1px solid #fff;
    padding: 5px;
    background: #ececec;
}

.spec_language {
    font-weight: 700;
    font-size: 1.2em;
}

div#editUser_specializations input, div#addUser_specializations input {
    margin: 0 20px;
}

button#upload_file, button#solicit_file {display:inline!important}
a.button_red {
    border: solid 1px var(--api-color-pink);
    padding: 5px;
    margin: 5px;
    display: block;
    text-align: center;
    background: var(--api-color-pink);
    color: #fff;
}
a.button_red:hover {
    color: #fff;
}

/* ========== MEDIA 600 ======== */

@media (max-width: 600px) {
    .dashboard_title .col {
        flex-basis: auto;
        text-align: center;
    }
    .dashboard_title .col button {
        width: 100%;
    }


#header h1 {
    font-size: 1.5em!important;
    margin: 10px 0;
    padding: 0;
    text-align: center;
}
#header .header_login ul {margin:0; padding: 0}
#header .header_login ul li {margin:10px 0; padding: 10px}
.row {margin-right:10px!important; margin-left:10px!important}
}

/* Loading overlay styles */
.loading-overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); /* Átlátszó fekete háttér */
    z-index: 9999; /* Legyen az összes elem fölött */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: not-allowed; /* Mutassa, hogy nem kattintható */
}
.loading-overlay-div {
    visibility: visible;
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0.1); /* Átlátszó fekete háttér */
    z-index: 9999; /* Legyen az összes elem fölött */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: not-allowed; /* Mutassa, hogy nem kattintható */
}

/* Spinner styles */
.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 15px 0;
    animation: spin 1s linear infinite;
}

/* Spinner animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.bootstrap-table {
    width: 100%;
}