10/10/2025 - 17:30

branche_01062025
Cherif 2025-10-10 17:32:30 +02:00
parent 144a912dc9
commit aeb9ec9af3
139 changed files with 37843 additions and 3732 deletions

File diff suppressed because it is too large Load Diff

162
PROD_CODE_FRONT/index.html Normal file
View File

@ -0,0 +1,162 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<link rel="stylesheet" href="../src/App.css">
<script src="https://widget-js.cometchat.io/v2/cometchatwidget.js"></script>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!--
<script type='text/javascript'>
var link = !!document.querySelector("link[rel='canonical']") ? document.querySelector("link[rel='canonical']") : document.createElement('link');
link.setAttribute('rel', 'canonical');
link.setAttribute('href', location.protocol + '//' + location.host + location.pathname);
document.head.appendChild(link);
</script>
<script type='text/javascript'>
if (String(location.pathname) === "/") {
var link1 = document.createElement('meta');
link1.setAttribute('name', 'description');
link1.setAttribute('content', "Éditeur Français de logiciels de gestion pour organismes de formation - Gestion administrative, CRM, E-Learning, Marketplace");
document.head.appendChild(link1);
var link2 = document.createElement('meta');
link2.setAttribute('name', 'robots');
link2.setAttribute('content', "index,follow");
document.head.appendChild(link2);
var link3 = document.createElement('meta');
link3.setAttribute('name', 'title');
link3.setAttribute('content', "A propose MySy Training Technology");
document.head.appendChild(link3);
}
</script>
-->
<link rel="apple-touch-icon" href="%PUBLIC_URL%/MYSY-LOGO-BLUE_192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-37423053-2"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VQJL28S28H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-VQJL28S28H');
</script>
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-5MR9Z8N2');</script>
<!-- End Google Tag Manager -->
<script src="https://js.stripe.com/v3/"></script>
<!-- <script src="https://cdn.tiny.cloud/1/1e3z9qnqh8jrw2xowh8c3zo8edc333zy5jdt7albegzcv752/tinymce/6/tinymce.min.js" referrerpolicy="origin"></script> -->
<!-- <script src="tinymce/js/tinymce/tinymce.min.js"></script> -->
<script src="/tinymce/tinymce.min.js" referrerpolicy="origin"></script>
<script>
tinymce.init({
selector: '#mytextarea',
license_key: 'gpl|<your-license-key>'
});
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-37423053-2");
</script>
<!-- Smartsupp Live Chat script -->
<script type="text/javascript">
var _smartsupp = _smartsupp || {};
_smartsupp.key = '2193f283b62a483c4d12f96fb3e48d866f1bfe61';
window.smartsupp || (function (d) {
var s, c, o = smartsupp = function () { o._.push(arguments) }; o._ = [];
s = d.getElementsByTagName('script')[0]; c = d.createElement('script');
c.type = 'text/javascript'; c.charset = 'utf-8'; c.async = true;
c.src = 'https://www.smartsuppchat.com/loader.js?'; s.parentNode.insertBefore(c, s);
})(document);
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-17B18WZKPN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-17B18WZKPN');
</script>
<!-- Google Fonts-- >
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap"
rel="stylesheet">
-->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5MR9Z8N2" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>

View File

@ -1,44 +1,14 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<link rel="stylesheet" href="../src/App.css">
<script src="https://widget-js.cometchat.io/v2/cometchatwidget.js"></script>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!--
<script type='text/javascript'>
var link = !!document.querySelector("link[rel='canonical']") ? document.querySelector("link[rel='canonical']") : document.createElement('link');
link.setAttribute('rel', 'canonical');
link.setAttribute('href', location.protocol + '//' + location.host + location.pathname);
document.head.appendChild(link);
</script>
<script type='text/javascript'>
if (String(location.pathname) === "/") {
var link1 = document.createElement('meta');
link1.setAttribute('name', 'description');
link1.setAttribute('content', "Éditeur Français de logiciels de gestion pour organismes de formation - Gestion administrative, CRM, E-Learning, Marketplace");
document.head.appendChild(link1);
var link2 = document.createElement('meta');
link2.setAttribute('name', 'robots');
link2.setAttribute('content', "index,follow");
document.head.appendChild(link2);
var link3 = document.createElement('meta');
link3.setAttribute('name', 'title');
link3.setAttribute('content', "A propose MySy Training Technology");
document.head.appendChild(link3);
}
</script>
-->
<script src="https://js.stripe.com/v3/"></script>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/MYSY-LOGO-BLUE_192.png" />
<!--
@ -46,46 +16,7 @@
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-37423053-2"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VQJL28S28H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-VQJL28S28H');
</script>
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-5MR9Z8N2');</script>
<!-- End Google Tag Manager -->
<script src="https://js.stripe.com/v3/"></script>
<!-- <script src="https://cdn.tiny.cloud/1/1e3z9qnqh8jrw2xowh8c3zo8edc333zy5jdt7albegzcv752/tinymce/6/tinymce.min.js" referrerpolicy="origin"></script> -->
<!-- <script src="tinymce/js/tinymce/tinymce.min.js"></script> -->
<script src="/tinymce/tinymce.min.js" referrerpolicy="origin"></script>
<script>
tinymce.init({
@ -95,58 +26,10 @@
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-37423053-2");
</script>
<!-- Smartsupp Live Chat script -- >
<script type="text/javascript">
var _smartsupp = _smartsupp || {};
_smartsupp.key = '2193f283b62a483c4d12f96fb3e48d866f1bfe61';
window.smartsupp || (function (d) {
var s, c, o = smartsupp = function () { o._.push(arguments) }; o._ = [];
s = d.getElementsByTagName('script')[0]; c = d.createElement('script');
c.type = 'text/javascript'; c.charset = 'utf-8'; c.async = true;
c.src = 'https://www.smartsuppchat.com/loader.js?'; s.parentNode.insertBefore(c, s);
})(document);
</script> -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-17B18WZKPN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-17B18WZKPN');
</script>
<!-- Google Fonts-- >
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap"
rel="stylesheet">
-->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5MR9Z8N2" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="root"></div>
<!--

164
public/index_ORIG.html Normal file
View File

@ -0,0 +1,164 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<link rel="stylesheet" href="../src/App.css">
<script src="https://widget-js.cometchat.io/v2/cometchatwidget.js"></script>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!--
<script type='text/javascript'>
var link = !!document.querySelector("link[rel='canonical']") ? document.querySelector("link[rel='canonical']") : document.createElement('link');
link.setAttribute('rel', 'canonical');
link.setAttribute('href', location.protocol + '//' + location.host + location.pathname);
document.head.appendChild(link);
</script>
<script type='text/javascript'>
if (String(location.pathname) === "/") {
var link1 = document.createElement('meta');
link1.setAttribute('name', 'description');
link1.setAttribute('content', "Éditeur Français de logiciels de gestion pour organismes de formation - Gestion administrative, CRM, E-Learning, Marketplace");
document.head.appendChild(link1);
var link2 = document.createElement('meta');
link2.setAttribute('name', 'robots');
link2.setAttribute('content', "index,follow");
document.head.appendChild(link2);
var link3 = document.createElement('meta');
link3.setAttribute('name', 'title');
link3.setAttribute('content', "A propose MySy Training Technology");
document.head.appendChild(link3);
}
</script>
-->
<link rel="apple-touch-icon" href="%PUBLIC_URL%/MYSY-LOGO-BLUE_192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-37423053-2"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VQJL28S28H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-VQJL28S28H');
</script>
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-5MR9Z8N2');</script>
<!-- End Google Tag Manager -->
<script src="https://js.stripe.com/v3/"></script>
<!-- <script src="https://cdn.tiny.cloud/1/1e3z9qnqh8jrw2xowh8c3zo8edc333zy5jdt7albegzcv752/tinymce/6/tinymce.min.js" referrerpolicy="origin"></script> -->
<!-- <script src="tinymce/js/tinymce/tinymce.min.js"></script> -->
<script src="/tinymce/tinymce.min.js" referrerpolicy="origin"></script>
<script>
tinymce.init({
selector: '#mytextarea',
license_key: 'gpl|<your-license-key>'
});
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-37423053-2");
</script>
<!-- Smartsupp Live Chat script -- >
<script type="text/javascript">
var _smartsupp = _smartsupp || {};
_smartsupp.key = '2193f283b62a483c4d12f96fb3e48d866f1bfe61';
window.smartsupp || (function (d) {
var s, c, o = smartsupp = function () { o._.push(arguments) }; o._ = [];
s = d.getElementsByTagName('script')[0]; c = d.createElement('script');
c.type = 'text/javascript'; c.charset = 'utf-8'; c.async = true;
c.src = 'https://www.smartsuppchat.com/loader.js?'; s.parentNode.insertBefore(c, s);
})(document);
</script> -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-17B18WZKPN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-17B18WZKPN');
</script>
<!-- Google Fonts-- >
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap"
rel="stylesheet">
-->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5MR9Z8N2" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>

View File

@ -95,7 +95,7 @@ function App() {
const New_Sign_Up_2025 = lazy(() => import("./pages/new_p_sign_up_2025"));
const New_Sign_In_2025 = lazy(() => import("./pages/new_p_sign_in_2025"));
const Student_Account = lazy(() => import("./pages/student_account"));
const Account = lazy(() => import("./pages/account"));
const Account = lazy(() => import("./pages/account"));
const TestUrl = lazy(() => import("./pages/testurl"));
const Mon_Ent_Student = lazy(() => import("./pages/mon_ent_student"));
const Mon_Intranet_Public = lazy(() => import("./pages/mon_intranet_public"));

View File

@ -3095,7 +3095,7 @@ registerLocale('fr', fr);
setalert_message("Vous devez préciser le sujet du suivi ");
setalert_type("error");
return;
}
}
const stored_cookie = getCookie('tokenmysypart');
form.append("token", stored_cookie);
@ -5861,7 +5861,7 @@ registerLocale('fr', fr);
// Hide the export menu after the export
hideMenu?.();
}}
>
>
Export Excel
</MenuItem>
);
@ -10822,7 +10822,7 @@ registerLocale('fr', fr);
<div className="div_row" style={{ "textAlign": "right", "marginTop": "0.5rem" }}>
<Button className="bton_emarge" onClick={(event) => {
Export_Apprenant_Notes();
}}>Exporter (excel)</Button>
}}>Export excel</Button>
</div>
<div className="session_data">

File diff suppressed because it is too large Load Diff

View File

@ -321,6 +321,8 @@ const DisplayPartnerPromotion = (props) => {
},
{ field: 'entre_scolaire', headerName: 'Entrée Scol.', hide: false, minWidth: 150, flex: 1, renderCell: (params) => <ExpandableCell_50 {...params} />, },
{ field: 'code_session', headerName: 'Code Promo', hide: false, minWidth: 200, flex: 1, renderCell: (params) => <ExpandableCell_50 {...params} />, },
{ field: 'session_title', headerName: 'Titre', hide: false, flex: 1, minWidth: 250, renderCell: (params) => <ExpandableCell_50 {...params} />, },
@ -405,7 +407,7 @@ const DisplayPartnerPromotion = (props) => {
{ field: 'nb_inscrit', headerName: 'Insc', minWidth: 20, align: "center", hide: true, hideable: true, renderCell: (params) => <ExpandableCell_50 {...params} />, },
{ field: 'nb_preinscrit', headerName: 'Preinsc.', minWidth: 20, align: "center", hide: false, hideable: true, renderCell: (params) => <ExpandableCell_50 {...params} />, },
{
field: 'prix_session', headerName: 'Prix', minWidth: 20, align: "center",
field: 'prix_session', headerName: 'Prix', minWidth: 20, align: "center", hide: false,
renderCell: (params) => <ExpandableCell_50 {...params} />,
},
{ field: 'title', headerName: 'Formation', minWidth: 250, flex: 1, align: "center", hide: true, hideable: true, renderCell: (params) => <ExpandableCell_50 {...params} />, },
@ -415,13 +417,13 @@ const DisplayPartnerPromotion = (props) => {
{ field: 'site_formation_id', headerName: 'site_formation_id', with: 0, align: "center", hide: true, disableExport: true, },
{ field: 'qty_in_quotation', headerName: 'Place Non validé ', with: 150, align: "center", hide: false, renderCell: (params) => <ExpandableCell_50 {...params} />, },
{ field: 'qty_in_quotation_list_quotation', headerName: 'List Devis ', with: 150, align: "center", hide: false, renderCell: (params) => <ExpandableCell_50 {...params} />, },
{ field: 'qty_in_quotation', headerName: 'Place Non validé ', with: 150, align: "center", hide: true, renderCell: (params) => <ExpandableCell_50 {...params} />, },
{ field: 'qty_in_quotation_list_quotation', headerName: 'List Devis ', with: 150, align: "center", hide: true, renderCell: (params) => <ExpandableCell_50 {...params} />, },
{ field: 'site_formation_nom', headerName: 'Site Ftion', with: 150, align: "center", hide: true, renderCell: (params) => <ExpandableCell_50 {...params} />, },
{
field: 'invoiced_statut', headerName: 'Facturé', minWidth: 100, flex: 1, maxWidth: 150, hide: false, editable: false,
field: 'invoiced_statut', headerName: 'Facturé', minWidth: 100, flex: 1, maxWidth: 150, hide: true, editable: false,
renderCell: (cellValues) => {
return (
<div style={{ paddingLeft: "5px", paddingRight: "10px", "display": "block", wordBreak: "break-all", fontFamily: 'DM Sans', }}>
@ -2199,6 +2201,8 @@ const DisplayPartnerPromotion = (props) => {
var local_archive = JSON.parse(x).archive;
var local_entre_scolaire = JSON.parse(x).entre_scolaire;
var local_session_nb_participant = JSON.parse(x).nb_participant;
var local_session_nb_inscrit = JSON.parse(x).nb_inscrit;
var local_session_taux_remplissage = String(parseFloat(String(JSON.parse(x).taux_remplissage)).toFixed(2));
@ -2224,6 +2228,7 @@ const DisplayPartnerPromotion = (props) => {
"nb_inscrit": local_session_nb_inscrit,
"taux_remplissage": local_session_taux_remplissage,
"archive": local_archive,
"entre_scolaire": local_entre_scolaire,
};
new_data2.push(node);
setTaskStatus(new_data2);
@ -2259,6 +2264,7 @@ const DisplayPartnerPromotion = (props) => {
"date_fin": local_date_fin,
"session_etape": local_session_etape,
"archive": local_archive,
"entre_scolaire": local_entre_scolaire,
"is_session_alert": local_is_session_alert,
"invoiced_statut": local_invoiced_statut,
"session_alert_message": local_session_alert_message,
@ -2293,6 +2299,7 @@ const DisplayPartnerPromotion = (props) => {
"session_alert_message": "",
"class_id": "",
"archive": "",
"entre_scolaire": "",
};
new_data2.push(node);
@ -6018,6 +6025,11 @@ const DisplayPartnerPromotion = (props) => {
document.getElementsByName("site_formation")[0].style.backgroundColor = "#ECEFF1";
}
if (document.getElementsByName("entree_scolaire")[0]) {
document.getElementsByName("entree_scolaire")[0].disabled = true;
document.getElementsByName("entree_scolaire")[0].style.backgroundColor = "#ECEFF1";
}
// Pour les champs spécifiques
if (String(addOneSession) !== "1") {
@ -6190,6 +6202,11 @@ const DisplayPartnerPromotion = (props) => {
document.getElementsByName("site_formation")[0].style.backgroundColor = "#FFFFFF ";
}
if (document.getElementsByName("entree_scolaire")[0]) {
document.getElementsByName("entree_scolaire")[0].disabled = false;
document.getElementsByName("entree_scolaire")[0].style.backgroundColor = "#FFFFFF ";
}
// Pour les champs spécifiques
for (let i = 0; i < rows_champs_specifics.length; i++) {
@ -6580,6 +6597,9 @@ const DisplayPartnerPromotion = (props) => {
form.append("titre", p_detail_titre);
form.append("location_type", p_detail_location_type);
form.append("entre_scolaire", p_detail_entre_scolaire);
form.append("is_bpf", p_detail_is_bpf);
form.append("price_by", p_prix_session_by);
@ -6863,7 +6883,10 @@ const DisplayPartnerPromotion = (props) => {
//form.append("formateur", p_one_formateur);
form.append("formateur_id", p_one_formateur_id);
form.append("titre", p_one_titre);
form.append("location_type", p_one_location_type);
// form.append("location_type", p_one_location_type);
form.append("entre_scolaire", p_detail_entre_scolaire);
form.append("is_bpf", p_one_is_bpf);
form.append("price_by", p_one_prix_session_by);
@ -6897,8 +6920,6 @@ const DisplayPartnerPromotion = (props) => {
form.append("date_fin_inscription", "");
}
form.append("attestation_certif", "");
form.append("type_session", "1");
@ -7093,7 +7114,7 @@ const DisplayPartnerPromotion = (props) => {
if (String(res.data.status) === "true") {
//console.log(" In GetCurrentSession res.data.status = " + res.data.status);
//console.log(" In GetCurrentSession res.data.message r_class = " + res.data.message);
// console.log(" In GetCurrentSession res.data.message r_class = " + res.data.message);
//console.log(" In GetCurrentSession res.data.message len = " + String(res.data.message).length);
setLoading(false);
@ -7109,6 +7130,8 @@ const DisplayPartnerPromotion = (props) => {
if (mylocaltraining.session_status) {
setp_session_status(mylocaltraining.session_status);
var result2 = status_tab.filter((local_mymanager) => local_mymanager.value === String((mylocaltraining.session_status)))
// console.log(" ### session_status = ", result2)
if (result2[0])
setp_session_status_label(result2[0].label);
@ -7137,6 +7160,13 @@ const DisplayPartnerPromotion = (props) => {
}
}
if (mylocaltraining.entre_scolaire) {
setp_detail_entre_scolaire(mylocaltraining.entre_scolaire);
} else {
setp_detail_entre_scolaire("");
}
if (mylocaltraining.nb_valide_inscription_entreprise) {
setnb_valide_inscription_entreprise(mylocaltraining.nb_valide_inscription_entreprise);
} else {
@ -9318,6 +9348,9 @@ const DisplayPartnerPromotion = (props) => {
const [p_detail_titre, setp_detail_titre] = useState();
const [p_detail_entre_scolaire, setp_detail_entre_scolaire] = useState("");
const [p_detail_location_type, setp_detail_location_type] = useState();
const [p_detail_location_type_label, setp_detail_location_type_label] = useState("");
@ -9361,6 +9394,16 @@ const DisplayPartnerPromotion = (props) => {
value: '0',
label: 'Inactif',
},
{
value: '2',
label: 'Clôturer',
},
{
value: '-1',
label: 'Annulé',
},
];
@ -13631,7 +13674,8 @@ const DisplayPartnerPromotion = (props) => {
setalert_message("Impossible de générer le QR code (2) ");
setalert_type("error");
} else {
fileDownload(res.data, nom_fichier_cmd)
fileDownload(res.data, nom_fichier_cmd);
GetListeEmargement(selected_session_id, selected_internal_url);
}
}).catch((error) => {
@ -14750,6 +14794,17 @@ const DisplayPartnerPromotion = (props) => {
const [info_affiche_place_disponible, setinfo_affiche_place_disponible] = useState("");
const New_Option_Entre_Scolaire = [
{ "id": "2024", "label": "2024/2025", "value": "2024" },
{ "id": "2025", "label": "2025/2026", "value": "2025" },
{ "id": "2026", "label": "2026/2027", "value": "2026" },
{ "id": "2027", "label": "2027/2028", "value": "2027" },
{ "id": "2028", "label": "2028/2029", "value": "2028" },
{ "id": "", "label": "", "value": "" },
]
const New_Option_pres_dist_hyp = [
{ "id": "1", "label": "Distanciel", "value": "1" },
{ "id": "2", "label": "Hybride", "value": "2" },
@ -20095,6 +20150,7 @@ const DisplayPartnerPromotion = (props) => {
class_id: JSON.parse(item).class_id,
class_lms_class_code: JSON.parse(item).class_lms_class_code,
archive: JSON.parse(item).archive,
entre_scolaire: JSON.parse(item).entre_scolaire,
}
@ -21918,22 +21974,21 @@ const DisplayPartnerPromotion = (props) => {
/>
</div>
{edit_session_form && <div className="session_caract"> Emplacement <br />
{edit_session_form && New_Option_Entre_Scolaire.length > 0 && <div className="session_caract"> Entrée Scolaire <br />
<Autocomplete
disablePortal
name="titre_session"
id="titre_session"
name="entree_scolaire"
id="entree_scolaire"
className="disabled_style"
options={emplacement_tab}
value={p_detail_location_type_label}
options={New_Option_Entre_Scolaire}
value={New_Option_Entre_Scolaire.filter((data) => (data).value === String(p_detail_entre_scolaire))[0].label}
onChange={(event, value) => {
if (value && value.value) {
setp_detail_location_type(value.value);
setp_detail_location_type_label(value.label);
setp_detail_entre_scolaire(value.value);
IssessionChanged();
} else {
setp_detail_location_type("");
setp_detail_location_type_label("");
setp_detail_entre_scolaire("");
IssessionChanged();
}
}}
@ -21946,26 +22001,28 @@ const DisplayPartnerPromotion = (props) => {
/>
</div>}
{!edit_session_form && <div className="session_caract"> Emplacement <br />
{!edit_session_form && New_Option_Entre_Scolaire.length > 0 && <div className="session_caract"> Entrée Scolaire <br />
<TextField
sx={{ '& legend': { display: 'none' }, '& fieldset': { top: 0 }, }}
required
name="emplacement_session"
id="emplacement_session"
name="entree_scolaire"
id="entree_scolaire"
InputLabelProps={{
shrink: true,
}}
disabled={!edit_session_form}
className="disabled_style"
value={p_detail_location_type_label}
value={New_Option_Entre_Scolaire.filter((data) => (data).value === String(p_detail_entre_scolaire))[0].label}
/>
</div>}
@ -22202,7 +22259,7 @@ const DisplayPartnerPromotion = (props) => {
/>
</div>}
{!edit_session_form && String(p_session_status) === "0" && <div className="session_caract">Statut <br />
{!edit_session_form && String(p_session_status) !== "1" && <div className="session_caract">Statut <br />
<TextField
name="session_status_not_change_font"
id="session_status_not_change_font"
@ -22401,7 +22458,7 @@ const DisplayPartnerPromotion = (props) => {
filterTime={filterPassedTime_end}
dateFormat="dd/MM/yyyy"
className="disabled_style"
locale={'fr'}
locale={'fr'}
/>
</div>
<div className="session_caract"> <b> Nombre Places </b><br />
@ -22481,7 +22538,7 @@ const DisplayPartnerPromotion = (props) => {
//filterTime={filterPassedTime_end}
dateFormat="dd/MM/yyyy"
className="disabled_style"
locale={'fr'}
locale={'fr'}
/>
</div>}
@ -22964,22 +23021,21 @@ const DisplayPartnerPromotion = (props) => {
/>
</div>
<div className="session_caract"> Emplacement <br />
{New_Option_Entre_Scolaire.length > 0 && <div className="session_caract"> Entrée Scolaire <br />
<Autocomplete
disablePortal
name="one_emplacement_session"
id="one_emplacement_session"
name="one_entree_scolaire"
id="one_entree_scolaire"
className="disabled_style"
options={emplacement_tab}
value={p_one_location_type_label}
options={New_Option_Entre_Scolaire}
value={New_Option_Entre_Scolaire.filter((data) => (data).value === String(p_detail_entre_scolaire))[0].label}
onChange={(event, value) => {
if (value && value.value) {
setp_one_location_type(value.value);
setp_one_location_type_label(value.label);
setp_detail_entre_scolaire(value.value);
} else {
setp_one_location_type("");
setp_one_location_type_label("");
setp_detail_entre_scolaire("");
}
}}
@ -22990,7 +23046,8 @@ const DisplayPartnerPromotion = (props) => {
}
/>
</div>
</div>}
<div className="session_caract"> Site de Formation<br />
@ -23272,7 +23329,7 @@ const DisplayPartnerPromotion = (props) => {
filterTime={filterPassedTime_end}
dateFormat="dd/MM/yyyy"
className="disabled_style enable_style"
locale={'fr'}
locale={'fr'}
/>
</div>
@ -23323,7 +23380,7 @@ const DisplayPartnerPromotion = (props) => {
//filterTime={filterPassedTime_end}
dateFormat="dd/MM/yyyy"
className="disabled_style enable_style"
locale={'fr'}
locale={'fr'}
/>
</a>
</div>}
@ -26862,7 +26919,7 @@ const DisplayPartnerPromotion = (props) => {
}}>Imprimer la liste</Button>
<Button className="bton_emarge" onClick={(event) => {
GetListeEmargement(selected_session_id, selected_internal_url);
}}>Actualiser la liste</Button><br />
}}>Actualiser</Button><br />
</div>
<div className="session_data">
@ -27336,12 +27393,12 @@ const DisplayPartnerPromotion = (props) => {
<Button className="bton_emarge" onClick={(event) => {
Getall_Survey_hot_evaluation_By_Session();
}}>Actualiser la liste</Button>
}}>Actualiser</Button>
<Button className="bton_emarge" onClick={(event) => {
Export_survey_hot_eval_datatab_class();
}}>Exporter (excel)</Button>
}}>Export excel</Button>
</div>

View File

@ -161,7 +161,7 @@ const useStyles = makeStyles((theme) => ({
const DisplayPartnerSession = (props) => {
registerLocale('fr', fr);
registerLocale('fr', fr);
const stored_cookie_session_display_view = getCookie('mysy_session_display_view');
const stored_cookie_session_data_row_grouped_by = getCookie('mysy_session_data_row_grouped_by');
@ -1643,10 +1643,8 @@ const DisplayPartnerSession = (props) => {
);
},
},
]
const columns_list_emargement = [
{ field: 'id', headerName: 'id', hide: true },
{ field: '_id', headerName: '_id', hide: true },
@ -1674,6 +1672,8 @@ const DisplayPartnerSession = (props) => {
);
},
},
{ field: 'mode_envoi', headerName: 'Mode Envoi', minwidth: 200, flex: 1, hide: true, editable: false, renderCell: (params) => <ExpandableCell_50 {...params} />, },
{ field: 'time_in_hour', headerName: 'Nb Heure', minWidth: 100, flex: 1, hide: false, editable: false, renderCell: (params) => <ExpandableCell_50 {...params} />, },
{
field: 'date_envoi', headerName: 'Envoyé le', width: 180, hide: false, editable: false,
@ -5200,6 +5200,11 @@ const DisplayPartnerSession = (props) => {
setDialog_convention_open(true);
}
else if (String(actionmass_insc_val) === "convention_individuelle") {
setDialog_1_message("CONVENTION_STAGIAIRE_INDIVIDUELLE");
setDialog_convention_open(true);
}
else if (String(actionmass_insc_val) === "emarg_qr_code") {
@ -9430,7 +9435,7 @@ const DisplayPartnerSession = (props) => {
},
];
const status_tab = [
const status_tab = [
{
value: '1',
label: 'Actif',
@ -9439,9 +9444,20 @@ const DisplayPartnerSession = (props) => {
value: '0',
label: 'Inactif',
},
{
value: '2',
label: 'Clôturer',
},
{
value: '-1',
label: 'Annulé',
},
];
const session_ondemande_tab = [
{
value: '1',
@ -11546,7 +11562,8 @@ const DisplayPartnerSession = (props) => {
.then((data) => data.json())
.then((data) => {
setLoading(false);
//console.log('Success:', data['message'], "data['status'] = ", data['status']);
// console.log('Success:', data['message'], "data['status'] = ", data['status']);
setGetListePreinscrit_emarg_result(data['message']);
setRows_emarg(data['message']);
if (String(data['status']) === String("Err_Connexion")) {
@ -12268,8 +12285,6 @@ const DisplayPartnerSession = (props) => {
form.append("type_doc", type_doc);
form.append("courrier_template_type_document_ref_interne", courrier_template_type_document_ref_interne);
var myurl = process.env.REACT_APP_API_URL + "myclass/api/Get_List_Conventions_Stagiaire_With_Filter/";
setLoading(true);
@ -12459,8 +12474,8 @@ const DisplayPartnerSession = (props) => {
}
var url = process.env.REACT_APP_API_URL + "myclass/api/Prepare_and_Send_Convention_From_Session_For_Selected_Inscrit_By_PDF/" + stored_cookie + "/" + selected_session_id + "/" + selected_convention_id + "/" + tab_my_inscription_ids;
console.log(" ### tab_my_inscription_ids = ", tab_my_inscription_ids);
console.log(" ### url = ", url);
// console.log(" ### tab_my_inscription_ids = ", tab_my_inscription_ids);
// console.log(" ### url = ", url);
@ -13019,6 +13034,7 @@ const DisplayPartnerSession = (props) => {
{ "id": "acceslms", "label": "Acces E-Learning", "value": "acceslms" },
{ "id": "convocation", "label": "ConvoCation", "value": "convocation" },
{ "id": "convention_entreprise", "label": "ConVention Entreprise", "value": "convention_entreprise" },
{ "id": "convention_individuelle", "label": "ConVention Individuelle", "value": "convention_individuelle" },
]
const New_Option_PreInscription = [
@ -13164,7 +13180,7 @@ const DisplayPartnerSession = (props) => {
if (String(res.data.status) === String("true")) {
// console.log(" In Getall_Survey_hot_evaluation_By_Session res.data.status = " + res.data.status);
console.log(" In Getall_Survey_hot_evaluation_By_Session res.data.message r_class = " + res.data.message);
// console.log(" In Getall_Survey_hot_evaluation_By_Session res.data.message r_class = " + res.data.message);
setGetall_Survey_hot_evaluation_By_Session_api("true");
setGetall_Survey_hot_evaluation_By_Session_result(res.data.message);
setRows_evaluation(res.data.message);
@ -13705,7 +13721,8 @@ const DisplayPartnerSession = (props) => {
if (String(res.data) === String("false")) {
alert("Impossible de générer le QR code (2) ");
} else {
fileDownload(res.data, nom_fichier_cmd)
fileDownload(res.data, nom_fichier_cmd);
GetListeEmargement(selected_session_id, selected_internal_url);
}
}).catch((error) => {
@ -16627,6 +16644,349 @@ const DisplayPartnerSession = (props) => {
{/* FIN Dialog pour gerer les CONVENTIONS ENTREPRISE*/}
{/* Dialog pour gerer les CONVENTIONS INDIVIDUELLE*/}
<Dialog
open={Dialog_convention_open}
// onClose={Dialog_convention_handleClose}
//className="displaypartnersession"
className="displaypartnersession"
static
onClose={() => null}
PaperProps={{
className: classes.paper, // Apply the paper style
style: {
overflowY: 'unset',
position: 'absolute',
top: '7rem',
margin: "2px",
},
}}
hideBackdrop={true}
disableScrollLock
classes={{
paper: classes.dialog
}}
PaperComponent={PaperComponent}
aria-labelledby="draggable-dialog-title"
>
<DialogTitle style={{ cursor: 'move', fontFamily: "DM Sans" }} id="draggable-dialog-title"> &nbsp; </DialogTitle>
<DialogContent className="DialogContent_width" style={{ "minHeight": "30rem" }}>
<DialogContentText>
{Dialog_1_message}
</DialogContentText>
<div className="session_caract_Dialog" > Type Document<br />
<Autocomplete
disablePortal
name="event_dialog_type_convention"
id="event_dialog_type_convention"
sx={{ '& legend': { display: 'none' }, '& fieldset': { top: 0 } }}
fullWidth
options={New_Option_Type_Document}
onChange={(event, value) => {
if (value && value.value) {
setselected_convention_type(value.value);
Get_List_Stagiaire_Conventions(action_server_ref_interne_doc, action_server_nom_doc,
String(value.value), Dialog_1_message);
}
}}
renderInput={(params) => <TextField {...params} label="" placeholder="Choisir une option"
inputProps={{ ...params.inputProps, style: { fontSize: 12, height: "1.4rem" } }}
/>
}
/>
</div>
{String(partner_digital_signature_status) === "1" && String(selected_convention_type) === "email" &&
String(Dialog_1_message) === "CONVENTION_STAGIAIRE_INDIVIDUELLE" && <div className="session_caract_Dialog" >
<div className="session_caract_Dialog" >
<Tooltip className="tooltip_css" id="tooltip_signat_dig" style={{ "fontSize": "12px" }} />
<a data-tooltip-id="tooltip_signat_dig" data-tooltip-html="Utiliser la fonctionnalité de signature électronique pour ce document ">
<nav className="disabled_style" style={{ "height": '3rem', border: "none" }}
onChange={(e) => {
if (local_partner_digital_signature_status === true)
setlocal_partner_digital_signature_status(false)
else {
setlocal_partner_digital_signature_status(true);
}
}}
id="toggleSwitchNav_1" name="toggleSwitchNav_1">
<ToggleSwitch
label="Signature Digiale" id="toggleSwitch_1" name="toggleSwitch_1" checked={local_partner_digital_signature_status} style={{ height: "2rem" }} />
</nav>
</a>
</div>
</div>}
{String(partner_digital_signature_status) !== "1" && String(selected_convention_type) === "email" && String(Dialog_1_message) === "CONVENTION_STAGIAIRE_INDIVIDUELLE" &&
<div className="session_caract_Dialog" > Signature Digiale <br />
<div className="session_caract_Dialog" >
<Tooltip className="tooltip_css" id="tooltip_signat_dig" style={{ "fontSize": "12px" }} />
<a data-tooltip-id="tooltip_signat_dig" data-tooltip-html="Nous ne disposez pas de l'option de signature électronique ">
<nav className="disabled_style" style={{ "height": '3rem', border: "none" }}
id="toggleSwitchNav_1" name="toggleSwitchNav_1">
<ToggleSwitch
label="Activer la signature digiatale" id="toggleSwitch_1" name="toggleSwitch_1" checked={false} style={{ height: "2rem" }} />
</nav>
</a>
</div>
</div>}
{(String(selected_convention_type) === "email" || String(selected_convention_type) === "pdf") && <div className="session_caract_Dialog" > Choisir une convention
<Autocomplete
disablePortal
name="event_dialog_version_convention"
id="event_dialog_version_convention"
fullWidth
//className="disabled_style enable_style"
options={New_Get_List_Stagiaire_Conventions_result}
onChange={(event, value) => {
if (value && value._id) {
setselected_convention_id(value._id);
if (String(value._id) === "default_mail") {
setselected_convention_type("email");
}
else if (String(value._id) === "default_pdf") {
setselected_convention_type("pdf");
} else {
var result2 = Get_List_Stagiaire_Conventions_result.filter((local_mymanager) => JSON.parse(local_mymanager)._id === String(value._id))
setselected_convention_type(JSON.parse(result2).type_doc);
}
settab_convention_pieces_jointes_result([]);
}
}}
renderInput={(params) => <TextField {...params} label="" placeholder="Choisir une option"
inputProps={{ ...params.inputProps, style: { fontSize: 12, height: "1.4rem" } }}
/>
}
/>
</div>}
{String(selected_convention_type) === "email" && <div className="session_caract_Dialog" >
<Tooltip className="tooltip_css" id="test01" style={{ "fontSize": "12px" }} />
<a data-tooltip-id="test01" data-tooltip-html="Pour recevoir une email de test avant de l'envoyer">
<nav style={{ width: '100%', 'float': 'left' }}> Adresse email de test <FcInfo /> </nav>
<TextField
sx={{ '& legend': { display: 'none' }, '& fieldset': { top: 0 }, width: '75%' }}
name="event_dialog_email_test_convention"
id="event_dialog_email_test_convention"
fullWidth
value={selected_convention_email_test}
onChange={(e) => {
setselected_convention_email_test(e.target.value);
}
}
/>
</a>
{String(selected_convention_type) === "email" && <label className="bton_image_class" style={{ "width": "20%", "float": "right", "height": "3rem", "paddingTop": "15px" }} onClick={(e) => {
if (selected_convention_email_test) {
var validRegex = /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/;
if (!selected_convention_email_test.match(validRegex)) {
// alert("L'adresse email de test est invalide.");
setdisplay_alert_mysy("1");
setalert_message("L'adresse email de test est invalide.");
setalert_type("error");
return;
}
Send_Stagiaire_Conventions_By_Email_Test();
} else {
// alert("L'adresse email de test est invalide.");
setdisplay_alert_mysy("1");
setalert_message("L'adresse email de test est invalide.");
setalert_type("error")
}
}} > <FcSearch /> &nbsp; Test</label>}
</div>
}
{String(selected_convention_type) === "email" &&
String(actionmass_ftion_val) !== String("convention") && <div className="session_caract_Dialog" > Email destinaitaire
<TextField
sx={{ '& legend': { display: 'none' }, '& fieldset': { top: 0 }, }}
name="event_dialog_email_production_convention"
id="event_dialog_email_production_convention"
fullWidth
value={selected_convention_email_destinataire_prod}
onChange={(e) => {
setselected_convention_email_destinataire_prod(e.target.value);
}
}
/>
</div>
}
{String(selected_convention_type) === "email" && <div>
<div>
<div className="div_row" style={{ "border": "None" }}>
<hr className="hr_break" />
</div>
<div className="div_row" style={{ "border": "None", "fontSize": "22px", "fontWeight": "600", "padding": "5px" }}>
Pièces jointes Convention
</div>
<div className="div_row" style={{ "padding": "5px" }}>
<div style={{ "fontSize": "12px" }}>
<label htmlFor="upload_convention_file">
<input
style={{ display: "none" }}
id="upload_convention_file"
name="upload_convention_file"
type="file"
onChange={sessions_file_change_1_convention}
/>
<Fab
color="secondary"
size="small"
component="span"
aria-label="add"
variant="extended"
>
<IoMdAddCircle /> <nav style={{ "fontSize": "12px" }}> Ajouter un fichier </nav>
</Fab>
</label>
</div>
</div>
{tab_convention_pieces_jointes_result && <div className="div_row" style={{ "padding": "5px" }}>
<div className="div_row">
Liste des pièces jointes <br />
{<div className="div_row">
{tab_convention_pieces_jointes_result && tab_convention_pieces_jointes_result.map((val) => (
<div className="div_row_list_pj_convention" >
<nav style={{ "color": "orange", "cursor": "pointer" }}
onClick={(e) => {
Delete_Convention_Attached_Doc(e);
}}
name={val.name} id={val.name}> Supprimer {val.name} </nav> <br />
</div>
))}
</div>}
</div>
</div>}
</div>
</div>}
</DialogContent>
<DialogActions>
<IconButton
// autoFocus
onClick={Dialog_convention_handleClose_buton}
color="primary"
className={classes.customizedButton}
>
<CancelPresentationIcon />
</IconButton>
<div className="div_row">
<div className="div_row_gauche">
{String(selected_convention_type) === "email" && <Button onClick={(e) => {
if (String(selected_convention_email_test).length > 2) {
// On alerte juste l'utilisateur que l'email de test n'est pas vide, juste au cas ou il aurait cliqué par erreur sur l'envoie.
const response = window.confirm(" Vous allez envoyer la convention au destinaitaire final. Continuer ?");
if (!response) {
return;
}
}
Dialog_convention_handleClose_buton();
Send_Stagiaire_Conventions_By_Email();
}}
className="bton_enreg_dialog">Envoyer mail </Button>}
{String(selected_convention_type) === "pdf" &&
<Button className="bton_enreg_dialog" onClick={(e) => {
Dialog_convention_handleClose_buton();
Download_Session_Conventions_PDF();
}}
>Télécharger </Button>}
</div>
<div className="div_row_droite" style={{ "textAlign": 'center' }}>
<Button onClick={Dialog_convention_handleClose_buton} className="bton_annule_dialog" >Fermer</Button>
</div>
</div>
</DialogActions>
</Dialog>
{/* FIN Dialog pour gerer les CONVENTIONS INDIVIDUELLE*/}
{/* Dialog pour gerer les CONVOCATION_STAGIAIRE */}
<Dialog
open={Dialog_CONVOCATION_STAGIAIRE_open}
@ -22275,7 +22635,7 @@ const DisplayPartnerSession = (props) => {
/>
</div>}
{!edit_session_form && String(p_session_status) === "0" && <div className="session_caract">Statut <br />
{!edit_session_form && String(p_session_status) !== "1" && <div className="session_caract">Statut <br />
<TextField
name="session_status_not_change_font"
id="session_status_not_change_font"
@ -22448,10 +22808,10 @@ const DisplayPartnerSession = (props) => {
filterTime={filterPassedTime_start}
dateFormat="dd/MM/yyyy"
className="disabled_style"
locale={'fr'}
locale={'fr'}
/>
</div>
@ -22474,7 +22834,7 @@ const DisplayPartnerSession = (props) => {
filterTime={filterPassedTime_end}
dateFormat="dd/MM/yyyy"
className="disabled_style"
locale={'fr'}
locale={'fr'}
/>
</div>
<div className="session_caract"> <b> Nombre Places </b><br />
@ -22554,7 +22914,7 @@ const DisplayPartnerSession = (props) => {
//filterTime={filterPassedTime_end}
dateFormat="dd/MM/yyyy"
className="disabled_style"
locale={'fr'}
locale={'fr'}
/>
</div>}
@ -23343,7 +23703,7 @@ const DisplayPartnerSession = (props) => {
filterTime={filterPassedTime_end}
dateFormat="dd/MM/yyyy"
className="disabled_style enable_style"
locale={'fr'}
locale={'fr'}
/>
</div>
@ -23394,7 +23754,7 @@ const DisplayPartnerSession = (props) => {
//filterTime={filterPassedTime_end}
dateFormat="dd/MM/yyyy"
className="disabled_style enable_style"
locale={'fr'}
locale={'fr'}
/>
</a>
</div>}
@ -25521,7 +25881,8 @@ const DisplayPartnerSession = (props) => {
String(value.value) === "facturer" || String(value.value) === "emarg_qr_code"
|| String(value.value) === "acceslms"
|| String(value.value) === "convocation"
|| String(value.value) === "convention_entreprise") {
|| String(value.value) === "convention_entreprise"
|| String(value.value) === "convention_individuelle") {
setactionmass_insc_val(value.value);
}
else {
@ -25543,6 +25904,7 @@ const DisplayPartnerSession = (props) => {
{actionmass_insc_val && String(actionmass_insc_val).length > 1 && selectionModel_insc.length >= 1 &&
(String(actionmass_insc_val) === "convocation" ||
String(actionmass_insc_val) === "convention_entreprise" ||
String(actionmass_insc_val) === "convention_individuelle" ||
String(actionmass_insc_val) === "acceslms" ||
String(actionmass_insc_val) === "facturer")
&& <nav className='block_en_mass_bton_action'>
@ -25560,6 +25922,7 @@ const DisplayPartnerSession = (props) => {
{actionmass_insc_val && String(actionmass_insc_val).length > 1 && selectionModel_insc.length >= 1 &&
String(actionmass_insc_val) !== "convocation" &&
String(actionmass_insc_val) !== "convention_entreprise" &&
String(actionmass_insc_val) !== "convention_individuelle" &&
String(actionmass_insc_val) !== "acceslms" &&
String(actionmass_insc_val) !== "facturer" &&
<nav className='block_en_mass_bton_action'>
@ -26946,7 +27309,7 @@ const DisplayPartnerSession = (props) => {
}}>Imprimer la liste</Button>
<Button className="bton_emarge" onClick={(event) => {
GetListeEmargement(selected_session_id, selected_internal_url);
}}>Actualiser la liste</Button><br />
}}>Actualiser</Button><br />
</div>
<div className="session_data" >
@ -27012,6 +27375,7 @@ const DisplayPartnerSession = (props) => {
signature: JSON.parse(item).mysy_manual_signature_img,
comment: JSON.parse(item).comment,
mode_envoi: JSON.parse(item).mode_envoi,
}
))}
@ -27422,12 +27786,12 @@ const DisplayPartnerSession = (props) => {
<Button className="bton_emarge" onClick={(event) => {
Getall_Survey_hot_evaluation_By_Session();
}}>Actualiser la liste</Button>
}}>Actualiser</Button>
<Button className="bton_emarge" onClick={(event) => {
Export_survey_hot_eval_datatab_class();
}}>Exporter (excel)</Button>
}}>Export excel</Button>
</div>

View File

@ -12339,7 +12339,7 @@ setparticipant_data_changed("1");
<div className="div_row" style={{ "textAlign": "right", "marginTop": "0.5rem" }}>
<Button className="bton_emarge" onClick={(event) => {
Export_Inscrit_Notes();
}}>Exporter (excel)</Button>
}}>Export excel</Button>
</div>
<div className="session_data">

View File

@ -334,12 +334,25 @@ function Emarge_QR_Code() {
}
const [signature_pad_width, setsignature_pad_width] = useState(315);
const [signature_pad_height, setsignature_pad_height] = useState(200);
useEffect(() => {
// setselected_e_doc_id(document_id);
// get_E_Document();
if (window.innerWidth < 720) {
setsignature_pad_width(180);
setsignature_pad_height(180);
} else {
setsignature_pad_width(315);
setsignature_pad_height(200);
}
window.scrollTo({
top: 0,
behavior: "smooth",
@ -543,7 +556,7 @@ function Emarge_QR_Code() {
style: {
overflowY: 'unset',
position: 'absolute',
top: '7rem',
top: '11rem',
margin: "2px",
},
}}
@ -560,17 +573,17 @@ function Emarge_QR_Code() {
<DialogTitle style={{ cursor: 'move', fontFamily: "DM Sans" }} id="draggable-dialog-title">Signature Manuscrite </DialogTitle>
<DialogContent className="DialogContent_width" >
<DialogContent className="DialogContent_width" style={{ minWidth: "300px" }}>
<div style={{ width: "100%" }}>
<SignatureCanvas ref={signatureCanvasRef} style={{ "border": "solid 1px red" }} penColor="blue"
canvasProps={{
width: 315,
height: 200,
width: signature_pad_width,
height: signature_pad_height,
style: { border: "1px solid black", borderRadius: "10px" },
}} />
</div>
<div style={{ width: "100%", marginLeft: 'auto', marginRight: 'auto', width: 315 }}>
<div style={{ width: "100%", marginLeft: 'auto', marginRight: 'auto', width: signature_pad_width }}>
<nav className="bton_supprime_image_class" style={{ width: '100%' }} onClick={(e) => {
clearCanvas();
@ -620,7 +633,7 @@ function Emarge_QR_Code() {
{!erreur_recup_e_doc && <DialogTitle style={{ cursor: 'move', background: '#fff', fontFamily: 'DM Sans' }} id="draggable-dialog-title"> Signature </DialogTitle>}
{erreur_recup_e_doc && <DialogTitle style={{ cursor: 'move', background: '#fff', fontFamily: 'DM Sans' }} id="draggable-dialog-title"> Signature - <font color="red"> Identifiants invalides </font></DialogTitle>}
<DialogContent className="DialogContent_width">
<DialogContent className="DialogContent_width" style={{ minWidth: "300px" }}>
<div className="div_row_dialog">
@ -694,7 +707,7 @@ function Emarge_QR_Code() {
{!erreur_recup_e_doc && <DialogTitle style={{ cursor: 'move', background: '#fff', fontFamily: 'DM Sans' }} id="draggable-dialog-title"> Authentification </DialogTitle>}
{erreur_recup_e_doc && <DialogTitle style={{ cursor: 'move', background: '#fff', fontFamily: 'DM Sans' }} id="draggable-dialog-title"> Authentification - <font color="red"> Identifiants invalides </font></DialogTitle>}
<DialogContent className="DialogContent_width">
<DialogContent className="DialogContent_width" style={{ minWidth: "300px" }}>
<div className="div_row_dialog">
@ -717,26 +730,6 @@ function Emarge_QR_Code() {
</div>
</div>
{/* <div className="div_row_dialog">
<div className="session_caract_Dialog" > <b> Télephone </b>
<TextField
autoFocus
margin="dense"
id="secrete_key"
//label="Prix Unitaire"
fullWidth
//variant="standard"
value={selected_e_doc_secret}
onChange={(e) => {
setselected_e_doc_secret(e.target.value);
}
}
/>
</div>
</div>*/}
</DialogContent>
@ -769,8 +762,7 @@ function Emarge_QR_Code() {
<div className="div_row_dialog">
Le document a été signée. Vous allez recevoir le document par email
Le document a bien été signé. Une copie vous sera envoyée par e-mail.
</div>
@ -796,14 +788,14 @@ function Emarge_QR_Code() {
</div>}
<h3 style={{ fontFamily: 'DM Sans' }}> Emargement électronique </h3>
<h3 style={{ fontFamily: 'DM Sans', paddingTop: '1rem' }}> Emargement électronique </h3>
<div className="div_row">
<div className="block_guide_line" >
<div className="div_row" style={{ fontFamily: 'DM Sans' }}>
<div className="block_guide_line" style={{ fontFamily: 'DM Sans' }} >
<br />
<nav style={{ "fontSize": "2rem", "marginBottom": "1rem", "fontWeight": "700" }}> Guide d'utilisation : </nav><br />
<nav style={{ "fontSize": "1.6rem", "marginBottom": "1rem", "fontWeight": "700" }}> Guide d'utilisation : </nav><br />
<nav>Pour vous permettre démarger électroniquement, MySy Training Technology met à disposition ce module. </nav>
<nav style={{ "fontSize": "2rem", "marginBottom": "1rem", "marginTop": "1rem", "fontWeight": "700" }}> Comment ça marche : </nav>
<nav style={{ "fontSize": "1.6rem", "marginBottom": "1rem", "marginTop": "1rem", "fontWeight": "700" }}> Comment ça marche : </nav>
<nav style={{ "fontSize": "16px", "marginBottom": "0.8rem" }}> étape 1 Vous accédez au document d'émargement à laide de votre adresse email </nav>
<nav style={{ "fontSize": "16px", "marginBottom": "0.8rem" }}> étape 2 Apres louverture du document, le système affichera la liste des séquences à émarger </nav>
<nav style={{ "fontSize": "16px", "marginBottom": "0.8rem" }}> étape 3 Sélectionnez les lignes laide de la case à cocher qui se trouve à gauche du tableau</nav>
@ -816,7 +808,7 @@ function Emarge_QR_Code() {
{is_valide_e_document &&
<div className="div_row">
<div style={{ width: "80%", "marginLeft": "auto", "marginRight": "auto" }}>
<div className="block_data_grid">
<div className="div_row">
<div className="session_data">
@ -903,7 +895,7 @@ function Emarge_QR_Code() {
</div>
<div style={{ width: "80%", "marginLeft": "auto", "marginRight": "auto" }}>
<div className="block_signature">
<div className="div_row" style={{ "border": "None", "color": "orange", "textAlign": "center" }}>
<div className="div_row">
@ -986,7 +978,7 @@ function Emarge_QR_Code() {
<div className="gest_content">
{' '}
En confirmant cette opération, vous validez votre présence aux {selectionModel_sequence.length} séquence(s) <br />
En confirmant cette opération, vous validez votre présence à {selectionModel_sequence.length} séquence(s) <br />
</div>

View File

@ -8073,7 +8073,7 @@ Update du 22/10/2023 - Gestion des champs spécifiques ajoutés par le partenair
<div className="div_row" style={{ "textAlign": "right", "marginTop": "0.5rem" }}>
<Button className="bton_emarge" onClick={PrintEvaluationDetail}>Exporter (excel)</Button>
<Button className="bton_emarge" onClick={PrintEvaluationDetail}>Export excel</Button>
</div>

View File

@ -497,12 +497,18 @@ const Groupe_Apprenant = (props) => {
if (option && String(option) === "Supprimer") {
setdialogOpen_supp(true);
}
else if (option && String(option) === "Modifier") {
setDialog_GRP_MEMBRE_EDIT_open(true);
window.scrollTo({
top: 150,
behavior: "smooth",
});
}
}}
@ -2559,7 +2565,7 @@ const Groupe_Apprenant = (props) => {
function getExcelData(apiRef) {
// Select rows and columns
const filteredSortedRowIds = gridFilteredSortedRowIdsSelector(apiRef);
const visibleColumnsField = gridVisibleColumnFieldsSelector(apiRef).filter((data) => (data) !== "__check__" );
const visibleColumnsField = gridVisibleColumnFieldsSelector(apiRef).filter((data) => (data) !== "__check__");
// Format the data. Here we only keep the value
const data = filteredSortedRowIds.map((id) => {
@ -2584,7 +2590,7 @@ const Groupe_Apprenant = (props) => {
function handleExport(apiRef, data_colums) {
const data = getExcelData(apiRef);
const visibleColumnsField = gridVisibleColumnFieldsSelector(apiRef).filter((data) => (data) !== "__check__" );
const visibleColumnsField = gridVisibleColumnFieldsSelector(apiRef).filter((data) => (data) !== "__check__");
const local_config = {
@ -2776,12 +2782,12 @@ const Groupe_Apprenant = (props) => {
PaperProps={{
className: classes.paper, // Apply the paper style
style: {
overflowY: 'unset',
position: 'relative',
top: '50rem',
position: 'absolute',
top: '7rem',
margin: "2px",
},
}}
hideBackdrop={true}
@ -4595,7 +4601,7 @@ const Groupe_Apprenant = (props) => {
&nbsp;
</div>
</div>}
</div>}
{String(submenu) === "selection" && <div className="div_row session_data">
@ -4618,11 +4624,11 @@ const Groupe_Apprenant = (props) => {
<Button className="bton_emarge" onClick={(event) => {
Getall_Groupe_Membres(selected_id);
}}>Actualiser la liste</Button>
}}>Actualiser</Button>
<Button className="bton_emarge" onClick={(event) => {
Export_Groupe_Membres_exel();
}}>Exporter (excel)</Button><br />
}}>Export excel</Button><br />

View File

@ -27,21 +27,11 @@ import { IoIosAddCircleOutline, IoMdTrash } from "react-icons/io";
function HebergementLms(props) {
const [myApiResponse, setmyApiResponse] = useState("");
const [result, setResult] = useState("");
const [menu, setmenu] = useState("default");
const [fields1desabled, setfields1desabled] = useState(true);
const [periode, setperiode] = useState("Mensuel");
const [testval, settestval] = useState();
const [gotocheckout, setgotocheckout] = useState("0");
const [currentpack, setcurrentpack] = useState(props.packs);
const [periodicity, setperiodicity] = useState(props.periodicity);
const [packprice, setpackprice] = useState(props.mypackprice);
const [getpackproducts, setgetpackproducts] = useState();
const scrollDiv = useRef(null);
const [okcommande, setokcommande] = useState();
const stripe = useStripe();
const elements = useElements();
// recuperation et gestion du token utilisateur
@ -930,7 +920,7 @@ Le nom du fichier ne contient que des caractères alphanumériques </i>">
<div className="div_row">
<div className="div_row" style={{ "border": "None" }}>
&nbsp;
</div>
</div>
{String(props.check_user_acces_right("lms", "write")) === "1" && <div className="div_row" style={{ "border": "None", "color": "orange", "textAlign": "center" }}>
<div className="div_row" style={{ "border": "None" }}>
&nbsp;

View File

@ -10879,7 +10879,7 @@ registerLocale('fr', fr);
<div className="div_row" style={{ "textAlign": "right", "marginTop": "0.5rem" }}>
<Button className="bton_emarge" onClick={(event) => {
Export_Inscrit_Notes();
}}>Exporter (excel)</Button>
}}>Export excel</Button>
</div>
<div className="session_data">

View File

@ -115,7 +115,7 @@ const useStyles = makeStyles((theme) => ({
const Jury = (props) => {
registerLocale('fr', fr);
registerLocale('fr', fr);
const classes = useStyles();
const history = useHistory();
const [submenu, setsubmenu] = useState("");
@ -2190,7 +2190,7 @@ registerLocale('fr', fr);
function getExcelData(apiRef) {
// Select rows and columns
const filteredSortedRowIds = gridFilteredSortedRowIdsSelector(apiRef);
const visibleColumnsField = gridVisibleColumnFieldsSelector(apiRef).filter((data) => (data) !== "__check__" );
const visibleColumnsField = gridVisibleColumnFieldsSelector(apiRef).filter((data) => (data) !== "__check__");
// Format the data. Here we only keep the value
const data = filteredSortedRowIds.map((id) => {
@ -2215,7 +2215,7 @@ registerLocale('fr', fr);
function handleExport(apiRef, data_colums) {
const data = getExcelData(apiRef);
const visibleColumnsField = gridVisibleColumnFieldsSelector(apiRef).filter((data) => (data) !== "__check__" );
const visibleColumnsField = gridVisibleColumnFieldsSelector(apiRef).filter((data) => (data) !== "__check__");
const local_config = {
@ -3428,6 +3428,7 @@ registerLocale('fr', fr);
const stored_cookie = getCookie('tokenmysypart');
form.append("token", stored_cookie);
form.append("archive", "0");
form.append("type_session", "1");
var myurl = process.env.REACT_APP_API_URL + "myclass/api/GetAllValideSessionPartner_List/";

View File

@ -1676,7 +1676,7 @@ registerLocale('fr', fr);
{/*** FIn Dialog detail eventement */}
<h3 style={{ fontFamily: 'DM Sans' }}> Planning </h3>
<h3 style={{ fontFamily: 'DM Sans' }}> Planning</h3>
<div className="div_row" style={{ "border": "None", "color": "orange", "textAlign": "center" }}>

View File

@ -916,7 +916,7 @@ const Module_Attestation_Formation = (props) => {
<Button className="bton_emarge" onClick={(event) => {
Getall_Attestation_By_Session();
}}>Actualiser la liste</Button><br />
}}>Actualiser</Button><br />
</div>
<div className="session_data">
<div style={{ "border": "None", marginLeft: '5px', marginRight: '5px' }}>

View File

@ -3052,7 +3052,7 @@ registerLocale('fr', fr);
var diff = date_eval.getTime() - Date.now();
if (diff <= 0) {
setMSG_INFO_TEXT("Cette session a déjà commencé. Il n'est plus possible d'éditer une convention")
setMSG_INFO_TEXT("Cette session a déjà commencé. Le traitement en masse nest plus autorisé. Pour éditer une convention, merci de passer passe le bouton inscription, puis choisir lapprenant concernée puis éditer la convention.")
setDialog_MSG_INFO_open(true);
return;
}
@ -3247,7 +3247,7 @@ registerLocale('fr', fr);
var diff = date_eval.getTime() - Date.now();
if (diff <= 0) {
setMSG_INFO_TEXT("Cette session a déjà commencé. Il n'est plus possible d'éditer une convention")
setMSG_INFO_TEXT("Cette session a déjà commencé. Le traitement en masse nest plus autorisé. Pour éditer une convention, merci de passer passe le bouton inscription, puis choisir lapprenant concernée puis éditer la convention.")
setDialog_MSG_INFO_open(true);
return;
}
@ -3442,7 +3442,7 @@ registerLocale('fr', fr);
var diff = date_eval.getTime() - Date.now();
if (diff <= 0) {
setMSG_INFO_TEXT("Cette session a déjà commencé. Il n'est plus possible d'éditer une convention")
setMSG_INFO_TEXT("Cette session a déjà commencé. Le traitement en masse nest plus autorisé. Pour éditer une convention, merci de passer passe le bouton inscription, puis choisir lapprenant concernée puis éditer la convention.")
setDialog_MSG_INFO_open(true);
return;
}
@ -3731,7 +3731,7 @@ registerLocale('fr', fr);
var diff = date_eval.getTime() - Date.now();
if (diff <= 0) {
setMSG_INFO_TEXT("Cette session a déjà commencé. Il n'est plus possible d'éditer une convention")
setMSG_INFO_TEXT("Cette session a déjà commencé. Le traitement en masse nest plus autorisé. Pour éditer une convention, merci de passer passe le bouton inscription, puis choisir lapprenant concernée puis éditer la convention.")
setDialog_MSG_INFO_open(true);
return;
}

View File

@ -764,7 +764,7 @@ const Module_Email_Management = (props) => {
inputProps={{ ...params.inputProps, style: { fontSize: 12, height: "1.4rem" } }}
/>
}
}
/>}
</div>

View File

@ -2374,7 +2374,7 @@ registerLocale('fr', fr);
<div className="div_row" style={{ "textAlign": "right", "marginTop": "0.5rem" }}>
<Button className="bton_emarge" onClick={(event) => {
// Export_Inscrit_Notes();
}}>Exporter (excel)</Button>
}}>Export excel</Button>
</div>
<div className="session_data">

View File

@ -1125,11 +1125,11 @@ const Module_Evaluation_Positionnement = (props) => {
<Button className="bton_emarge" onClick={(event) => {
Getall_Survey_Q_Positionnement_By_Session();
}}>Actualiser la liste</Button>
}}>Actualiser</Button>
<Button className="bton_emarge" onClick={(event) => {
Export_survey_datatab_class();
}}>Exporter (excel)</Button><br />
}}>Export excel</Button><br />
</div>

View File

@ -1,6 +1,6 @@
import React, { useRef, useState, useEffect } from "react";
import TextField from '@mui/material/TextField';
import MenuItem from '@mui/material/MenuItem';
import 'react-confirm-alert/src/react-confirm-alert.css'; // Import css
import Button from '@mui/material/Button';
import axios from "axios";
@ -8,77 +8,23 @@ import { getCookie, setCookie } from 'react-use-cookie';
import { useHistory } from "react-router-dom";
import { DataGrid, GridToolbar, frFR } from '@mui/x-data-grid';
import "react-draft-wysiwyg/dist/react-draft-wysiwyg.css";
import { Editor } from '@tinymce/tinymce-react';
import parse from 'html-react-parser';
import { FcViewDetails, FcDisapprove, FcInfo } from "react-icons/fc";
import 'react-tooltip/dist/react-tooltip.css'
import { Tooltip } from 'react-tooltip'
import add_plus from "../mysy_img/plus.png";
import excel_icone from "../mysy_img/excel_icone.png";
import participants from "../mysy_img/participants.png";
import fileDownload from 'js-file-download'
import Popup from 'reactjs-popup';
import 'reactjs-popup/dist/index.css';
import { FcSearch } from "react-icons/fc";
import { FcAlarmClock, FcMultipleSmartphones, FcWorkflow } from "react-icons/fc";
import fr from 'date-fns/locale/fr';
import { registerLocale } from 'react-datepicker';
import DatePicker from "react-datepicker";
import "react-datepicker/dist/react-datepicker.css";
import { format } from 'date-fns'
import moment from "moment";
import 'moment/locale/fr';
import InputAdornment from '@mui/material/InputAdornment';
import { AiFillCloseCircle, AiOutlineConsoleSql } from "react-icons/ai";
import Box from '@mui/material/Box';
import { Typography, LinearProgress } from '@mui/material';
import styled from 'styled-components';
import { CiTrash } from "react-icons/ci";
import { MdAddCircleOutline, MdRemoveCircleOutline } from "react-icons/md";
import Dialog from '@mui/material/Dialog';
import DialogActions from '@mui/material/DialogActions';
import DialogContent from '@mui/material/DialogContent';
import DialogContentText from '@mui/material/DialogContentText';
import DialogTitle from '@mui/material/DialogTitle';
import { RestoreFromTrashRounded } from "@mui/icons-material";
import img_loading_spin from "./../mysy_img/mysy_spin_loading.gif";
import { Fab } from "@material-ui/core";
import { IoMdAddCircle, IoIosRemoveCircleOutline } from "react-icons/io";
import { AiTwotoneEdit, AiTwotoneSave } from "react-icons/ai";
import { confirmAlert } from 'react-confirm-alert';
import ToggleSwitch from "./ToggleSwitch";
import Module_Historique_Action from "./Module_Historique_Action";
import { HiDocumentCheck } from "react-icons/hi2";
import { BsSend } from "react-icons/bs";
import Autocomplete from '@mui/material/Autocomplete';
import { FcOpenedFolder } from "react-icons/fc";
import { gridClasses } from '@mui/x-data-grid';
import Link from '@mui/material/Link';
import { PiDotsThree } from "react-icons/pi";
import Module_Editique from "./Module_Editique";
import Module_Attestation_Formation from "./Module_Attestation_Formation";
import { IoAddCircleOutline, IoCloseCircleOutline } from "react-icons/io5";
import { FcCancel, FcApproval, FcAcceptDatabase, FcPrint, FcPlanner } from "react-icons/fc";
import { CiBoxList } from "react-icons/ci";
import FullCalendar from "@fullcalendar/react";
import daygridPlugin from "@fullcalendar/daygrid";
import interactionPlugin from "@fullcalendar/interaction";
import timeGridPlugin from "@fullcalendar/timegrid";
import resourceTimeGridPlugin from '@fullcalendar/resource-timegrid';
import Radio from '@mui/material/Radio';
import RadioGroup from '@mui/material/RadioGroup';
import FormControlLabel from '@mui/material/FormControlLabel';
import FormControl from '@mui/material/FormControl';
import FormLabel from '@mui/material/FormLabel';
import allLocales from '@fullcalendar/core/locales-all'
import listPlugin from '@fullcalendar/list';
import multiMonthPlugin from '@fullcalendar/multimonth'
import { FcAcceptDatabase, } from "react-icons/fc";
import CheckBoxOutlineBlankIcon from '@mui/icons-material/CheckBoxOutlineBlank';
import CheckBoxIcon from '@mui/icons-material/CheckBox';
import Checkbox from '@mui/material/Checkbox';
const Module_Jury_Selection_Apprenants = (props) => {
@ -658,7 +604,7 @@ registerLocale('fr', fr);
const [ueChanged, setueChanged] = useState("");
return (
<div className="module_jury_selection_apprenants">

View File

@ -771,61 +771,7 @@ const Module_Selection_Apprenants = (props) => {
}
{/*
<div className="div_row">
<div className="session_caract"> <b>Unite D'enseignement </b> <br />
{New_Get_List_UE_From_Class_Id_result && New_Get_List_UE_From_Class_Id_result.length > 0 &&
<Autocomplete
multiple
name="detail_ue"
id="detail_ue"
//className="disabled_style"
disablePortal
disableCloseOnSelect
getOptionLabel={(option) => option.label}
options={New_Get_List_UE_From_Class_Id_result}
defaultValue={New_Get_List_UE_From_Class_Id_result.filter((data) => {
if (tab_inscrit_ue_id.includes(String(data._id))) {
return data;
}
})}
renderOption={(props, option, { selected }) => (
<li {...props}>
<Checkbox
icon={icon}
checkedIcon={checkedIcon}
style={{ marginRight: 8 }}
checked={selected}
/>
{option.label}
</li>
)}
// style={{ width: 500 }}
onChange={(event, value) => {
setinscription_list_ue(value)
setueChanged("1");
}}
renderInput={(params) => <TextField {...params} label="" placeholder="Choisir une UE "
inputProps={{ ...params.inputProps, style: { fontSize: 12, height: "1.4rem" } }}
/>
}
/>
}
</div>
</div>
*/}
<div className="div_row" ref={myRef_head} id="myRef_head" style={{ "border": "None", "color": "orange", "textAlign": "center" }}>
<div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>

View File

@ -200,7 +200,6 @@ const Module_Selection_Evaluation_Apprenants = (props) => {
{ "id": "user", "label": "Personnes Inscrites", "value": "user" },
{ "id": "user_group", "label": "Groupe ", "value": "user_group" },
{ "id": "", "label": "", "value": "" },
]
const New_Option_type_goupe = [
@ -1177,7 +1176,7 @@ const Module_Selection_Evaluation_Apprenants = (props) => {
function clear_display_alert_mysy() {
setdisplay_alert_mysy("");
}
return (
<div className="moduleselectionevaluationapprenants">
@ -1307,61 +1306,6 @@ const Module_Selection_Evaluation_Apprenants = (props) => {
}
{/*
<div className="div_row">
<div className="session_caract"> <b>Unite D'enseignement </b> <br />
{New_Get_List_UE_From_Class_Id_result && New_Get_List_UE_From_Class_Id_result.length > 0 &&
<Autocomplete
multiple
name="detail_ue"
id="detail_ue"
//className="disabled_style"
disablePortal
disableCloseOnSelect
getOptionLabel={(option) => option.label}
options={New_Get_List_UE_From_Class_Id_result}
defaultValue={New_Get_List_UE_From_Class_Id_result.filter((data) => {
if (tab_inscrit_ue_id.includes(String(data._id))) {
return data;
}
})}
renderOption={(props, option, { selected }) => (
<li {...props}>
<Checkbox
icon={icon}
checkedIcon={checkedIcon}
style={{ marginRight: 8 }}
checked={selected}
/>
{option.label}
</li>
)}
// style={{ width: 500 }}
onChange={(event, value) => {
setinscription_list_ue(value)
setueChanged("1");
}}
renderInput={(params) => <TextField {...params} label="" placeholder="Choisir une UE "
inputProps={{ ...params.inputProps, style: { fontSize: 12, height: "1.4rem" } }}
/>
}
/>
}
</div>
</div>
*/}
<div className="div_row" ref={myRef_head} id="myRef_head" style={{ "border": "None", "color": "orange", "textAlign": "center" }}>
<div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>

File diff suppressed because it is too large Load Diff

View File

@ -2185,8 +2185,10 @@ const Module_Session_Notes_Classement = (props) => {
// console.log(" ### tab_inscrit_ids = ", tab_inscrit_ids)
var url = process.env.REACT_APP_API_URL + "myclass/api/Prepare_and_Send_Inscrit_Bulletin_Note_By_PDF/" + stored_cookie + "/" + tab_inscrit_ids + "/685ebd41ed392125a88f1574";
var url = process.env.REACT_APP_API_URL + "myclass/api/Prepare_and_Send_Inscrit_Bulletin_Note_By_PDF/" + stored_cookie + "/" + tab_inscrit_ids ;
console.log(" ## url = ", url);
setLoading(true);
axios.get(url, { responseType: 'blob', },)
.then((res) => {
@ -2671,7 +2673,7 @@ const Module_Session_Notes_Classement = (props) => {
<div className="div_row" style={{ paddingRight: '10px' }}>
<div className="session_data">
<div style={{ "border": "None" }}>
<div style={{ "border": "None" }}>
<div style={{ height: 550, width: '100%', paddingRight: '5px' }}>

View File

@ -28,6 +28,16 @@ import Box from '@mui/material/Box';
import { TbColumns2, TbColumns1 } from "react-icons/tb";
import { BarChart } from '@mui/x-charts';
import {
GridToolbarContainer, GridToolbarExport, GridToolbarColumnsButton,
GridToolbarFilterButton, GridToolbarDensitySelector, GridToolbarExportContainer, useGridApiContext,
gridFilteredSortedRowIdsSelector,
gridVisibleColumnFieldsSelector,
GridValueGetterParams,
GridPreferencePanelsValue,
} from '@mui/x-data-grid';
import 'reactjs-popup/dist/index.css';
import Autocomplete from '@mui/material/Autocomplete';
@ -38,19 +48,18 @@ import fr from 'date-fns/locale/fr';
import { registerLocale } from 'react-datepicker';
import DatePicker from "react-datepicker";
import "react-datepicker/dist/react-datepicker.css";
import MenuItem from '@mui/material/MenuItem';
import {
useTheme,
} from "@mui/material";
import { tokens } from "../theme";
import { DataGrid, GridToolbar, frFR } from '@mui/x-data-grid';
import Module_Alert_Confirmation from "./Module_Alert_Confirmation";
import { DataGrid, GridToolbar, frFR } from '@mui/x-data-grid';
import { FcPrint } from "react-icons/fc";
import * as XLSX from 'xlsx';
const Mon_Tableau_De_Bord = (props) => {
registerLocale('fr', fr);
registerLocale('fr', fr);
const theme = useTheme();
const colors = tokens(theme.palette.mode);
const history = useHistory();
@ -249,6 +258,7 @@ registerLocale('fr', fr);
function submenu_rapport_rh() {
setsubmenu("rapport_rh");
submenu_color_management("rapport_rh");
Getall_Training_Employee_No_Filter();
}
function submenu_bpf() {
@ -903,6 +913,10 @@ registerLocale('fr', fr);
const [Getall_Qry_RH_Data_api, setGetall_Qry_RH_Data_api] = useState();
const [Getall_Qry_RH_Data_message, setGetall_Qry_RH_Data_message] = useState();
const [Getall_Qry_RH_Data_result, setGetall_Qry_RH_Data_result] = useState([]);
const [Getall_Qry_RH_Data_result_total_duration, setGetall_Qry_RH_Data_result_total_duration] = useState([]);
function Getall_Qry_RH_Data(event) {
var form = new FormData();
@ -926,13 +940,22 @@ registerLocale('fr', fr);
}*/
var tab_rh_ids = [];
for (var i = 0; i < tab_selected_users.length; i++) {
var local_rh_id = tab_selected_users[i]._id;
tab_rh_ids.push(local_rh_id);
}
form.append("token", stored_cookie);
form.append("session_start_date", date_from);
form.append("session_end_date", date_to);
form.append("filter_value", filter_value);
form.append("tab_rh_id", "all");
if (tab_rh_ids.length > 0)
form.append("tab_rh_id", tab_rh_ids);
else
form.append("tab_rh_id", "all");
form.append("event_type", event_type);
@ -946,6 +969,7 @@ registerLocale('fr', fr);
if (String(res.data.status) === String("true")) {
//console.log(" In Getall_Qry_RH_Data res.data.status = " + res.data.status);
//console.log(" In Getall_Qry_RH_Data res.data.message r_class = " + res.data.message);
//console.log(" In Getall_Qry_RH_Data res.data.retval_total_duration r_class = " + res.data.retval_total_duration);
setGetall_Qry_RH_Data_result_JSON(JSON.parse('[' + res.data.message + ']'));
@ -954,6 +978,8 @@ registerLocale('fr', fr);
setGetall_Qry_RH_Data_api("true");
setGetall_Qry_RH_Data_result(res.data.message);
setGetall_Qry_RH_Data_result_total_duration(res.data.retval_total_duration);
}
else {
@ -975,6 +1001,8 @@ registerLocale('fr', fr);
const [Getall_Qry_RH_Task_Cost_Data_api, setGetall_Qry_RH_Task_Cost_Data_api] = useState();
const [Getall_Qry_RH_Task_Cost_Data_message, setGetall_Qry_RH_Task_Cost_Data_message] = useState();
const [Getall_Qry_RH_Task_Cost_Data_result, setGetall_Qry_RH_Task_Cost_Data_result] = useState([]);
const [Getall_Qry_RH_Task_Cost_Data_result_total_duration, setGetall_Qry_RH_Task_Cost_Data_result_total_duration] = useState([]);
const [Getall_Qry_RH_Task_Cost_Data_result_total_cost, setGetall_Qry_RH_Task_Cost_Data_result_total_cost] = useState([]);
function Getall_Qry_RH_Task_Cost_Data(event) {
var form = new FormData();
@ -999,12 +1027,26 @@ registerLocale('fr', fr);
}*/
var tab_rh_ids = [];
for (var i = 0; i < tab_selected_users.length; i++) {
var local_rh_id = tab_selected_users[i]._id;
tab_rh_ids.push(local_rh_id);
}
form.append("token", stored_cookie);
form.append("session_start_date", date_from);
form.append("session_end_date", date_to);
form.append("filter_value", filter_value);
form.append("tab_rh_id", "all");
if (tab_rh_ids.length > 0)
form.append("tab_rh_id", tab_rh_ids);
else
form.append("tab_rh_id", "all");
form.append("event_type", event_type);
form.append("event_type", event_type);
@ -1017,14 +1059,18 @@ registerLocale('fr', fr);
setLoading(false);
if (String(res.data.status) === String("true")) {
//console.log(" In Getall_Qry_RH_Task_Cost_Data res.data.status = " + res.data.status);
//console.log(" In Getall_Qry_RH_Task_Cost_Data res.data.message r_class = " + res.data.message);
// console.log(" In Getall_Qry_RH_Task_Cost_Data res.data.message r_class = " + res.data.message);
// console.log(" In Getall_Qry_RH_Task_Cost_Data res.data.retval_node_total_duration r_class = " + res.data.retval_node_total_duration);
// console.log(" In Getall_Qry_RH_Task_Cost_Data res.data.retval_node_total_cost r_class = " + res.data.retval_node_total_cost);
setGetall_Qry_RH_Task_Cost_Data_result_JSON(JSON.parse('[' + res.data.message + ']'));
var jsonObj = JSON.parse('[' + res.data.message + ']');
//setGetall_Qry_RH_Task_Cost_Data_result_JSON(JSON.parse('[' + res.data.message + ']'));
setGetall_Qry_RH_Task_Cost_Data_api("true");
setGetall_Qry_RH_Task_Cost_Data_result(res.data.message);
setGetall_Qry_RH_Task_Cost_Data_result_total_duration(res.data.retval_node_total_duration);
setGetall_Qry_RH_Task_Cost_Data_result_total_cost(res.data.retval_node_total_cost);
}
@ -1341,6 +1387,201 @@ registerLocale('fr', fr);
/****** FIN GESTION BPF */
const [New_Getall_Training_Employee_No_Filter_result, setNew_Getall_Training_Employee_No_Filter_result] = useState([]);
const [Getall_Training_Employee_No_Filter_api, setGetall_Training_Employee_No_Filter_api] = useState();
const [Getall_Training_Employee_No_Filter_message, setGetall_Training_Employee_No_Filter_message] = useState();
const [Getall_Training_Employee_No_Filter_result, setGetall_Training_Employee_No_Filter_result] = useState();
function Getall_Training_Employee_No_Filter(event) {
var form = new FormData();
const stored_cookie = getCookie('tokenmysypart');
form.append("token", stored_cookie);
var myurl = process.env.REACT_APP_API_URL + "myclass/api/Get_List_Ressource_Humaine_no_filter/";
setLoading(true);
axios.post(myurl, form).then(res => {
setLoading(false);
if (String(res.data.status) === String("true")) {
//console.log(" In Getall_Training_Employee_No_Filter res.data.status = " + res.data.status);
//console.log(" In Getall_Training_Employee_No_Filter res.data.message r_class = " + res.data.message);
setGetall_Training_Employee_No_Filter_api("true");
setGetall_Training_Employee_No_Filter_result(res.data.message);
var new_data2 = [];
const new_data = res.data.message.map((x) => {
//---
var localid = JSON.parse(x).id;
var local_id = JSON.parse(x)._id;
var local_nom = JSON.parse(x).nom;
var local_prenom = JSON.parse(x).prenom;
var local_ismanager = JSON.parse(x).ismanager;
//---
var node = {
"_id": local_id,
// "id": localid, cas particulier pour gerer l'affichage timeline, on met id = _id
"id": local_id,
"label": local_nom + " " + local_prenom,
"title": local_nom + " " + String(local_prenom)[0] + ".",
"nom": local_nom,
"prenom": local_prenom,
"ismanager": local_ismanager
};
new_data2.push(node);
});
if (new_data2.length > 0)
setNew_Getall_Training_Employee_No_Filter_result(new_data2);
}
else {
setGetall_Training_Employee_No_Filter_api("false");
setGetall_Training_Employee_No_Filter_message(res.data.message);
// alert(res.data.message);
setdisplay_alert_mysy("1");
setalert_message(res.data.message);
setalert_type("error");
}
}).catch((error) => {
setLoading(false);
console.warn('Not good man :( Getall_Training_Employee_No_Filter = ', error);
setGetall_Training_Employee_No_Filter_api("false");
alert(" Impossible de recuperer la liste des employés");
//setmyApimyApiMessage("")
})
}
const fixedVal = [];
const [tab_selected_users, settab_selected_users] = useState([...fixedVal]);
// DEBUT EXPORT EXCEL DATAGRID
function CustomToolbar(props) {
return (
<GridToolbarContainer {...props}>
<GridToolbarColumnsButton />
<GridToolbarFilterButton />
<GridToolbarDensitySelector
slotProps={{ tooltip: { title: 'Change density' } }}
/>
<Box sx={{ flexGrow: 1 }} />
<ExportButton data_colums={props.data_colums} />
</GridToolbarContainer>
);
}
function getExcelData(apiRef) {
// Select rows and columns
const filteredSortedRowIds = gridFilteredSortedRowIdsSelector(apiRef);
const visibleColumnsField = gridVisibleColumnFieldsSelector(apiRef).filter((data) => (data) !== "__check__").
filter((data) => (data) !== "Detail").
filter((data) => (data) !== "delete");
// Format the data. Here we only keep the value
const data = filteredSortedRowIds.map((id) => {
const row = {};
visibleColumnsField.forEach((field) => {
row[field] = apiRef.current.getCellParams(id, field).value;
});
return row;
});
return data;
}
function ExportButton(props) {
return (
<GridToolbarExportContainer {...props}>
<ExportMenuItem data_colums={props.data_colums} />
</GridToolbarExportContainer>
);
}
function handleExport(apiRef, data_colums) {
const data = getExcelData(apiRef);
const visibleColumnsField = gridVisibleColumnFieldsSelector(apiRef).filter((data) => (data) !== "__check__").
filter((data) => (data) !== "Detail").
filter((data) => (data) !== "delete");
const local_config = {
keys: visibleColumnsField,
columnNames: data_colums.filter((mydata) => (mydata).disableExport !== true).map(function (mydata) {
if (mydata.headerName && visibleColumnsField.includes(mydata.field)) {
if (mydata.headerName) {
return mydata.headerName;
}
}
}),
fileName: 'data_' + String(new Date().toJSON().slice(0, 10)).replaceAll("-", "_") + '.xlsx',
sheetName: 'Export_' + String(new Date().toJSON().slice(0, 10)).replaceAll("-", "_"),
};
local_config.columnNames = local_config.columnNames.filter(function (element) {
return element !== undefined;
});
const rows = data.map((row) => {
const mRow = {};
for (const key of local_config.keys) {
mRow[key] = row[key];
}
return mRow;
});
const worksheet = XLSX.utils.json_to_sheet(rows);
XLSX.utils.sheet_add_aoa(worksheet, [[...local_config.columnNames]], {
origin: 'A1',
});
const workbook = XLSX.utils.book_new();
XLSX.utils.book_append_sheet(workbook, worksheet, local_config.sheetName);
XLSX.writeFile(workbook, local_config.fileName, { compression: true });
}
function ExportMenuItem(props) {
const apiRef = useGridApiContext();
const { hideMenu } = props;
return (
<MenuItem
onClick={() => {
handleExport(apiRef, props.data_colums);
// Hide the export menu after the export
hideMenu?.();
}}
>
Export Excel
</MenuItem>
);
}
// FIN EXPORT EXCEL DATAGRID
return (
<div className="mon_tableau_de_bord">
{isLoading && <div className="loader-container">
@ -1441,6 +1682,7 @@ registerLocale('fr', fr);
showTimeSelect={false}
dateFormat="dd/MM/yyyy"
className="disabled_style"
locale={'fr'}
/>
</div>
@ -1448,6 +1690,63 @@ registerLocale('fr', fr);
</div>}
{String(submenu) === String("rapport_rh") &&
<div style={{ "width": "100%", "float": "left" }}>
<div className="" style={{ "width": "50%", "float": "left" }}>
<div className="session_caract" style={{ "padding": '0px', 'width': '100%', height: '10rem' }}>
Employé
<Autocomplete
disablePortal
sx={{
'&& fieldset': {
height: 'none !important',
justifyContent: 'center',
textOverflow: 'ellipsis',
overflow: 'hidden',
},
}}
name="filtre1_value"
id="filtre1_value"
className="disabled_style remove_border_bottom"
options={New_Getall_Training_Employee_No_Filter_result}
//value={selected_employee_id}
value={tab_selected_users}
multiple
onChange={(event, value) => {
// console.log(" ## settab_selected_users = ", tab_selected_users)
settab_selected_users([
...fixedVal,
...value.filter((i) => fixedVal.indexOf(i) === -1),
]);
/*if (value.length > 1) {
Get_List_Agenda_Events_For_Many_Users(value, "ressource_humaine");
}*/
}}
renderInput={(params) => <TextField {...params} label="" placeholder="Choisir une option"
inputProps={{ ...params.inputProps, style: { fontSize: 12, height:'1.4rem', border:'none'} }}
/>
}
/>
</div>
</div>
<div className="" style={{ "width": "50%", "float": "left" }}>
&nbsp;
</div>
</div>}
<div className="div_row">
<Button variant="contained" className="bton_enreg" onClick={(e) => {
@ -1472,6 +1771,7 @@ registerLocale('fr', fr);
if (String(submenu) === "rapport_rh") {
Getall_Qry_RH_Data();
Getall_Qry_RH_Task_Cost_Data();
}
// Recuperation des rapports ressources humaines
@ -1681,6 +1981,7 @@ registerLocale('fr', fr);
{String(submenu) === String("rapport_rh") && <div style={{ "border": "None" }}>
<h3 style={{ fontFamily: 'DM Sans' }}> Rapports Ressources Humaines </h3>
<Box >
<div className="session_data" >
<div style={{ "border": "None" }}>
@ -1715,7 +2016,11 @@ registerLocale('fr', fr);
}}
>
<DataGrid
checkboxSelection
// checkboxSelection
components={{
Toolbar: CustomToolbar
}}
componentsProps={{ toolbar: { data_colums: columns } }}
onSelectionModelChange={(newSelectionModel) => {
setSelectionModel(newSelectionModel);
@ -1776,9 +2081,7 @@ registerLocale('fr', fr);
rowsPerPageOptions={[10]}
disableSelectionOnClick
components={{
Toolbar: GridToolbar,
}}
//sx={datagridSx}
getCellClassName={(params) => {
@ -1819,8 +2122,8 @@ registerLocale('fr', fr);
<br />
</div>
{Getall_Qry_RH_Data_result &&
Getall_Qry_RH_Data_result.map((my_data) => (
{Getall_Qry_RH_Data_result_total_duration &&
Getall_Qry_RH_Data_result_total_duration.map((my_data) => (
<div >
{JSON.parse(my_data).total_duration &&
@ -1880,7 +2183,11 @@ registerLocale('fr', fr);
}}
>
<DataGrid
checkboxSelection
// checkboxSelection
components={{
Toolbar: CustomToolbar
}}
componentsProps={{ toolbar: { data_colums: columns_task_cost } }}
onSelectionModelChange={(newSelectionModel) => {
setSelectionModel_task_cost(newSelectionModel);
@ -1947,9 +2254,7 @@ registerLocale('fr', fr);
rowsPerPageOptions={[10]}
disableSelectionOnClick
components={{
Toolbar: GridToolbar,
}}
//sx={datagridSx}
getCellClassName={(params) => {
@ -1990,8 +2295,8 @@ registerLocale('fr', fr);
<br />
</div>
{Getall_Qry_RH_Task_Cost_Data_result &&
Getall_Qry_RH_Task_Cost_Data_result.map((my_data) => (
{Getall_Qry_RH_Task_Cost_Data_result_total_duration && Getall_Qry_RH_Task_Cost_Data_result_total_duration.length > 0 &&
Getall_Qry_RH_Task_Cost_Data_result_total_duration.map((my_data) => (
<div >
{JSON.parse(my_data).total_duration &&
@ -2002,16 +2307,21 @@ registerLocale('fr', fr);
Durée totale : {JSON.parse(my_data).total_duration}
</nav>}
</div>
))}
{JSON.parse(my_data).total_cost &&
{Getall_Qry_RH_Task_Cost_Data_result_total_cost && Getall_Qry_RH_Task_Cost_Data_result_total_cost.length > 0 &&
Getall_Qry_RH_Task_Cost_Data_result_total_cost.map((my_data2) => (
<div >
{JSON.parse(my_data2).total_cost &&
<nav style={{
"paddingLeft": "5px", "textAlign": "left", "width": "100%", "fontWeight": "600", "fontSize": "1.3rem",
"color": '#FF7F50', "marginBottom": "10px"
}}>
Coût total : {JSON.parse(my_data).total_cost}
Coût total : {JSON.parse(my_data2).total_cost}
</nav>}
</div>
))}
</div>
@ -2031,7 +2341,7 @@ registerLocale('fr', fr);
<div>
<div className="titre1"> Incateurs Qualiopi </div>
<div style={{ minHeight: '10rem', padding:'10px' }}>
<div style={{ minHeight: '10rem', padding: '10px' }}>
<nav style={{ "border": "None", "fontSize": "16px", "fontWeight": "700", fontFamily: "DM Sans" }}> Les indicateurs qualiopi</nav>
<div style={{ width: '100%', float: 'left' }}>
<div style={{

View File

@ -152,9 +152,9 @@ const New_SideBar_2025 = () => {
Contact
</NavLink>
<NavLink exact to={"/Recherche-Article-formation"} activeClassName={"nav-active"}>
{/* <NavLink exact to={"/Recherche-Article-formation"} activeClassName={"nav-active"}>
Blog
</NavLink>
</NavLink>*/}
<NavLink exact to={"/recherche-formation"} activeClassName={"nav-active"}>
Marketplace
@ -275,9 +275,9 @@ const New_SideBar_2025 = () => {
</NavLink>
<NavLink exact to={"/tarif"} activeClassName={"nav-active"}>
{/* <NavLink exact to={"/tarif"} activeClassName={"nav-active"}>
Tarifs
</NavLink>
</NavLink>*/}
<NavLink exact to={"/contact"} activeClassName={"nav-active"}>
Contact

View File

@ -152,9 +152,9 @@ const New_Sidebar_Client_Intranet_2025 = () => {
Contact
</NavLink>
<NavLink exact to={"/Recherche-Article-formation"} activeClassName={"nav-active"}>
{/* <NavLink exact to={"/Recherche-Article-formation"} activeClassName={"nav-active"}>
Blog
</NavLink>
</NavLink>*/}
<NavLink exact to={"/recherche-formation"} activeClassName={"nav-active"}>
Marketplace
@ -283,9 +283,9 @@ const New_Sidebar_Client_Intranet_2025 = () => {
Contact
</NavLink>
<NavLink exact to={"/Recherche-Article-formation"} activeClassName={"nav-active"}>
{/*<NavLink exact to={"/Recherche-Article-formation"} activeClassName={"nav-active"}>
Blog
</NavLink>
</NavLink>*/}
<NavLink exact to={"/recherche-formation"} activeClassName={"nav-active"}>
Marketplace

View File

@ -283,9 +283,9 @@ const New_Sidebar_ENT_Student_2025 = () => {
Contact
</NavLink>
<NavLink exact to={"/Recherche-Article-formation"} activeClassName={"nav-active"}>
{/*<NavLink exact to={"/Recherche-Article-formation"} activeClassName={"nav-active"}>
Blog
</NavLink>
</NavLink>*/}
<NavLink exact to={"/recherche-formation"} activeClassName={"nav-active"}>
Marketplace

View File

@ -1392,13 +1392,11 @@ const Notes_Evaluation = (props) => {
var local_code_session = JSON.parse(x).code_session;
var local_titre = JSON.parse(x).titre;
var local_class_internal_url = JSON.parse(x).class_internal_url;
var local_date_debut = JSON.parse(x).date_debut;
var local_date_fin = JSON.parse(x).date_fin;
//---
var node = {
"_id": local_id,
@ -1932,6 +1930,7 @@ const Notes_Evaluation = (props) => {
} else {
new_p_detail_eval_date_heure_fin = p_detail_eval_date_heure_fin;
}
form.append("eval_date_heure_fin", new_p_detail_eval_date_heure_fin);
form.append("statut", p_detail_statut);
@ -4512,7 +4511,7 @@ const Notes_Evaluation = (props) => {
</div>}
</div>
</div>
</div>
<div className="div_row" ref={myRef} id="myRef"> &nbsp; </div>
@ -5789,11 +5788,11 @@ const Notes_Evaluation = (props) => {
<Button className="bton_emarge" onClick={(event) => {
Getall_Evaluation_Participant_List(selected_id);
}}>Actualiser la liste</Button>
}}>Actualiser</Button>
<Button className="bton_emarge" onClick={(event) => {
Export_evaluation_note_exel();
}}>Exporter (excel)</Button><br />
}}>Export excel</Button><br />

View File

@ -1848,12 +1848,12 @@ const Partner = (props) => {
{left_menu === true && <div className="sub_dib_mobile" >
<div className="div_gauche" id="div_gauche">
<nav className="not_display_mobile">
{left_menu === true && <div style={{ "cursor": "pointer", textAlign: "left" }} onClick={open_close_left_menu}>
{left_menu === true && <div style={{ "cursor": "pointer", textAlign: "left", fontFamily:'DM Sans' }} onClick={open_close_left_menu}>
<Tooltip className="tooltip_css" id="tooltip_id_0" />
<a data-tooltip-id="tooltip_id_0" data-tooltip-html="Réduire le menu">
<PiSlideshowFill /> &nbsp; Réduire
<PiSlideshowFill /> Réduire menu
</a>
</div>}
</div>}
{left_menu === false && <div style={{ "cursor": "pointer", textAlign: "center" }}>
<Tooltip className="tooltip_css" id="tooltip_id_1" />
<a data-tooltip-id="tooltip_id_1" data-tooltip-html="Agrandir le menu">
@ -2160,13 +2160,13 @@ const Partner = (props) => {
{String(formation_initiale) === "1" && <div class="separator"></div>}
{String(formation_initiale) === "1" &&
{/*String(formation_initiale) === "1" &&
<div>
<Sidebar className="my_sidebar">
{String(menu) !== "jurys" && <Menu className="my_menu bck_menu_seul" id="jurys" name="jurys" onClick={Display_jurys_func} > &nbsp;<RocketIcon className="icone_menu" style={{ color: '#6a329f' }} /> &nbsp;JURYS </Menu>}
{String(menu) === "jurys" && <Menu className="my_menu bck_menu_seul_selected" id="jurys" name="jurys" onClick={Display_jurys_func} > &nbsp;<RocketIcon className="icone_menu" style={{ color: '#6a329f' }} /> &nbsp;JURYS </Menu>}
</Sidebar>
</div>}
</div>*/}
{String(formation_initiale) === "1" && <div>
@ -2888,10 +2888,10 @@ const Partner = (props) => {
<div className="div_gauche div_gauche_reduit" id="div_gauche" style={{ borderRadius: '0px', margin: '0px' }}>
<nav className="not_display_mobile">
{left_menu === true && <div style={{ "cursor": "pointer", textAlign: "left" }} onClick={open_close_left_menu}>
{left_menu === true && <div style={{ "cursor": "pointer", textAlign: "left" , fontFamily:'DM Sans'}} onClick={open_close_left_menu}>
<Tooltip className="tooltip_css" id="tooltip_id_0" />
<a data-tooltip-id="tooltip_id_0" data-tooltip-html="Réduire le menu">
<PiSlideshowFill /> &nbsp; Réduire
<PiSlideshowFill /> Réduire menu
</a>
</div>}
{left_menu === false && <div style={{ "cursor": "pointer", textAlign: "center" }}>

View File

@ -108,7 +108,7 @@ const useStyles = makeStyles((theme) => ({
const Partner_Commande = (props) => {
const { action, orderid } = useParams();
registerLocale('fr', fr);
registerLocale('fr', fr);
const classes = useStyles();
const history = useHistory();
@ -614,6 +614,9 @@ registerLocale('fr', fr);
setselected_order_line_id(order_line_id);
setp_add_line_item_internal_url(order_line_formation);
setp_add_line_item(order_line_formation);
setp_add_line_item_qty(order_line_qty);
setp_add_line_item_price(order_line_prix_unitaire);
@ -5751,7 +5754,7 @@ registerLocale('fr', fr);
<div>
{New_GetCurrentPartnerClass_result && New_GetCurrentPartnerClass_result.length > 0 &&
(p_add_line_item || String(p_add_line_item) === "") && String(p_detail_header_statut_label).toLowerCase() !== "facturé" &&
<div className="session_caract_Dialog" > <b> Formation </b>
<div className="session_caract_Dialog" > <b> Formation</b>
<Autocomplete
disablePortal
name="ref_article"

View File

@ -218,7 +218,7 @@ const Partner_Config_Formulaires = (props) => {
const columns_question = [
{ field: '_id', headerName: '_id', hide: true },
{ field: 'id', headerName: 'id', hide: true },
{ field: 'updatable', headerName: 'updatable', hide: false },
{ field: 'updatable', headerName: 'updatable', hide: true },
{ field: 'list_choix', headerName: 'Liste Choix', hide: true },
{ field: 'list_case_cocher', headerName: 'Liste C.A.C', hide: true },
@ -1125,7 +1125,7 @@ const Partner_Config_Formulaires = (props) => {
function Ajouter_Question() {
setselected_question_id("");
setquestion_rang("99");
setquestion_updatable('0');
setquestion_updatable('1');
setquestion_question("");
setquestion_type("");
setquestion_max_note("2");
@ -1936,7 +1936,7 @@ const Partner_Config_Formulaires = (props) => {
/>}
</div>
<div className="session_caract_Dialog" > Rang nn cc
<div className="session_caract_Dialog" > Rang
<TextField
autoFocus
margin="dense"

File diff suppressed because it is too large Load Diff

View File

@ -856,10 +856,10 @@ const Partner_Securite_Data = (props) => {
<div className="div_row_droite">
<div className="titre1"> Emails contact </div>
{updatemainmail === false && <div className="koUpdateData">
{/*updatemainmail === false && <div className="koUpdateData">
Erreur mise à jour.
</div>
}
*/}
{updatemainmail === true && <div className="okUpdateData">
La mise à jour été faite
@ -1162,7 +1162,7 @@ const Partner_Securite_Data = (props) => {
</Box>
</div>
<div style={{ "width": "48%", "float": "right" }}>
<div className="titre1"> Parametrage SMTP </div>
{/* <div className="titre1"> Parametrage SMTP </div>*/}
&nbsp;
</div>

View File

@ -897,6 +897,7 @@ registerLocale('fr', fr);
filterTime={filterPassedTime_end}
dateFormat="dd/MM/yyyy"
className="texte_area"
locale={'fr'}
/>
</div>
</div>
@ -1029,6 +1030,7 @@ registerLocale('fr', fr);
filterTime={filterPassedTime_end}
dateFormat="dd/MM/yyyy"
className="texte_area"
locale={'fr'}
/>
</div>
</div>

View File

@ -25,7 +25,7 @@ import Module_Ent_Mes_Documents from "./Module_Ent_Mes_Documents";
import Module_Ent_Mon_Planning from "./Module_Ent_Mon_Planning";
import Module_Ent_Mes_Formations from "./Module_Ent_Mes_Formations";
import Module_Ent_Mes_Notes from "./Module_Ent_Mes_Notes";
function Student_Account() {
const [menu, setmenu] = useState("mes_formations");
const [cookie, setCookie, removeCookie] = useCookies(['tokenmysych']);

View File

@ -20,7 +20,7 @@ import { useParams } from 'react-router-dom'
import RadioGroup from '@mui/material/RadioGroup';
import FormControlLabel from '@mui/material/FormControlLabel';
import FormControl from '@mui/material/FormControl';
import FormLabel from '@mui/material/FormLabel';
import Radio from '@mui/material/Radio';
import Checkbox from '@mui/material/Checkbox';
@ -58,7 +58,7 @@ function SurveyDocument() {
setLoading(false);
//console.log(" get_Given_Survey_Data : In test res.data.status = " + res.data.status);
// console.log(" get_Given_Survey_Data: res.data.message = " + res.data.message);
// console.log(" get_Given_Survey_Data: res.data.message = " + res.data.message);
if (String(res.data.status) === "true") {
setget_Given_Survey_Data_api("true");
@ -127,7 +127,7 @@ function SurveyDocument() {
var is_empty_field = 0;
// console.log(" tab_variable = ", tab_variable);
// console.log(" tab_variable = ", tab_variable);
@ -322,10 +322,10 @@ function SurveyDocument() {
<div style={{ "width": "80%", "marginLeft": "10%", "background": "#F2F4F4", overflow: "auto", "paddingBottom": "1rem" }}>
<div className="block_text_and_survey">
<br />
<div className="question_box_introduction">
Bonjour {JSON.parse(get_Given_Survey_Data_result).prenom} &nbsp; {JSON.parse(get_Given_Survey_Data_result).nom}
Bonjour {JSON.parse(get_Given_Survey_Data_result).prenom} &nbsp; {JSON.parse(get_Given_Survey_Data_result).nom}
<nav>
{JSON.parse(get_Given_Survey_Data_result).message_introduction}
@ -357,19 +357,21 @@ function SurveyDocument() {
Questionnaire d'évaluation
</div>}
<div className="question_box_entete">
{JSON.parse(get_Given_Survey_Data_result).class_title && <nav> Formation : {JSON.parse(get_Given_Survey_Data_result).class_title} </nav>}
{JSON.parse(get_Given_Survey_Data_result).session_code && <nav> Code Session : {JSON.parse(get_Given_Survey_Data_result).session_code} </nav>}
{JSON.parse(get_Given_Survey_Data_result).session_title && <nav> Titre Session : {JSON.parse(get_Given_Survey_Data_result).session_title} </nav>}
{JSON.parse(get_Given_Survey_Data_result).session_code_date_debut && <nav> Date début : {JSON.parse(get_Given_Survey_Data_result).session_code_date_debut} </nav>}
{JSON.parse(get_Given_Survey_Data_result).session_code_date_fin && <nav> Date fin : {JSON.parse(get_Given_Survey_Data_result).session_code_date_fin} </nav>}
<div className="question_box_entete" style={{textAlign:'left', fontSize:'14px'}}>
{JSON.parse(get_Given_Survey_Data_result).class_title && <nav> <b> Formation</b>: {JSON.parse(get_Given_Survey_Data_result).class_title} </nav>}
{/*JSON.parse(get_Given_Survey_Data_result).session_code && <nav> <u>Code Session</u>: {JSON.parse(get_Given_Survey_Data_result).session_code} </nav>*/}
{JSON.parse(get_Given_Survey_Data_result).session_title && <nav> <b>Titre Session</b>: {JSON.parse(get_Given_Survey_Data_result).session_title} </nav>}
{JSON.parse(get_Given_Survey_Data_result).session_code_date_debut && <nav> <b> Date début</b>: {JSON.parse(get_Given_Survey_Data_result).session_code_date_debut} </nav>}
{JSON.parse(get_Given_Survey_Data_result).session_code_date_fin && <nav> <b> Date fin</b>: {JSON.parse(get_Given_Survey_Data_result).session_code_date_fin} </nav>}
</div>
{JSON.parse(get_Given_Survey_Data_result).list_questions && JSON.parse(get_Given_Survey_Data_result).list_questions.length > 0 &&
JSON.parse(get_Given_Survey_Data_result).list_questions.map((question, index) => (
<div>
<div className="question_box">
<nav style={{ width: "100%", "float": "left" }}> <nav style={{ width: "5%", "float": "left" }}> N° {index + 1}. </nav> <nav style={{ fontSize: '16px', "fontWeight": '600', "float": "left", 'color': '#34495E' }}> {question.question} </nav> </nav><br />
<nav style={{ width: "100%", "float": "left" }}>
<nav className="question_text"> N° {index + 1}. {question.question} </nav> </nav><br />
{question.type && String(question.type) === "text" &&
<TextField
@ -377,6 +379,7 @@ function SurveyDocument() {
name={question._id}
fullWidth
type="text"
componentsProps={{ typography: { fontFamily: 'DM Sans', fontSize: '14px' } }}
multiline={true}
rows={2}
onChange={(e) => {
@ -393,6 +396,7 @@ function SurveyDocument() {
name={question._id}
precision={0.5}
defaultValue={0}
componentsProps={{ typography: { fontFamily: 'DM Sans', fontSize: '14px' } }}
max={parseInt(question.max_note)}
onChange={(e) => {
change_survey_data(e.target);
@ -418,6 +422,7 @@ function SurveyDocument() {
InputLabelProps={{
shrink: true,
}}
componentsProps={{ typography: { fontFamily: 'DM Sans', fontSize: '14px' } }}
inputProps={{ min: "0", step: "1" }}
disabled={false}
onChange={(e) => {
@ -443,8 +448,8 @@ function SurveyDocument() {
}}
name={question._id}
>
<FormControlLabel value="oui" control={<Radio />} label="Oui" />
<FormControlLabel value="non" control={<Radio />} label="Non" />
<FormControlLabel componentsProps={{ typography: { fontFamily: 'DM Sans', fontSize: '14px' } }} value="oui" control={<Radio />} label="Oui" />
<FormControlLabel componentsProps={{ typography: { fontFamily: 'DM Sans', fontSize: '14px' } }} value="non" control={<Radio />} label="Non" />
</RadioGroup>
</FormControl>
@ -466,7 +471,9 @@ function SurveyDocument() {
{question.list_choix &&
question.list_choix.map((list_choix, index) => (
<FormControlLabel value={list_choix.reponse_qcm} control={<Radio />} label={index + ". " + list_choix.reponse_qcm} />
<FormControlLabel componentsProps={{ typography: { fontFamily: 'DM Sans', fontSize: '14px' } }} value={list_choix.reponse_qcm}
control={<Radio />}
label={index + ". " + list_choix.reponse_qcm} />
))}
</RadioGroup>
</FormControl>
@ -486,7 +493,7 @@ function SurveyDocument() {
>
{question.list_case_cocher &&
question.list_case_cocher.map((case_cocher, index) => (
<FormControlLabel control={<Checkbox />} id={question._id + ":" + case_cocher.reponse_checkbox} name={question._id + ":" + case_cocher.reponse_checkbox} onChange={handleChange_checkbox} label={index + ". " + case_cocher.reponse_checkbox} />
<FormControlLabel componentsProps={{ typography: { fontFamily: 'DM Sans', fontSize: '14px' } }} control={<Checkbox />} id={question._id + ":" + case_cocher.reponse_checkbox} name={question._id + ":" + case_cocher.reponse_checkbox} onChange={handleChange_checkbox} label={index + ". " + case_cocher.reponse_checkbox} />
))}
</RadioGroup>
@ -511,7 +518,7 @@ function SurveyDocument() {
</div>
<div style={{ "width": "80%", "marginLeft": "10%", "background": "white", }}>
<div className="block_bton_envoyer">
<br />
<div className="div_row" style={{ "border": "None", "color": "orange", "textAlign": "center" }}>
@ -538,7 +545,7 @@ function SurveyDocument() {
</div>
</div>
<div style={{ "width": "80%", "marginLeft": "10%", "background": "#F2F4F4", overflow: "auto", "paddingBottom": "1rem" }}>
{/*<div className="block_detail_formation">
<br />
{get_Given_Survey_Data_result && get_Given_Survey_Data_result.length > 0 && JSON.parse(get_Given_Survey_Data_result).class_internal_url &&
@ -546,19 +553,17 @@ function SurveyDocument() {
<Display_Action_And_Class classId={JSON.parse(get_Given_Survey_Data_result).class_internal_url} action={""} />
</div>}
</div>
</div>*/}
</div>}
{String(get_Given_Survey_Data_api) === "false" && <div style={{ height: "40vh" }}>
Le document est invalide
{String(get_Given_Survey_Data_api) === "false" && <div style={{ height: "40vh", fontFamily:'DM Sans', fontSize:'16px', fontWeight:'600',
textAlign:'center', padding:'20px', paddingTop:'10rem', color:"orange"
}}>
/!\ Ce document est invalide ou une réponse a déjà été enregistrée pour ce questionnaire. /!\
</div>}
<div className="div_row">
&nbsp;
</div>
</div>
);

View File

@ -57,7 +57,7 @@ function SurveyDocument_Qr_Code() {
setLoading(false);
//console.log(" get_Given_Survey_Data : In test res.data.status = " + res.data.status);
// console.log(" get_Given_Survey_Data: res.data.message = " + res.data.message);
// console.log(" get_Given_Survey_Data: res.data.message = " + res.data.message);
if (String(res.data.status) === "true") {
setget_Given_Survey_Data_api("true");
@ -126,7 +126,7 @@ function SurveyDocument_Qr_Code() {
var is_empty_field = 0;
// console.log(" tab_variable = ", tab_variable);
// console.log(" tab_variable = ", tab_variable);
@ -321,8 +321,8 @@ function SurveyDocument_Qr_Code() {
<div style={{ "width": "80%", "marginLeft": "10%", "background": "#F2F4F4", overflow: "auto", "paddingBottom": "1rem" }}>
<br />
<div className="block_text_and_survey">
<br />
<div className="question_box_introduction">
Bonjour {JSON.parse(get_Given_Survey_Data_result).prenom} &nbsp; {JSON.parse(get_Given_Survey_Data_result).nom}
@ -356,19 +356,20 @@ function SurveyDocument_Qr_Code() {
Questionnaire d'évaluation
</div>}
<div className="question_box_entete">
{JSON.parse(get_Given_Survey_Data_result).class_title && <nav> Formation : {JSON.parse(get_Given_Survey_Data_result).class_title} </nav>}
{JSON.parse(get_Given_Survey_Data_result).session_code && <nav> Code Session : {JSON.parse(get_Given_Survey_Data_result).session_code} </nav>}
{JSON.parse(get_Given_Survey_Data_result).session_title && <nav> Titre Session : {JSON.parse(get_Given_Survey_Data_result).session_title} </nav>}
{JSON.parse(get_Given_Survey_Data_result).session_code_date_debut && <nav> Date début : {JSON.parse(get_Given_Survey_Data_result).session_code_date_debut} </nav>}
{JSON.parse(get_Given_Survey_Data_result).session_code_date_fin && <nav> Date fin : {JSON.parse(get_Given_Survey_Data_result).session_code_date_fin} </nav>}
<div className="question_box_entete" style={{textAlign:'left', fontSize:'14px'}}>
{JSON.parse(get_Given_Survey_Data_result).class_title && <nav> <b> Formation </b> : {JSON.parse(get_Given_Survey_Data_result).class_title} </nav>}
{/*JSON.parse(get_Given_Survey_Data_result).session_code && <nav> Code Session : {JSON.parse(get_Given_Survey_Data_result).session_code} </nav>*/}
{JSON.parse(get_Given_Survey_Data_result).session_title && <nav> <b>Titre Session </b>: {JSON.parse(get_Given_Survey_Data_result).session_title} </nav>}
{JSON.parse(get_Given_Survey_Data_result).session_code_date_debut && <nav> <b> Date début </b>: {JSON.parse(get_Given_Survey_Data_result).session_code_date_debut} </nav>}
{JSON.parse(get_Given_Survey_Data_result).session_code_date_fin && <nav> <b> Date fin </b>: {JSON.parse(get_Given_Survey_Data_result).session_code_date_fin} </nav>}
</div>
{JSON.parse(get_Given_Survey_Data_result).list_questions && JSON.parse(get_Given_Survey_Data_result).list_questions.length > 0 &&
JSON.parse(get_Given_Survey_Data_result).list_questions.map((question, index) => (
<div>
<div className="question_box">
<nav style={{ width: "100%", "float": "left" }}> <nav style={{ width: "5%", "float": "left" }}> N° {index + 1}. </nav> <nav style={{ fontSize: '16px', "fontWeight": '600', "float": "left", 'color': '#34495E' }}> {question.question} </nav> </nav><br />
<nav style={{ width: "100%", "float": "left" }}>
<nav className="question_text"> N° {index + 1}. {question.question} </nav> </nav><br />
{question.type && String(question.type) === "text" &&
<TextField
@ -376,6 +377,7 @@ function SurveyDocument_Qr_Code() {
name={question._id}
fullWidth
type="text"
componentsProps={{ typography: { fontFamily: 'DM Sans', fontSize: '14px' } }}
multiline={true}
rows={2}
onChange={(e) => {
@ -417,6 +419,7 @@ function SurveyDocument_Qr_Code() {
InputLabelProps={{
shrink: true,
}}
componentsProps={{ typography: { fontFamily: 'DM Sans', fontSize: '14px' } }}
inputProps={{ min: "0", step: "1" }}
disabled={false}
onChange={(e) => {
@ -442,8 +445,8 @@ function SurveyDocument_Qr_Code() {
}}
name={question._id}
>
<FormControlLabel value="oui" control={<Radio />} label="Oui" />
<FormControlLabel value="non" control={<Radio />} label="Non" />
<FormControlLabel componentsProps={{ typography: { fontFamily: 'DM Sans', fontSize: '14px' } }} value="oui" control={<Radio />} label="Oui" />
<FormControlLabel componentsProps={{ typography: { fontFamily: 'DM Sans', fontSize: '14px' } }} value="non" control={<Radio />} label="Non" />
</RadioGroup>
</FormControl>
@ -465,7 +468,9 @@ function SurveyDocument_Qr_Code() {
{question.list_choix &&
question.list_choix.map((list_choix, index) => (
<FormControlLabel value={list_choix.reponse_qcm} control={<Radio />} label={index + ". " + list_choix.reponse_qcm} />
<FormControlLabel
componentsProps={{ typography: { fontFamily: 'DM Sans', fontSize: '14px' } }}
value={list_choix.reponse_qcm} control={<Radio />} label={index + ". " + list_choix.reponse_qcm} />
))}
</RadioGroup>
</FormControl>
@ -485,7 +490,9 @@ function SurveyDocument_Qr_Code() {
>
{question.list_case_cocher &&
question.list_case_cocher.map((case_cocher, index) => (
<FormControlLabel control={<Checkbox />} id={question._id + ":" + case_cocher.reponse_checkbox} name={question._id + ":" + case_cocher.reponse_checkbox} onChange={handleChange_checkbox} label={index + ". " + case_cocher.reponse_checkbox} />
<FormControlLabel
componentsProps={{ typography: { fontFamily: 'DM Sans', fontSize: '14px' } }}
control={<Checkbox />} id={question._id + ":" + case_cocher.reponse_checkbox} name={question._id + ":" + case_cocher.reponse_checkbox} onChange={handleChange_checkbox} label={index + ". " + case_cocher.reponse_checkbox} />
))}
</RadioGroup>
@ -537,7 +544,7 @@ function SurveyDocument_Qr_Code() {
</div>
</div>
<div style={{ "width": "80%", "marginLeft": "10%", "background": "#F2F4F4", overflow: "auto", "paddingBottom": "1rem" }}>
{/*<div style={{ "width": "80%", "marginLeft": "10%", "background": "#F2F4F4", overflow: "auto", "paddingBottom": "1rem" }}>
<br />
{get_Given_Survey_Data_result && get_Given_Survey_Data_result.length > 0 && JSON.parse(get_Given_Survey_Data_result).class_internal_url &&
@ -545,14 +552,18 @@ function SurveyDocument_Qr_Code() {
<Display_Action_And_Class classId={JSON.parse(get_Given_Survey_Data_result).class_internal_url} action={""} />
</div>}
</div>
</div>*/}
</div>}
{String(get_Given_Survey_Data_api) === "false" && <div style={{ height: "40vh" }}>
Le document est invalide
{String(get_Given_Survey_Data_api) === "false" && <div style={{
height: "40vh", fontFamily: 'DM Sans', fontSize: '16px', fontWeight: '600',
textAlign: 'center', padding: '20px', paddingTop: '10rem', color: "orange"
}}>
/!\ Ce document est invalide ou une réponse a déjà été enregistrée pour ce questionnaire. /!\
</div>}
<div className="div_row">

View File

@ -21,7 +21,7 @@ import DialogActions from '@mui/material/DialogActions';
import DialogContent from '@mui/material/DialogContent';
import DialogTitle from '@mui/material/DialogTitle';
import { useParams } from 'react-router-dom'
import { gridClasses } from '@mui/x-data-grid';
import { gridClasses } from '@mui/x-data-grid';
import Link from '@mui/material/Link';
import { PiDotsThree } from "react-icons/pi";
import SignatureCanvas from 'react-signature-canvas';
@ -300,11 +300,21 @@ function Survey_Eval_QR_Code() {
}
const [signature_pad_width, setsignature_pad_width] = useState(315);
const [signature_pad_height, setsignature_pad_height] = useState(200);
useEffect(() => {
// setselected_e_doc_id(document_id);
// get_Survey_Url();
if (window.innerWidth < 720) {
setsignature_pad_width(180);
setsignature_pad_height(180);
} else {
setsignature_pad_width(315);
setsignature_pad_height(200);
}
if (String(survey_type) === "pos")
seteval_type_label("Questionnaire Positionnement");
@ -522,7 +532,7 @@ function Survey_Eval_QR_Code() {
style: {
overflowY: 'unset',
position: 'absolute',
top: '7rem',
top: '11rem',
margin: "2px",
},
}}
@ -539,17 +549,17 @@ function Survey_Eval_QR_Code() {
<DialogTitle style={{ cursor: 'move', fontFamily: "DM Sans" }} id="draggable-dialog-title">Signature Manuscrite </DialogTitle>
<DialogContent className="DialogContent_width" >
<DialogContent className="DialogContent_width" style={{ minWidth: "300px" }}>
<div style={{ width: "100%" }}>
<SignatureCanvas ref={signatureCanvasRef} style={{ "border": "solid 1px red" }} penColor="blue"
canvasProps={{
width: 315,
height: 200,
width: signature_pad_width,
height: signature_pad_height,
style: { border: "1px solid black", borderRadius: "10px" },
}} />
</div>
<div style={{ width: "100%", marginLeft: 'auto', marginRight: 'auto', width: 315 }}>
<div style={{ width: "100%", marginLeft: 'auto', marginRight: 'auto', width: signature_pad_width }}>
<nav className="bton_supprime_image_class" style={{ width: '100%' }} onClick={(e) => {
clearCanvas();
@ -599,7 +609,7 @@ function Survey_Eval_QR_Code() {
{!erreur_recup_e_doc && <DialogTitle style={{ cursor: 'move', background: '#fff', fontFamily: 'DM Sans' }} id="draggable-dialog-title"> Signature </DialogTitle>}
{erreur_recup_e_doc && <DialogTitle style={{ cursor: 'move', background: '#fff', fontFamily: 'DM Sans' }} id="draggable-dialog-title"> Signature - <font color="red"> Identifiants invalides </font></DialogTitle>}
<DialogContent className="DialogContent_width">
<DialogContent className="DialogContent_width" style={{ minWidth: "300px" }}>
<div className="div_row_dialog">
@ -673,7 +683,7 @@ function Survey_Eval_QR_Code() {
{!erreur_recup_e_doc && <DialogTitle style={{ cursor: 'move', background: '#fff', fontFamily: 'DM Sans' }} id="draggable-dialog-title"> Authentification </DialogTitle>}
{erreur_recup_e_doc && <DialogTitle style={{ cursor: 'move', background: '#fff', fontFamily: 'DM Sans' }} id="draggable-dialog-title"> Authentification - <font color="red"> Identifiants invalides </font></DialogTitle>}
<DialogContent className="DialogContent_width">
<DialogContent className="DialogContent_width" style={{ minWidth: "300px" }}>
<div className="div_row_dialog">
@ -724,7 +734,7 @@ function Survey_Eval_QR_Code() {
<DialogTitle style={{ cursor: 'move', background: '#fff', fontFamily: 'DM Sans' }} id="draggable-dialog-title"> Information </DialogTitle>
<DialogContent className="DialogContent_width">
<DialogContent className="DialogContent_width" style={{ minWidth: "300px" }}>
<div className="div_row_dialog">
@ -758,19 +768,17 @@ function Survey_Eval_QR_Code() {
<h3 style={{ fontFamily: 'DM Sans' }}> <i><b>{eval_type_label}</b></i> par QR Code </h3>}
{String(eval_type_label) === "0" &&
<h3 style={{ fontFamily: 'DM Sans' }}> Evaluation par QR Code </h3>}
<h3 style={{ fontFamily: 'DM Sans' }}> Evaluation par QR Code </h3>}
<div className="div_row">
<div className="block_guide_line" >
<br />
<nav style={{ "fontSize": "2rem", "marginBottom": "1rem", "fontWeight": "700" }}> Guide d'utilisation : xxxxxxxxxxxxxxxx</nav><br />
<nav>Pour vous permettre démarger électroniquement, MySy Training Technology met à disposition ce module. xxxxxxxxxxxxxxxxxxxxxxx</nav>
<nav style={{ "fontSize": "2rem", "marginBottom": "1rem", "fontWeight": "700" }}> Guide d'utilisation : </nav><br />
<nav>Ce module vous permet de répondre à un questionnaire de manière <b>sécurisée</b> et <b>nominative</b> via un QR code.</nav>
<nav style={{ "fontSize": "2rem", "marginBottom": "1rem", "marginTop": "1rem", "fontWeight": "700" }}> Comment ça marche : </nav>
<nav style={{ "fontSize": "16px", "marginBottom": "0.8rem" }}> étape 1 xxxxxxxxxxxxxxxxxxxxxxxxxxxx </nav>
<nav style={{ "fontSize": "16px", "marginBottom": "0.8rem" }}> étape 2 xxxxxxxxxxxxxxxxxxxxxxxxxx </nav>
<nav style={{ "fontSize": "16px", "marginBottom": "0.8rem" }}> étape 3 Sélectionnez les lignes laide de la case à cocher qui se trouve à gauche du tableau</nav>
<nav style={{ "fontSize": "16px", "marginBottom": "0.8rem" }}> étape 4 Ajoutez limage (fichier png) de votre signature manuelle (cette action est optionnelle)</nav>
<nav style={{ "fontSize": "16px", "marginBottom": "0.8rem" }}> étape 5 Cliquez sur « jétais présent » ou « jetais absent » pour finaliser lémargement.</nav>
<nav style={{ "fontSize": "16px", "marginBottom": "0.8rem" }}> étape 1 <b> Saisissez votre adresse e-mail </b><br/> Utilisez l'adresse e-mail que vous avez fournie lors de votre inscription à la formation. </nav>
<nav style={{ "fontSize": "16px", "marginBottom": "0.8rem" }}> étape 2 <b> Remplissez le questionnaire</b> <br/> Accédez au formulaire et complétez tous les champs demandés avec attention. </nav>
<nav style={{ "fontSize": "16px", "marginBottom": "0.8rem" }}> étape 3 <b> Validez vos réponses </b> <br/> Cliquez sur le bouton <b> Envoyer </b> pour soumettre vos réponses en toute sécurité.</nav>
</div>
@ -948,7 +956,7 @@ function Survey_Eval_QR_Code() {
<div className="gest_content">
{' '}
En confirmant cette opération, vous validez votre présence aux {selectionModel_sequence.length} séquence(s) <br />
En confirmant cette opération, vous validez votre présence à {selectionModel_sequence.length} séquence(s) <br />
</div>

View File

@ -41,7 +41,7 @@ const Header = ({ style = {} }) => {
<span style={{ color: '#4b5162', fontFamily: 'DM Sans', fontSize: 16, fontWeight: 500 }}>À propos</span>
<span style={{ color: '#4b5162', fontFamily: 'DM Sans', fontSize: 16, fontWeight: 500 }}>Fonctionnalités</span>
<span style={{ color: '#4b5162', fontFamily: 'DM Sans', fontSize: 16, fontWeight: 500 }}>Tarifs</span>
<span style={{ color: '#4b5162', fontFamily: 'DM Sans', fontSize: 16, fontWeight: 500 }}>Blog</span>
{/*<span style={{ color: '#4b5162', fontFamily: 'DM Sans', fontSize: 16, fontWeight: 500 }}>Blog</span>*/}
<div style={{ width: 1, height: 12, backgroundColor: '#171717', opacity: 0.1, borderRadius: 30 }} />
<span style={{ color: '#4b5162', fontFamily: 'DM Sans', fontSize: 16, fontWeight: 500 }}>Marketplace</span>
</div>

View File

@ -274,7 +274,7 @@ const Header = () => {
// window.open("/tarif/#debut", "_self");
}}>Tarifs </nav>
</a>
<a href="/Recherche-Article-formation" className="menu-link">Blog</a>
{/*<a href="/Recherche-Article-formation" className="menu-link">Blog</a>*/}
<div className="separator"></div>
<a href="/marketplace" className="menu-link">Marketplace</a>
</nav>

View File

@ -274,7 +274,7 @@ const Header_Client_Intranet = () => {
// window.open("/tarif/#debut", "_self");
}}>Tarifs </nav>
</a>
<a href="/Recherche-Article-formation" className="menu-link">Blog</a>
{/* <a href="/Recherche-Article-formation" className="menu-link">Blog</a>*/}
<div className="separator"></div>
<a href="/marketplace" className="menu-link">Marketplace</a>
</nav>

View File

@ -274,7 +274,7 @@ const Header_ENT_Student = () => {
// window.open("/tarif/#debut", "_self");
}}>Tarifs </nav>
</a>
<a href="/Recherche-Article-formation" className="menu-link">Blog</a>
{/*<a href="/Recherche-Article-formation" className="menu-link">Blog</a>*/}
<div className="separator"></div>
<a href="/marketplace" className="menu-link">Marketplace</a>
</nav>

View File

@ -301,9 +301,9 @@ const SideBar = () => {
</NavLink>
<NavLink exact to={"/Produits-Services"} activeClassName={"nav-active"}>
{/* <NavLink exact to={"/Produits-Services"} activeClassName={"nav-active"}>
Tarifs
</NavLink>
</NavLink>*/}
<NavLink exact to={"/Display-Detail-formation/:classId"} activeClassName={"nav-active"}>
Detail Formation

View File

@ -1,24 +1,18 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import 'bootstrap/dist/css/bootstrap.min.css';
import "./styles/index.scss"
import App from './App';
import Footer from "./pages/footer";
import { Elements } from '@stripe/react-stripe-js';
import { loadStripe } from '@stripe/stripe-js';
const stripePromise = loadStripe('pk_test_51LUUfAAbmaEugrFTI25uZBD3IFjbtaL6jUfRV83diDf7nco8worna4NGKhMHbPP71WCwT5EHFRdDNatxPrJWwgZ300kgH5EO4p');
const stripePromise_PROD = loadStripe('pk_live_51LUUfAAbmaEugrFTyfNe4Dj0vbxc5qXQqNs0rztjAKy8oSlc5EEQyJGjA8Z5kXmP2gvUMcYLUBYCIyWWzLCw59RY00PtGInkVf');
window.ela_tocken = "";
const stripePromise_PROD = loadStripe('pk_live_51LUUfAAbmaEugrFTyfNe4Dj0vbxc5qXQqNs0rztjAKy8oSlc5EEQyJGjA8Z5kXmP2gvUMcYLUBYCIyWWzLCw59RY00PtGInkVf');
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<Elements stripe={stripePromise_PROD}>
<App />
</Elements>
<Elements stripe={stripePromise_PROD}>
<App />
</Elements>
);

24
src/index_ORIG.js Normal file
View File

@ -0,0 +1,24 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import 'bootstrap/dist/css/bootstrap.min.css';
import "./styles/index.scss"
import App from './App';
import Footer from "./pages/footer";
import { Elements } from '@stripe/react-stripe-js';
import { loadStripe } from '@stripe/stripe-js';
const stripePromise = loadStripe('pk_test_51LUUfAAbmaEugrFTI25uZBD3IFjbtaL6jUfRV83diDf7nco8worna4NGKhMHbPP71WCwT5EHFRdDNatxPrJWwgZ300kgH5EO4p');
const stripePromise_PROD = loadStripe('pk_live_51LUUfAAbmaEugrFTyfNe4Dj0vbxc5qXQqNs0rztjAKy8oSlc5EEQyJGjA8Z5kXmP2gvUMcYLUBYCIyWWzLCw59RY00PtGInkVf');
window.ela_tocken = "";
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<Elements stripe={stripePromise_PROD}>
<App />
</Elements>
);

View File

@ -1,5 +1,4 @@
import Link from "next/link";
import Navigation from "../components/Navigation";
import Emarge_QR_Code from "../components/Emarge_QR_Code";
import New_Navigation_2025 from "../components/New_Navigation_2025";

View File

@ -1,5 +1,4 @@
import Link from "next/link";
import Navigation from "../components/Navigation";
import SurveyDocument from "../components/SurveyDocument"
import New_Navigation_2025 from "../components/New_Navigation_2025";
import New_C_Header_2025_V2 from "../components/header_automatic_files/Header";

View File

@ -1,5 +1,4 @@
import Link from "next/link";
import Navigation from "../components/Navigation";
import SurveyDocument_Qr_Code from "../components/SurveyDocument_Qr_Code"
import New_Navigation_2025 from "../components/New_Navigation_2025";
import New_C_Header_2025_V2 from "../components/header_automatic_files/Header";

View File

@ -243,7 +243,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
border: 1px black;
}
@ -253,7 +253,7 @@
font-size: small;
background: #81BC3A !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
}
@ -690,7 +690,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
}
@ -699,7 +699,7 @@
font-size: small;
background: #81BC3A !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
}
@ -868,7 +868,7 @@
border-radius: 5rem;
font-size: small;
text-align: right;
height: 2.5rem;
height: 2rem;
}
@ -877,7 +877,7 @@
font-size: small;
background: #81BC3A !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
@ -888,7 +888,7 @@
border-radius: 5rem;
font-size: small;
text-align: left;
height: 2.5rem;
height: 2rem;
width: 100%;
}
@ -898,7 +898,7 @@
background: white !important;
text-align: left;
border: solid 1px;
height: 2.5rem;
height: 2rem;
width: auto;
color: black;
@ -1197,7 +1197,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
}
@ -1206,7 +1206,7 @@
font-size: small;
background: #81BC3A !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
}
@ -1375,7 +1375,7 @@
border-radius: 5rem;
font-size: small;
text-align: right;
height: 2.5rem;
height: 2rem;
}
@ -1384,7 +1384,7 @@
font-size: small;
background: #81BC3A !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 60%;
color: white;
@ -1395,7 +1395,7 @@
border-radius: 5rem;
font-size: small;
text-align: left;
height: 2.5rem;
height: 2rem;
width: 100%;
}
@ -1406,7 +1406,7 @@
background: white !important;
text-align: left;
border: solid 1px;
height: 2.5rem;
height: 2rem;
width: auto;
color: black;
@ -1718,7 +1718,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 50%;
}
@ -1727,7 +1727,7 @@
font-size: small;
background: #81BC3A !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 50%;
color: white;
}
@ -1899,7 +1899,7 @@
border-radius: 5rem;
font-size: small;
text-align: right;
height: 2.5rem;
height: 2rem;
}
@ -1908,7 +1908,7 @@
font-size: small;
background: #81BC3A !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 50%;
color: white;
@ -1919,7 +1919,7 @@
border-radius: 5rem;
font-size: small;
text-align: left;
height: 2.5rem;
height: 2rem;
width: 100%;
}
@ -1929,7 +1929,7 @@
background: white !important;
text-align: left;
border: solid 1px;
height: 2.5rem;
height: 2rem;
width: auto;
color: black;
@ -1940,7 +1940,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;

View File

@ -131,7 +131,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -143,7 +143,7 @@
font-size: small;
background: #81BC3A !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -155,7 +155,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -167,7 +167,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -317,7 +317,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -329,7 +329,7 @@
font-size: small;
background: #81BC3A !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -341,7 +341,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -353,7 +353,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -501,7 +501,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -513,7 +513,7 @@
font-size: small;
background: #81BC3A !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -525,7 +525,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -537,7 +537,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -685,7 +685,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -697,7 +697,7 @@
font-size: small;
background: #81BC3A !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -709,7 +709,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -721,7 +721,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;

View File

@ -328,7 +328,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -340,7 +340,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -352,7 +352,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -364,7 +364,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -546,7 +546,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -559,7 +559,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -570,7 +570,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -581,7 +581,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -687,7 +687,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -700,7 +700,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -713,7 +713,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -982,7 +982,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -994,7 +994,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1006,7 +1006,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1018,7 +1018,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1205,7 +1205,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1218,7 +1218,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1231,7 +1231,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1244,7 +1244,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1338,7 +1338,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1351,7 +1351,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1364,7 +1364,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1674,7 +1674,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1686,7 +1686,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1698,7 +1698,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1710,7 +1710,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1912,7 +1912,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1925,7 +1925,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1938,7 +1938,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -2198,7 +2198,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2262,7 +2262,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2326,7 +2326,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2338,7 +2338,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2350,7 +2350,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2362,7 +2362,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2574,7 +2574,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2587,7 +2587,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -2600,7 +2600,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;

View File

@ -196,7 +196,7 @@
font-size: small;
text-align: left;
border: solid 1px;
height: 2.5rem;
height: 2rem;
color: white;
width: 90%;
}
@ -365,7 +365,7 @@
font-size: small;
text-align: left;
border: solid 1px;
height: 2.5rem;
height: 2rem;
color: white;
width: 80%;
}
@ -528,7 +528,7 @@
font-size: small;
text-align: left;
border: solid 1px;
height: 2.5rem;
height: 2rem;
color: white;
width: 80%;
}
@ -677,7 +677,7 @@
font-size: small;
text-align: left;
border: solid 1px;
height: 2.5rem;
height: 2rem;
color: white;
width: 50%;

View File

@ -270,7 +270,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -282,7 +282,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -294,7 +294,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -306,7 +306,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -487,7 +487,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -500,7 +500,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -511,7 +511,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -522,7 +522,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -843,7 +843,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -855,7 +855,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -867,7 +867,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -879,7 +879,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1063,7 +1063,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1076,7 +1076,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1089,7 +1089,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1102,7 +1102,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1456,7 +1456,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1468,7 +1468,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1480,7 +1480,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1492,7 +1492,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1897,7 +1897,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -1960,7 +1960,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2023,7 +2023,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2035,7 +2035,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2047,7 +2047,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2059,7 +2059,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;

View File

@ -273,7 +273,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -285,7 +285,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -297,7 +297,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -309,7 +309,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -491,7 +491,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -504,7 +504,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -515,7 +515,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -526,7 +526,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -851,7 +851,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -863,7 +863,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -875,7 +875,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -887,7 +887,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1072,7 +1072,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1085,7 +1085,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1098,7 +1098,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1111,7 +1111,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1470,7 +1470,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1482,7 +1482,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1494,7 +1494,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1506,7 +1506,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1915,7 +1915,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -1980,7 +1980,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2043,7 +2043,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2055,7 +2055,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2067,7 +2067,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2079,7 +2079,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;

View File

@ -301,7 +301,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -314,7 +314,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -326,7 +326,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -488,7 +488,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -501,7 +501,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -513,7 +513,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -524,7 +524,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -535,7 +535,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -904,7 +904,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -917,7 +917,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -929,7 +929,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1095,7 +1095,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1108,7 +1108,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1121,7 +1121,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -1134,7 +1134,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1147,7 +1147,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1545,7 +1545,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1557,7 +1557,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1569,7 +1569,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -1582,7 +1582,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1594,7 +1594,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -2014,7 +2014,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2079,7 +2079,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2143,7 +2143,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2155,7 +2155,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2167,7 +2167,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -2179,7 +2179,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2191,7 +2191,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2520,7 +2520,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2533,7 +2533,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;

View File

@ -124,7 +124,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -136,7 +136,7 @@
font-size: small;
background: #81BC3A !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -148,7 +148,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -160,7 +160,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;

View File

@ -284,7 +284,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -296,7 +296,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -308,7 +308,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -320,7 +320,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -482,7 +482,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -495,7 +495,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -506,7 +506,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -517,7 +517,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -852,7 +852,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -864,7 +864,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -876,7 +876,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -888,7 +888,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1054,7 +1054,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1067,7 +1067,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1080,7 +1080,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1093,7 +1093,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1471,7 +1471,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1483,7 +1483,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1495,7 +1495,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1507,7 +1507,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1889,7 +1889,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -1953,7 +1953,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2017,7 +2017,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2029,7 +2029,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2041,7 +2041,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2053,7 +2053,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;

View File

@ -317,7 +317,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -329,7 +329,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -341,7 +341,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -353,7 +353,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -524,7 +524,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -537,7 +537,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -548,7 +548,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -559,7 +559,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -659,7 +659,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -672,7 +672,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -685,7 +685,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -957,7 +957,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -969,7 +969,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -981,7 +981,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -993,7 +993,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1169,7 +1169,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1182,7 +1182,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1195,7 +1195,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1208,7 +1208,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1296,7 +1296,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1309,7 +1309,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1322,7 +1322,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1632,7 +1632,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1644,7 +1644,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1656,7 +1656,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1668,7 +1668,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1856,7 +1856,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1869,7 +1869,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1882,7 +1882,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -2131,7 +2131,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2192,7 +2192,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2255,7 +2255,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2267,7 +2267,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2279,7 +2279,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2291,7 +2291,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2488,7 +2488,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2501,7 +2501,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -2514,7 +2514,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;

View File

@ -317,7 +317,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -329,7 +329,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -341,7 +341,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -353,7 +353,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -524,7 +524,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -537,7 +537,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -548,7 +548,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -559,7 +559,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -659,7 +659,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -672,7 +672,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -685,7 +685,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -957,7 +957,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -969,7 +969,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -981,7 +981,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -993,7 +993,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1169,7 +1169,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1182,7 +1182,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1195,7 +1195,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1208,7 +1208,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1296,7 +1296,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1309,7 +1309,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1322,7 +1322,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1632,7 +1632,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1644,7 +1644,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1656,7 +1656,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1668,7 +1668,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1856,7 +1856,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1869,7 +1869,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1882,7 +1882,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -2131,7 +2131,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2192,7 +2192,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2256,7 +2256,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2268,7 +2268,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2280,7 +2280,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2292,7 +2292,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2489,7 +2489,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2502,7 +2502,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -2515,7 +2515,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;

View File

@ -318,7 +318,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -330,7 +330,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -342,7 +342,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -354,7 +354,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -525,7 +525,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -538,7 +538,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -549,7 +549,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -560,7 +560,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -683,7 +683,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -696,7 +696,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -709,7 +709,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -988,7 +988,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -1000,7 +1000,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1012,7 +1012,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1024,7 +1024,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1200,7 +1200,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1213,7 +1213,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1226,7 +1226,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1239,7 +1239,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1350,7 +1350,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1363,7 +1363,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1376,7 +1376,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1716,7 +1716,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1728,7 +1728,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1740,7 +1740,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1752,7 +1752,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1958,7 +1958,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1971,7 +1971,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1984,7 +1984,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -2286,7 +2286,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2350,7 +2350,7 @@
width: 40%;
background: #81BC3A !important;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white !important;
}
@ -2362,7 +2362,7 @@
width: 40%;
background: #81BC3A !important;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white !important;
}
@ -2443,7 +2443,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2455,7 +2455,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2467,7 +2467,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2479,7 +2479,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2696,7 +2696,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2709,7 +2709,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -2722,7 +2722,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;

View File

@ -62,6 +62,7 @@
font-size: medium !important;
background: black !important;
color: white !important;
min-width: 300px !important;
}
.avisformation {
@ -2259,6 +2260,7 @@
border: 1px solid black !important;
background: white !important;
padding-bottom: 10px;
min-width: 300px !important;
}
.gest_header {

View File

@ -310,6 +310,7 @@
color: black;
width: 100%;
height: 2rem !important;
font-family: 'DM Sans';
}
.bton_import_excel {
@ -317,6 +318,7 @@
color: black;
width: 100% !important;
height: 2rem !important;
font-family: 'DM Sans';
}
.div_row_gauche_etendu {
@ -334,10 +336,11 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
.bton_enreg {
@ -346,11 +349,12 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
.bton_edit {
@ -358,11 +362,12 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
.bton_annule {
@ -370,11 +375,12 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
.div_row_gauche_image {
@ -430,10 +436,12 @@
margin-top: 0.5rem;
width: 10rem;
cursor: pointer;
font-family: 'DM Sans';
}
.bton_supprime_image_class:hover {
box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
font-family: 'DM Sans';
}
.bton_image_class {
@ -448,10 +456,12 @@
border-radius: 10px;
width: 10rem;
cursor: pointer;
font-family: 'DM Sans';
}
.bton_image_class:hover {
box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
font-family: 'DM Sans';
}
.tick_ok_ko {
@ -541,11 +551,12 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 1rem !important;
font-family: 'DM Sans';
}
.bton_enreg {
@ -554,10 +565,11 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
font-family: 'DM Sans';
}
.bton_edit {
@ -565,10 +577,11 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
font-family: 'DM Sans';
}
.bton_annule {
@ -576,10 +589,11 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
font-family: 'DM Sans';
}
@ -684,11 +698,12 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
@ -697,11 +712,12 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
@ -710,13 +726,14 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
margin-right: 10px;
padding-right: 5px;
padding-left: 5px;
font-family: 'DM Sans';
}
.DialogContent_width {
@ -984,6 +1001,7 @@
color: black;
width: 50%;
height: 2rem !important;
font-family: 'DM Sans';
}
@ -993,6 +1011,7 @@
color: black;
width: 65% !important;
height: 2rem !important;
font-family: 'DM Sans';
}
.div_row_gauche_etendu {
@ -1010,10 +1029,11 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
.bton_enreg {
@ -1022,11 +1042,12 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
.bton_edit {
@ -1034,11 +1055,12 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
.bton_annule {
@ -1046,11 +1068,12 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
.div_row_gauche_image {
@ -1105,10 +1128,12 @@
margin-top: 0.5rem;
width: 15rem;
cursor: pointer;
font-family: 'DM Sans';
}
.bton_supprime_image_class:hover {
box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
font-family: 'DM Sans';
}
.bton_image_class {
@ -1123,10 +1148,12 @@
border-radius: 10px;
width: 15rem;
cursor: pointer;
font-family: 'DM Sans';
}
.bton_image_class:hover {
box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
font-family: 'DM Sans';
}
.tick_ok_ko {
@ -1222,11 +1249,12 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
min-width: 15rem;
font-family: 'DM Sans';
}
.bton_enreg {
@ -1235,12 +1263,13 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
margin-right: 10px;
min-width: 15rem;
font-family: 'DM Sans';
}
.bton_edit {
@ -1248,12 +1277,13 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
margin-right: 10px;
min-width: 15rem;
font-family: 'DM Sans';
}
.bton_annule {
@ -1261,12 +1291,13 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
margin-right: 10px;
min-width: 15rem;
font-family: 'DM Sans';
}
@ -1357,11 +1388,12 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
@ -1370,11 +1402,12 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
@ -1383,13 +1416,14 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
margin-right: 10px;
padding-right: 5px;
padding-left: 5px;
font-family: 'DM Sans';
}
.DialogContent_width {
@ -1691,6 +1725,7 @@
color: black;
width: 40%;
height: 2rem !important;
font-family: 'DM Sans';
}
.bton_add_session_create_automatic {
@ -1698,6 +1733,7 @@
color: black;
width: 60% !important;
height: 2rem !important;
font-family: 'DM Sans';
}
.bton_import_excel {
@ -1705,6 +1741,7 @@
color: black;
width: 50% !important;
height: 2rem !important;
font-family: 'DM Sans';
}
.div_row_gauche_etendu {
@ -1722,10 +1759,11 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
.bton_enreg {
@ -1734,11 +1772,12 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
.bton_edit {
@ -1746,11 +1785,12 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
.bton_annule {
@ -1758,11 +1798,12 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
@ -1818,10 +1859,12 @@
margin-top: 0.5rem;
width: 15rem;
cursor: pointer;
font-family: 'DM Sans';
}
.bton_supprime_image_class:hover {
box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
font-family: 'DM Sans';
}
.bton_image_class {
@ -1836,10 +1879,12 @@
border-radius: 10px;
width: 15rem;
cursor: pointer;
font-family: 'DM Sans';
}
.bton_image_class:hover {
box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
font-family: 'DM Sans';
}
.tick_ok_ko {
@ -1952,11 +1997,12 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
@ -1965,11 +2011,12 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
@ -1978,13 +2025,14 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
margin-right: 10px;
padding-right: 5px;
padding-left: 5px;
font-family: 'DM Sans';
}
.DialogContent_width {
@ -2280,7 +2328,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2304,6 +2352,7 @@
color: black;
width: 20% !important;
height: 2rem !important;
font-family: 'DM Sans';
}
.bton_add_session_create_automatic {
@ -2311,6 +2360,7 @@
color: black;
width: 40% !important;
height: 2rem !important;
font-family: 'DM Sans';
}
.bton_import_excel {
@ -2318,6 +2368,7 @@
color: black;
width: 40% !important;
height: 2rem !important;
font-family: 'DM Sans';
}
.div_row_gauche_etendu {
@ -2334,6 +2385,7 @@
padding: 0.3rem;
width: 60%;
background: #81BC3A;
font-family: 'DM Sans';
}
@ -2344,8 +2396,9 @@
width: 40%;
background: #81BC3A !important;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white !important;
font-family: 'DM Sans';
}
@ -2356,8 +2409,9 @@
width: 40%;
background: #81BC3A !important;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white !important;
font-family: 'DM Sans';
}
@ -2370,6 +2424,7 @@
width: 60%;
background-color: white;
color: #107758 !important;
font-family: 'DM Sans';
}
@ -2401,6 +2456,7 @@
color: white;
cursor: pointer;
box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
font-family: 'DM Sans';
}
.bton_emarge:hover {
@ -2414,6 +2470,7 @@
cursor: pointer;
box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
font-family: 'DM Sans';
}
.css-1x5jdm {
@ -2438,10 +2495,11 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
.bton_enreg {
@ -2450,11 +2508,12 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
.bton_edit {
@ -2462,11 +2521,12 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
.bton_annule {
@ -2474,11 +2534,12 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
@ -2535,10 +2596,12 @@
margin-top: 0.5rem;
width: 15rem;
cursor: pointer;
font-family: 'DM Sans';
}
.bton_supprime_image_class:hover {
box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
font-family: 'DM Sans';
}
.bton_image_class {
@ -2553,10 +2616,12 @@
border-radius: 10px;
width: 15rem;
cursor: pointer;
font-family: 'DM Sans';
}
.bton_image_class:hover {
box-shadow: 5px 1px 5px 1px rgb(0 0 0 / 25%);
font-family: 'DM Sans';
}
.tick_ok_ko {
@ -2678,11 +2743,12 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
@ -2691,11 +2757,12 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
margin-right: 10px;
font-family: 'DM Sans';
}
@ -2704,13 +2771,14 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
margin-right: 10px;
padding-right: 5px;
padding-left: 5px;
font-family: 'DM Sans';
}
@ -2870,12 +2938,13 @@
font-size: small;
background: #bc843a !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
margin-right: 10px;
font-style: italic;
font-family: 'DM Sans';
}
.mode_affichage_selected {

View File

@ -340,7 +340,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -352,7 +352,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -364,7 +364,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -376,7 +376,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -538,7 +538,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -551,7 +551,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -562,7 +562,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -573,7 +573,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -942,7 +942,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -954,7 +954,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -966,7 +966,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -978,7 +978,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1144,7 +1144,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1157,7 +1157,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1170,7 +1170,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1183,7 +1183,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1583,7 +1583,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1595,7 +1595,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1607,7 +1607,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1619,7 +1619,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -2030,7 +2030,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2094,7 +2094,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2158,7 +2158,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2170,7 +2170,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2182,7 +2182,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2194,7 +2194,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;

View File

@ -245,7 +245,7 @@
font-size: small;
text-align: left;
border: solid 1px;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -312,7 +312,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -325,7 +325,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -336,7 +336,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -347,7 +347,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -719,7 +719,7 @@
font-size: small;
text-align: left;
border: solid 1px;
height: 2.5rem;
height: 2rem;
color: white;
letter-spacing: 3px;
}
@ -792,7 +792,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -805,7 +805,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -818,7 +818,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -831,7 +831,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1205,7 +1205,7 @@
font-size: small;
text-align: left;
border: solid 1px;
height: 2.5rem;
height: 2rem;
color: white;
letter-spacing: 3px;
}
@ -1278,7 +1278,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1291,7 +1291,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1304,7 +1304,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1317,7 +1317,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1688,7 +1688,7 @@
font-size: small;
text-align: left;
border: solid 1px;
height: 2.5rem;
height: 2rem;
color: white;
letter-spacing: 3px;
}
@ -1760,7 +1760,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1772,7 +1772,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1784,7 +1784,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1796,7 +1796,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;

View File

@ -71,7 +71,7 @@
}
.Mui-disabled {
font-family:'DM Sans','Sans-serif';
font-family: 'DM Sans', 'Sans-serif';
font-size: small !important;
padding: 0px !important;
padding-left: 5px !important;
@ -215,7 +215,7 @@
}
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input .Mui-disabled {
font-family:'DM Sans','Sans-serif';
font-family: 'DM Sans', 'Sans-serif';
font: inherit;
letter-spacing: inherit;
color: currentColor;
@ -262,7 +262,7 @@
}
.session_caract {
font-family: DM Sans;
font-family: DM Sans;
width: 100%;
padding: 5px;
float: left;
@ -356,19 +356,19 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
}
.bton_enreg {
font-family: DM sans;
font-family: DM sans;
border-radius: 5rem;
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -380,7 +380,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -392,7 +392,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -400,22 +400,20 @@
}
.div_row_gauche_image {
float: left;
//border:0px solid black;
border-width: 0.01rem;
border-radius: 1rem;
text-align: left;
width: 100%;
text-align: center;
}
.div_row_droite_image {
float: left;
//border:0px solid black;
border-width: 0.01rem;
border-radius: 1rem;
text-align: left;
font-family: "DM Sans", "sans-serif";
font-size: small;
padding-left: 0.2rem;
text-align: center;
width: 100%;
}
.tips_img_class {
@ -426,15 +424,14 @@
float: left;
width: 100%;
padding-right: 10px;
margin-bottom: 2rem;
}
.img_class_logo {
display: block;
width: 128px;
height: 128px;
border-radius: 10px !important;
border: 1px solid #d5d8dc;
float: left;
}
.bton_supprime_image_class {
@ -450,8 +447,9 @@
background: white;
color: red;
margin-top: 0.5rem;
width: 10rem;
width: auto;
cursor: pointer;
font-family: 'DM Sans';
}
.bton_supprime_image_class:hover {
@ -468,7 +466,8 @@
padding-right: 10px;
border: 1px solid rgb(194, 186, 186);
border-radius: 10px;
width: 10rem;
width: auto;
font-family: 'DM Sans';
cursor: pointer;
}
@ -554,7 +553,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -562,12 +561,12 @@
}
.bton_enreg {
font-family: DM sans;
font-family: DM sans;
border-radius: 5rem;
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -578,7 +577,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -589,7 +588,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -623,7 +622,7 @@
}
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input .Mui-disabled {
font-family:'DM Sans','Sans-serif';
font-family: 'DM Sans', 'Sans-serif';
font: inherit;
letter-spacing: inherit;
color: currentColor;
@ -674,7 +673,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -687,7 +686,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -700,7 +699,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -710,7 +709,7 @@
}
.DialogContent_width {
width: 200px !important;
width: 300px !important;
}
.block_guide_line {
@ -725,10 +724,33 @@
.block_data {
width: 100%;
float: right;
margin-right: 1%;
}
.block_data_grid {
width: 98%;
margin-left: auto;
margin-right: auto;
padding: 10px;
}
.block_signature {
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 10px;
}
.popup-content {
width: 70% !important;
font-family: 'DM Sans' !important;
font-size: small !important;
height: auto;
border: 1px solid black !important;
background: white !important;
padding-bottom: 10px;
}
}
@media only screen and (min-width: 601px) and (max-width: 991px) {
@ -849,7 +871,7 @@
}
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input .Mui-disabled {
font-family:'DM Sans','Sans-serif';
font-family: 'DM Sans', 'Sans-serif';
font: inherit;
letter-spacing: inherit;
color: currentColor;
@ -896,7 +918,7 @@
}
.session_caract {
font-family: DM Sans;
font-family: DM Sans;
width: 50%;
padding: 5px;
float: left;
@ -996,19 +1018,19 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
}
.bton_enreg {
font-family: DM sans;
font-family: DM sans;
border-radius: 5rem;
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1020,7 +1042,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1032,7 +1054,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1198,7 +1220,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1206,12 +1228,12 @@
}
.bton_enreg {
font-family: DM sans;
font-family: DM sans;
border-radius: 5rem;
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1224,7 +1246,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1237,7 +1259,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1259,7 +1281,7 @@
}
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input .Mui-disabled {
font-family:'DM Sans','Sans-serif';
font-family: 'DM Sans', 'Sans-serif';
font: inherit;
letter-spacing: inherit;
color: currentColor;
@ -1311,7 +1333,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1324,7 +1346,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1337,7 +1359,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1363,8 +1385,22 @@
.block_data {
width: 100%;
float: right;
margin-right: 1%;
}
.block_data_grid {
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 10px;
}
.block_signature {
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 10px;
}
}
@ -1512,7 +1548,7 @@
}
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input .Mui-disabled {
font-family:'DM Sans','Sans-serif';
font-family: 'DM Sans', 'Sans-serif';
font: inherit;
letter-spacing: inherit;
color: currentColor;
@ -1562,7 +1598,7 @@
}
.session_caract {
font-family: DM Sans;
font-family: DM Sans;
width: 33%;
padding: 5px;
float: left;
@ -1663,19 +1699,19 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
}
.bton_enreg {
font-family: DM sans;
font-family: DM sans;
border-radius: 5rem;
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1687,7 +1723,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1699,7 +1735,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1851,7 +1887,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1864,7 +1900,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1877,7 +1913,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1906,6 +1942,18 @@
margin-right: 1%;
}
.block_data_grid {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.block_signature {
width: 100%;
margin-left: auto;
margin-right: auto;
}
}
@media only screen and (min-width: 1200px) {
@ -2060,7 +2108,7 @@
}
.session_caract_Dialog {
font-family: 'DM Sans';
font-family: 'DM Sans';
width: 100%;
padding: 5px;
float: left;
@ -2087,7 +2135,7 @@
}
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input .Mui-disabled {
font-family:'DM Sans','Sans-serif';
font-family: 'DM Sans', 'Sans-serif';
font: inherit;
letter-spacing: inherit;
color: currentColor;
@ -2136,7 +2184,7 @@
.session_caract {
font-family: DM Sans;
font-family: DM Sans;
width: 33%;
padding: 5px;
float: left;
@ -2183,7 +2231,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2255,7 +2303,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2318,19 +2366,19 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
}
.bton_enreg {
font-family: DM sans;
font-family: DM sans;
border-radius: 5rem;
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2342,7 +2390,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2354,7 +2402,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2517,7 +2565,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2530,7 +2578,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -2543,7 +2591,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -2574,6 +2622,17 @@
}
.block_data_grid {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.block_signature {
width: 100%;
margin-left: auto;
margin-right: auto;
}
}
.css-1t1j96h-MuiPaper-root-MuiDialog-paper {
@ -2584,6 +2643,9 @@
// end media
.loader-container {
width: 100%;
height: 100vh;
@ -2627,7 +2689,7 @@
}
.session_caract_Dialog {
font-family: 'DM Sans';
font-family: 'DM Sans';
width: 100%;
padding: 5px;
float: left;
@ -2685,7 +2747,7 @@
.MuiMenu-paper {
max-width: 30% !important;
}
}
.separator {
display: flex;
@ -2714,7 +2776,7 @@
}
}
.MuiMenu-paper {
@ -2738,7 +2800,7 @@
}
.css-9ddj71-MuiInputBase-root-MuiOutlinedInput-root {
font-family: DM Sans !important;
font-family: DM Sans !important;
height: 3.5rem !important;
font-size: small !important;
@ -2750,9 +2812,9 @@ font-family: DM Sans !important;
width: 110%;
}
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
font-size: small !important;
font-family: "DM Sans" !important;
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
font-size: small !important;
font-family: "DM Sans" !important;
padding-left: 5px !important;
padding-right: 1rem !important;
}

View File

@ -287,7 +287,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -300,7 +300,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -312,7 +312,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -474,7 +474,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -487,7 +487,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -499,7 +499,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -510,7 +510,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -521,7 +521,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -890,7 +890,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -903,7 +903,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -915,7 +915,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1081,7 +1081,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1094,7 +1094,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1107,7 +1107,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -1120,7 +1120,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1133,7 +1133,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1534,7 +1534,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1546,7 +1546,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1558,7 +1558,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -1571,7 +1571,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1583,7 +1583,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -2003,7 +2003,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2074,7 +2074,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2138,7 +2138,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2150,7 +2150,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2162,7 +2162,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -2174,7 +2174,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2186,7 +2186,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2504,7 +2504,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2517,7 +2517,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;

View File

@ -301,7 +301,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -314,7 +314,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -326,7 +326,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -488,7 +488,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -501,7 +501,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -513,7 +513,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -524,7 +524,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -535,7 +535,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -896,7 +896,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -909,7 +909,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -921,7 +921,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1087,7 +1087,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1100,7 +1100,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1113,7 +1113,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -1126,7 +1126,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1139,7 +1139,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1530,7 +1530,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1542,7 +1542,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1554,7 +1554,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -1567,7 +1567,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1579,7 +1579,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1993,7 +1993,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2057,7 +2057,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2121,7 +2121,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2133,7 +2133,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2145,7 +2145,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -2157,7 +2157,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2169,7 +2169,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2448,7 +2448,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2461,7 +2461,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;

View File

@ -356,7 +356,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -368,7 +368,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -380,7 +380,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -392,7 +392,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -554,7 +554,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -567,7 +567,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -578,7 +578,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -589,7 +589,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -674,7 +674,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 5%;
@ -687,7 +687,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 90%;
color: black;
margin-left: 5%;
@ -700,7 +700,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -710,7 +710,7 @@
}
.DialogContent_width {
width: 300px !important;
width: 200px !important;
max-width: none !important;
padding: 5px;
}
@ -998,7 +998,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -1010,7 +1010,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1022,7 +1022,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1034,7 +1034,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1200,7 +1200,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1213,7 +1213,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1226,7 +1226,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1239,7 +1239,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1313,7 +1313,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1326,7 +1326,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1339,7 +1339,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1663,7 +1663,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1675,7 +1675,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1687,7 +1687,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1699,7 +1699,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1851,7 +1851,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1864,7 +1864,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1877,7 +1877,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -2183,7 +2183,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2255,7 +2255,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2319,7 +2319,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2331,7 +2331,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2343,7 +2343,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2355,7 +2355,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2518,7 +2518,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2531,7 +2531,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -2544,7 +2544,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;

View File

@ -1479,13 +1479,13 @@
.ftion_tab_gauche {
width: 70%;
line-height: 2.5rem;
line-height: 2rem;
font-size: 20px;
}
.ftion_tab_droite {
width: 30%;
line-height: 2.5rem;
line-height: 2rem;
font-size: 20px;
}

View File

@ -313,7 +313,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -325,7 +325,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -337,7 +337,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -349,7 +349,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -741,7 +741,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -753,7 +753,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -765,7 +765,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -777,7 +777,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1164,7 +1164,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1176,7 +1176,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1188,7 +1188,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1200,7 +1200,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1572,7 +1572,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -1640,7 +1640,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -1670,7 +1670,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1682,7 +1682,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1694,7 +1694,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1706,7 +1706,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;

View File

@ -301,7 +301,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -314,7 +314,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -326,7 +326,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -488,7 +488,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -501,7 +501,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -513,7 +513,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -524,7 +524,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -535,7 +535,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -896,7 +896,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -909,7 +909,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -921,7 +921,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1087,7 +1087,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1100,7 +1100,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1113,7 +1113,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -1126,7 +1126,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1139,7 +1139,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1530,7 +1530,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1542,7 +1542,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1554,7 +1554,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -1567,7 +1567,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1579,7 +1579,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1993,7 +1993,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2057,7 +2057,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2121,7 +2121,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2133,7 +2133,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2145,7 +2145,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -2157,7 +2157,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2169,7 +2169,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2448,7 +2448,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2461,7 +2461,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;

View File

@ -318,7 +318,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -330,7 +330,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -342,7 +342,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -354,7 +354,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -525,7 +525,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -538,7 +538,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -549,7 +549,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -560,7 +560,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -667,7 +667,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -680,7 +680,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -693,7 +693,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -972,7 +972,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -984,7 +984,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -996,7 +996,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1008,7 +1008,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1184,7 +1184,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1197,7 +1197,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1210,7 +1210,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1223,7 +1223,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1318,7 +1318,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1331,7 +1331,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1344,7 +1344,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1663,7 +1663,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1675,7 +1675,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1687,7 +1687,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1699,7 +1699,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1892,7 +1892,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1905,7 +1905,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1918,7 +1918,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -2200,7 +2200,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2264,7 +2264,7 @@
width: 40%;
background: #81BC3A !important;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white !important;
}
@ -2276,7 +2276,7 @@
width: 40%;
background: #81BC3A !important;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white !important;
}
@ -2358,7 +2358,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2370,7 +2370,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2382,7 +2382,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2394,7 +2394,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2597,7 +2597,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2610,7 +2610,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -2623,7 +2623,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;

View File

@ -477,7 +477,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -490,7 +490,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;

View File

@ -136,7 +136,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -161,7 +161,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -330,7 +330,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -358,7 +358,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -534,7 +534,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -561,7 +561,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -573,7 +573,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -766,7 +766,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -792,7 +792,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;

View File

@ -291,7 +291,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -303,7 +303,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -315,7 +315,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -327,7 +327,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -489,7 +489,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -502,7 +502,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -513,7 +513,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -524,7 +524,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -879,7 +879,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -891,7 +891,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -903,7 +903,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -915,7 +915,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1081,7 +1081,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1094,7 +1094,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1107,7 +1107,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1120,7 +1120,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1495,7 +1495,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1507,7 +1507,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1519,7 +1519,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1531,7 +1531,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1964,7 +1964,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2036,7 +2036,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2100,7 +2100,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2112,7 +2112,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2124,7 +2124,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2136,7 +2136,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2299,7 +2299,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2312,7 +2312,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;

View File

@ -323,7 +323,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -335,7 +335,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -347,7 +347,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -359,7 +359,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -521,7 +521,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -534,7 +534,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -545,7 +545,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -556,7 +556,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -925,7 +925,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -937,7 +937,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -949,7 +949,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -961,7 +961,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1127,7 +1127,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1140,7 +1140,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1153,7 +1153,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1166,7 +1166,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1565,7 +1565,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1577,7 +1577,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1589,7 +1589,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1601,7 +1601,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -2012,7 +2012,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2076,7 +2076,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2140,7 +2140,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2152,7 +2152,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2164,7 +2164,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2176,7 +2176,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;

View File

@ -291,7 +291,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -303,7 +303,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -315,7 +315,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -327,7 +327,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -489,7 +489,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -502,7 +502,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -513,7 +513,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -524,7 +524,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -879,7 +879,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -891,7 +891,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -903,7 +903,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -915,7 +915,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1081,7 +1081,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1094,7 +1094,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1107,7 +1107,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1120,7 +1120,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1495,7 +1495,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1507,7 +1507,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1519,7 +1519,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1531,7 +1531,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1964,7 +1964,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2036,7 +2036,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2100,7 +2100,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2112,7 +2112,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2124,7 +2124,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2136,7 +2136,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2299,7 +2299,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2312,7 +2312,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;

View File

@ -301,7 +301,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -314,7 +314,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -326,7 +326,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -488,7 +488,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -501,7 +501,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -513,7 +513,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -524,7 +524,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -535,7 +535,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -904,7 +904,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -917,7 +917,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -929,7 +929,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1095,7 +1095,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1108,7 +1108,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1121,7 +1121,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -1134,7 +1134,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1147,7 +1147,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1545,7 +1545,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1557,7 +1557,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1569,7 +1569,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -1582,7 +1582,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1594,7 +1594,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -2014,7 +2014,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2079,7 +2079,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2143,7 +2143,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2155,7 +2155,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2167,7 +2167,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -2179,7 +2179,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2191,7 +2191,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2520,7 +2520,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2533,7 +2533,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;

View File

@ -297,7 +297,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -309,7 +309,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -321,7 +321,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -333,7 +333,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -495,7 +495,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -508,7 +508,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -519,7 +519,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -530,7 +530,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -871,7 +871,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -883,7 +883,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -895,7 +895,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -907,7 +907,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1073,7 +1073,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1086,7 +1086,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1099,7 +1099,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1112,7 +1112,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1484,7 +1484,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1496,7 +1496,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1508,7 +1508,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1520,7 +1520,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1896,7 +1896,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -1960,7 +1960,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2024,7 +2024,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2036,7 +2036,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2048,7 +2048,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2060,7 +2060,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;

View File

@ -275,7 +275,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -287,7 +287,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -299,7 +299,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -311,7 +311,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -473,7 +473,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -486,7 +486,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -497,7 +497,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -508,7 +508,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -838,7 +838,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -850,7 +850,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -862,7 +862,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -874,7 +874,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1040,7 +1040,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1053,7 +1053,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1066,7 +1066,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1079,7 +1079,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1453,7 +1453,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1465,7 +1465,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1477,7 +1477,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1489,7 +1489,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1863,7 +1863,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -1927,7 +1927,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -1992,7 +1992,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2004,7 +2004,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2016,7 +2016,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2028,7 +2028,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;

View File

@ -312,7 +312,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -324,7 +324,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -336,7 +336,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -348,7 +348,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -510,7 +510,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -523,7 +523,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -534,7 +534,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -545,7 +545,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -630,7 +630,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -643,7 +643,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -656,7 +656,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -942,7 +942,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -954,7 +954,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -966,7 +966,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -978,7 +978,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1144,7 +1144,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1157,7 +1157,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1170,7 +1170,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1183,7 +1183,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1257,7 +1257,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1270,7 +1270,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1283,7 +1283,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1600,7 +1600,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1612,7 +1612,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1624,7 +1624,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1636,7 +1636,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1788,7 +1788,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1801,7 +1801,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1814,7 +1814,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -2111,7 +2111,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2183,7 +2183,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2247,7 +2247,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2259,7 +2259,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2271,7 +2271,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2283,7 +2283,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2446,7 +2446,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2459,7 +2459,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -2472,7 +2472,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;

View File

@ -314,7 +314,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -326,7 +326,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -338,7 +338,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -350,7 +350,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -512,7 +512,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -525,7 +525,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -536,7 +536,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -547,7 +547,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -632,7 +632,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -645,7 +645,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -658,7 +658,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -945,7 +945,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -957,7 +957,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -969,7 +969,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -981,7 +981,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1147,7 +1147,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1160,7 +1160,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1173,7 +1173,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1186,7 +1186,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1260,7 +1260,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1273,7 +1273,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1286,7 +1286,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1604,7 +1604,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1616,7 +1616,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1628,7 +1628,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1640,7 +1640,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1792,7 +1792,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1805,7 +1805,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1818,7 +1818,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -2116,7 +2116,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2188,7 +2188,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2252,7 +2252,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2264,7 +2264,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2276,7 +2276,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2288,7 +2288,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2451,7 +2451,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2464,7 +2464,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -2477,7 +2477,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;

View File

@ -324,7 +324,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -336,7 +336,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -348,7 +348,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -360,7 +360,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -533,7 +533,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -546,7 +546,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -557,7 +557,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -568,7 +568,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -675,7 +675,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -688,7 +688,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -701,7 +701,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1095,7 +1095,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -1107,7 +1107,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1119,7 +1119,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1131,7 +1131,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1309,7 +1309,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1322,7 +1322,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1335,7 +1335,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1348,7 +1348,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1443,7 +1443,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1456,7 +1456,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1469,7 +1469,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1892,7 +1892,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1904,7 +1904,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1916,7 +1916,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1928,7 +1928,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -2121,7 +2121,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2134,7 +2134,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -2147,7 +2147,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -2532,7 +2532,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2596,7 +2596,7 @@
width: 40%;
background: #81BC3A !important;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white !important;
}
@ -2608,7 +2608,7 @@
width: 40%;
background: #81BC3A !important;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white !important;
}
@ -2690,7 +2690,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2702,7 +2702,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2714,7 +2714,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2726,7 +2726,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2929,7 +2929,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2942,7 +2942,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -2955,7 +2955,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;

View File

@ -356,7 +356,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -368,7 +368,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -380,7 +380,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -392,7 +392,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -554,7 +554,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -567,7 +567,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -578,7 +578,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -589,7 +589,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -674,7 +674,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -687,7 +687,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -700,7 +700,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -979,7 +979,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -991,7 +991,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1003,7 +1003,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1015,7 +1015,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1181,7 +1181,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1194,7 +1194,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1207,7 +1207,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1220,7 +1220,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1294,7 +1294,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1307,7 +1307,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1320,7 +1320,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1630,7 +1630,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1642,7 +1642,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1654,7 +1654,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1666,7 +1666,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1818,7 +1818,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1831,7 +1831,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1844,7 +1844,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -2134,7 +2134,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2206,7 +2206,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2271,7 +2271,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2283,7 +2283,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2295,7 +2295,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2307,7 +2307,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2470,7 +2470,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2483,7 +2483,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -2496,7 +2496,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;

View File

@ -1684,7 +1684,7 @@
input {
width: 100%;
height: 2.5rem;
height: 2rem;
border-radius: 5rem;
margin: 0 auto;
border: auto;
@ -1814,7 +1814,7 @@
.btn_login {
width: 10rem;
height: 2.5rem;
height: 2rem;
border-radius: 5rem;
}

View File

@ -362,7 +362,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -374,7 +374,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -386,7 +386,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -398,7 +398,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -560,7 +560,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -573,7 +573,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -584,7 +584,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -595,7 +595,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -680,7 +680,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -693,7 +693,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -706,7 +706,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -985,7 +985,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -997,7 +997,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1009,7 +1009,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1021,7 +1021,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1187,7 +1187,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1200,7 +1200,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1213,7 +1213,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1226,7 +1226,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1300,7 +1300,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1313,7 +1313,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1326,7 +1326,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1636,7 +1636,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1648,7 +1648,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1660,7 +1660,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1672,7 +1672,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1824,7 +1824,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1837,7 +1837,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1850,7 +1850,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -2140,7 +2140,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2212,7 +2212,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2276,7 +2276,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2288,7 +2288,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2300,7 +2300,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2312,7 +2312,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2475,7 +2475,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2488,7 +2488,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -2501,7 +2501,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;

View File

@ -363,7 +363,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -375,7 +375,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -387,7 +387,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -399,7 +399,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -561,7 +561,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -574,7 +574,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -585,7 +585,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -596,7 +596,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -681,7 +681,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -694,7 +694,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -707,7 +707,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -994,7 +994,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -1006,7 +1006,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1018,7 +1018,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1030,7 +1030,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1196,7 +1196,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1209,7 +1209,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1222,7 +1222,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1235,7 +1235,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1309,7 +1309,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1322,7 +1322,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1335,7 +1335,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1653,7 +1653,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1665,7 +1665,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1677,7 +1677,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1689,7 +1689,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1841,7 +1841,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1854,7 +1854,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1867,7 +1867,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -2165,7 +2165,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2237,7 +2237,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2300,7 +2300,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2312,7 +2312,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2324,7 +2324,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2336,7 +2336,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2499,7 +2499,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2512,7 +2512,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -2525,7 +2525,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;

View File

@ -301,7 +301,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -314,7 +314,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -326,7 +326,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -488,7 +488,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -501,7 +501,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -513,7 +513,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -524,7 +524,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -535,7 +535,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -896,7 +896,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -909,7 +909,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -921,7 +921,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1087,7 +1087,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1100,7 +1100,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1113,7 +1113,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -1126,7 +1126,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1139,7 +1139,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1530,7 +1530,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1542,7 +1542,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1554,7 +1554,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -1567,7 +1567,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1579,7 +1579,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1993,7 +1993,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2057,7 +2057,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2121,7 +2121,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2133,7 +2133,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2145,7 +2145,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -2157,7 +2157,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2169,7 +2169,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2448,7 +2448,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2461,7 +2461,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;

View File

@ -301,7 +301,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -314,7 +314,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -326,7 +326,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -488,7 +488,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -501,7 +501,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -513,7 +513,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -524,7 +524,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -535,7 +535,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -896,7 +896,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -909,7 +909,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -921,7 +921,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1087,7 +1087,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1100,7 +1100,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1113,7 +1113,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -1126,7 +1126,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1139,7 +1139,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1530,7 +1530,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1542,7 +1542,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1554,7 +1554,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -1567,7 +1567,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1579,7 +1579,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1993,7 +1993,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2057,7 +2057,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2121,7 +2121,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2133,7 +2133,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2145,7 +2145,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -2157,7 +2157,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2169,7 +2169,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2700,7 +2700,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2713,7 +2713,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;

View File

@ -301,7 +301,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -314,7 +314,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -326,7 +326,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -488,7 +488,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -501,7 +501,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -513,7 +513,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -524,7 +524,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -535,7 +535,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -896,7 +896,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -909,7 +909,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -921,7 +921,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1087,7 +1087,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1100,7 +1100,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1113,7 +1113,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -1126,7 +1126,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1139,7 +1139,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1530,7 +1530,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1542,7 +1542,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1554,7 +1554,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -1567,7 +1567,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1579,7 +1579,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1993,7 +1993,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2057,7 +2057,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2121,7 +2121,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2133,7 +2133,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2145,7 +2145,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -2157,7 +2157,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2169,7 +2169,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2448,7 +2448,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2461,7 +2461,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;

View File

@ -301,7 +301,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -314,7 +314,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -326,7 +326,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -488,7 +488,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -501,7 +501,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -513,7 +513,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -524,7 +524,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -535,7 +535,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -896,7 +896,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -909,7 +909,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -921,7 +921,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1087,7 +1087,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1100,7 +1100,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1113,7 +1113,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -1126,7 +1126,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1139,7 +1139,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1530,7 +1530,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1542,7 +1542,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1554,7 +1554,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -1567,7 +1567,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1579,7 +1579,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1993,7 +1993,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2057,7 +2057,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2121,7 +2121,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2133,7 +2133,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2145,7 +2145,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 90%;
color: white;
margin-left: 10px;
@ -2157,7 +2157,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2169,7 +2169,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2448,7 +2448,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2461,7 +2461,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;

View File

@ -356,7 +356,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -368,7 +368,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -380,7 +380,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -392,7 +392,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -554,7 +554,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -567,7 +567,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -578,7 +578,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -589,7 +589,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -674,7 +674,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -687,7 +687,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -700,7 +700,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -979,7 +979,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -991,7 +991,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1003,7 +1003,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1015,7 +1015,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1181,7 +1181,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1194,7 +1194,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1207,7 +1207,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1220,7 +1220,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1294,7 +1294,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1307,7 +1307,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1320,7 +1320,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1630,7 +1630,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1642,7 +1642,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1654,7 +1654,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1666,7 +1666,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1818,7 +1818,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1831,7 +1831,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1844,7 +1844,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -2134,7 +2134,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2206,7 +2206,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2271,7 +2271,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2283,7 +2283,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2295,7 +2295,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2307,7 +2307,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2470,7 +2470,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2483,7 +2483,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -2496,7 +2496,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;

View File

@ -270,7 +270,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -282,7 +282,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -294,7 +294,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -306,7 +306,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -487,7 +487,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -500,7 +500,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -511,7 +511,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -522,7 +522,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -843,7 +843,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -855,7 +855,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -867,7 +867,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -879,7 +879,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1063,7 +1063,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1076,7 +1076,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1089,7 +1089,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1102,7 +1102,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1456,7 +1456,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1468,7 +1468,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1480,7 +1480,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1492,7 +1492,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1897,7 +1897,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -1960,7 +1960,7 @@
width: 40%;
background: #81BC3A;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white;
}
@ -2024,7 +2024,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2036,7 +2036,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2048,7 +2048,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2060,7 +2060,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;

View File

@ -320,7 +320,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -332,7 +332,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -344,7 +344,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -356,7 +356,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -527,7 +527,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -540,7 +540,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -551,7 +551,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -562,7 +562,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -669,7 +669,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -682,7 +682,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -695,7 +695,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -974,7 +974,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -986,7 +986,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -998,7 +998,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1010,7 +1010,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1186,7 +1186,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1199,7 +1199,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1212,7 +1212,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1225,7 +1225,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1320,7 +1320,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1333,7 +1333,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1346,7 +1346,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1664,7 +1664,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1676,7 +1676,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1688,7 +1688,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1700,7 +1700,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1893,7 +1893,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1906,7 +1906,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1919,7 +1919,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -2201,7 +2201,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2265,7 +2265,7 @@
width: 40%;
background: #81BC3A !important;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white !important;
}
@ -2277,7 +2277,7 @@
width: 40%;
background: #81BC3A !important;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white !important;
}
@ -2359,7 +2359,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2371,7 +2371,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2383,7 +2383,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2395,7 +2395,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2598,7 +2598,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2611,7 +2611,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -2624,7 +2624,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;

View File

@ -320,7 +320,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -332,7 +332,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -344,7 +344,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -356,7 +356,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -527,7 +527,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -540,7 +540,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -551,7 +551,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -562,7 +562,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -669,7 +669,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -682,7 +682,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -695,7 +695,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -974,7 +974,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -986,7 +986,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -998,7 +998,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1010,7 +1010,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1186,7 +1186,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1199,7 +1199,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1212,7 +1212,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1225,7 +1225,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1320,7 +1320,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1333,7 +1333,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1346,7 +1346,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1664,7 +1664,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1676,7 +1676,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1688,7 +1688,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1700,7 +1700,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1893,7 +1893,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1906,7 +1906,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1919,7 +1919,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -2201,7 +2201,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2265,7 +2265,7 @@
width: 40%;
background: #81BC3A !important;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white !important;
}
@ -2277,7 +2277,7 @@
width: 40%;
background: #81BC3A !important;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white !important;
}
@ -2359,7 +2359,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2371,7 +2371,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2383,7 +2383,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2395,7 +2395,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2598,7 +2598,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2611,7 +2611,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -2624,7 +2624,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;

View File

@ -318,7 +318,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -330,7 +330,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -342,7 +342,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -354,7 +354,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -525,7 +525,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
margin-left: 10px;
margin-right: 10px;
@ -538,7 +538,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -549,7 +549,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-bottom: 1rem !important;
@ -560,7 +560,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-bottom: 1rem !important;
@ -667,7 +667,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 100%;
color: white;
margin-left: 10px;
@ -680,7 +680,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 100%;
color: black;
margin-left: 10px;
@ -693,7 +693,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -972,7 +972,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
margin-left: 10px;
margin-right: 10px;
@ -984,7 +984,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -996,7 +996,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1008,7 +1008,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1184,7 +1184,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -1197,7 +1197,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1210,7 +1210,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -1223,7 +1223,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -1318,7 +1318,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1331,7 +1331,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1344,7 +1344,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -1663,7 +1663,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
margin-left: 10px;
margin-right: 10px;
@ -1675,7 +1675,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1687,7 +1687,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: white;
margin-left: 10px;
@ -1699,7 +1699,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 65%;
color: black;
margin-left: 10px;
@ -1892,7 +1892,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -1905,7 +1905,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -1918,7 +1918,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;
@ -2200,7 +2200,7 @@
padding: 0.3rem;
width: 40%;
background: #81BC3A;
height: 2.5rem;
height: 2rem;
}
@ -2264,7 +2264,7 @@
width: 40%;
background: #81BC3A !important;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white !important;
}
@ -2276,7 +2276,7 @@
width: 40%;
background: #81BC3A !important;
margin-left: 5%;
height: 2.5rem;
height: 2rem;
color: white !important;
}
@ -2357,7 +2357,7 @@
border-radius: 5rem;
font-size: small;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
margin-left: 10px;
margin-right: 10px;
@ -2369,7 +2369,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2381,7 +2381,7 @@
font-size: small;
background: black !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: white;
margin-left: 10px;
@ -2393,7 +2393,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 40%;
color: black;
margin-left: 10px;
@ -2596,7 +2596,7 @@
font-size: small;
background: #81BC3A !important;
text-align: center;
height: 2.5rem;
height: 2rem;
width: 80%;
color: white;
margin-left: 10px;
@ -2609,7 +2609,7 @@
font-size: small;
background: lightgray !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: 80%;
color: black;
margin-left: 10px;
@ -2622,7 +2622,7 @@
font-size: small;
background: rgb(224, 89, 89) !important;
text-align: right;
height: 2.5rem;
height: 2rem;
width: auto;
color: white;
margin-left: 10px;

Some files were not shown because too many files have changed in this diff Show More