@font-face {
  font-family: 'Alstom';
  src: url('Alstom.eot');
  src: url('Alstom.eot?#iefix') format('embedded-opentype'),
      url('Alstom.woff2') format('woff2'),
      url('Alstom.woff') format('woff'),
      url('Alstom.ttf') format('truetype'),
      url('Alstom.svg#Alstom') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  src: url('WorkSans-Regular.eot');
  src: url('WorkSans-Regular.eot?#iefix') format('embedded-opentype'),
      url('WorkSans-Regular.woff2') format('woff2'),
      url('WorkSans-Regular.woff') format('woff'),
      url('WorkSans-Regular.ttf') format('truetype'),
      url('WorkSans-Regular.svg#WorkSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* overall layout  */
body {
  font-family: 'Work Sans';
  /* background-color: #010d37 ; */
  background-color: #00171C ;  
  color: #a6b4d7;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding : 0 0;
  width: auto;
  height: auto;
}

.icon-color {
  color: #ced4da;
}

.icon-warning {
  color: #FFC107;
}

.icon-critical {
  color: #DC3545;
}

.dropdown-menu {
  /* #background-color: #101d47; */
  background-color: #052E45;
  border: white 1px solid;
}

.drop_settings {
  background-color: red;
}

.logo_alstom {
  height: 30px;
  width: 100px;
  border-radius: 0px;
  padding-right: 5px;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    color: #498ff6;
}

.icon-color-kpi {
  color: #498ff6;
}

.filter-offcanvas {
  background-color: #1a295c;
}

body::-webkit-scrollbar {
  width: 20px;
}

div::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.card-title {
  font-size: 90%;
  color: #a6b4d7;
  padding: 0px 0px;
  margin: 10px 0px;
}

.card-title-kpi {
  font-size: 110%;
  color: #a6b4d7;
}

.number-large-title {
  font-size: 70%;
  color: #a6b4d7;
  text-align: center;
}

.number-large {
  font-size: 180%;
  color: #a6b4d7;
  text-align: center;
}

.number-large-title-green {
  font-size: 70%;
  color: #99d98c;
  text-align: center;
}

.number-large-green {
  font-size: 180%;
  color: #99d98c;
  text-align: center;
}

.number-infos-boxes {
  font-size: 120%;
  color: #99d98c;
  text-align: center;
}

.threshold-value {
  text-align: center;
  font-size: 350%;
}

.btn-circle.btn-lg {
  width: 40px;
  height: 40px;
  padding: 0px 0px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
  position: relative;
  top: 3px;
  left: 3px;
}

.alert-table {
  /* border: 1px solid #1a295c;*/
  border: 1px solid #0c4a6e;
  color: #a6b4d7;
  /* background-color: #101d47; */
  background-color: #052E45;
}

H1 {
  font-family: "Alstom";
  color: #a6b4d7;
  font-size: 170%;
  padding: 0px 0px;
  margin: 10px 0px;
  font-weight: bold;
}

H2 {
  font-family: "Alstom";
  color: #a6b4d7;
  font-size: 150%;
  padding: 0px 0px;
  margin: 10px 0px;
  font-weight: bold;
}

/* H3 {
  font-family: "Alstom";
  color: #a6b4d7;
  font-size: 130%;
  padding: 0px 0px;
  margin: 10px 0px;
  font-weight: bold;
} */

/* H4 {
  font-family: "Alstom";
  color: #a6b4d7;
  font-size: 110%;
  padding: 0px 0px;
  margin: 10px 0px;
  font-weight: bold;
} */

/* H5 {
  font-family: "Alstom";
  color: #a6b4d7;
  font-size: 105%;
  padding: 0px 0px;
  margin: 10px 0px;
  font-weight: bold;
} */

.diagnostics-badge {
  font-family: "Alstom";
  color: #a6b4d7;
  font-size: 90%;
  padding: 3px;
  margin: 0px;
}

.I {
  font-size: 150%;
}

.global_data_selection_title {
  font-size: 115%;
}

I {
  font-family: "Alstom";
  color: #1E3246;
  font-size: 45%;
  margin: 0%;
  padding: 0%;
}

/* information properties */
P {
  font-family: "Work Sans";
  color: #a6b4d7;
  font-size: 70%;
  margin: 0%;
  padding: 0%;
}

A {
  font-family: "Work Sans";
  color: #1E3246;
  font-size: 85%;
  margin: 0%;
  padding: 0%;
}

.card {
  /* border: 1px solid #1a295c; */
  border: 1px solid #0c4a6e;
  border-radius: 3px;
  /* background-color: #101d47; */
  background-color: #052E45;
}

.card-body {
  border-radius: 3px;
  /* background-color: #101d47; */
  background-color: #052E45;
  padding: 12px 12px;
}

.alert{
  font-family: 'Work Sans';
  padding:0rem 0rem;
}

.custom-form-input{
  font-family: 'Work Sans';
  font-size:small;
}

.btn-group, .radio-label{
  font-family: 'Work Sans';
  font-size:small;
}


.custom-radio{
  font-family: 'Work Sans';
  font-size:small;
}

.label, .custom-control-label{
  font-family: 'Work Sans';
  font-size:small;
  padding: 0px 0px;
  margin: 0px 0px;
}

.btn-primary{
  font-family: 'Work Sans';
  font-size:small;
  border-radius: 16px;
}

.btn-light{
  font-family: 'Work Sans';
  font-size:small;
  border-radius: 16px;
}

.btn-light-outline {
  font-family: 'Work Sans';
  font-size:small;
  border: white solid 1px;
  border-radius: 16px;
  color: white;
}

.btn-light-outline:hover {
  background-color: lightgrey;
}

.form-control {
  font-family: 'Work Sans';
  font-size:small;
}

/* Fix the font size and other stuff of datepicker*/
.DateInput_input, .DateInput_input_1 {
  text-align: center;
  line-height: calc(1.5em + 0.75rem);
  height: calc(1.5em + 0.75rem + 2px);
  font-weight: 400;
  color: #7b8a8b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: small;
}

.no-gutters-custom {
  margin-left: 0px; 
  margin-right: 0px;
}

/* .no-gutters-custom > .col,
.no-gutters-custom > [class*="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}

.no-gutters-customr > .row,
.no-gutters-customr > [class*="row-"] {
  padding-top: 4px;
  padding-bottom: 4px;
} */

.H6-no-padding-left {
  padding-left: 0;
}

.input-threshold,
.input-threshold:focus {
  background-color: rgba(0, 0, 0, 0);
  color : #a6b4d7;
  font-size: 300%;
  border: none;
  text-align: center;
}

.tooltip-main {
  font-size: 300%;
}

/*.dash-tooltip .dash-table-tooltip{
	max-width: 500px !important;
}
*/
.tooltip-inner {
    max-width: 500px !important;
	text-align: left;
	color : white!important;
}

.tooltip_wiget_info{	
	font-size: 100%;
	color : white;
	text-align: left;
}

Td {
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  text-align: center;
}

.dqc_failed_reports {
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.informations_table {
  background-color: #184e77;
}

.checks_failed_table {
  background: #e63946;
}

.checks_passed_table {
  background: #48de88;
}

.generation_date_table {
  background-color: #cfdbd5;
  color: black;
}

.header_table_dg{
  font-weight: bold;
  font-size: 0.65vw;
  padding: 5px;
  margin: 0;
}

.header_table_mlm {
  font-weight: bold;
  font-size: 0.65vw;
  /* padding: 2px;
  margin: 0; */
}

.content_table {
  font-size: 0.6vw;
  /* padding: 5px; */
}

.content_table_badge {
  font-size: 0.9vw;
  margin: 0px;
  padding: 0px;
}

.content_table_bl {
  font-size: 0.75vw;
  padding: 0px;
  margin: 0px;
  border-color: red;
  /* padding: 2px; */
}

.content_table_dg {
  font-size: 0.6vw;
  padding: 5px 0px;
  margin: 0px;
}

/* .content_table_dg_kpis {
  font-size: 0.6vw;
  padding: 5px 0px;
  margin: 0px;
} */

.content_table_mlm {
  font-size: 0.65vw;
  /* padding: 0px;
  margin: 0px; */
}

.fa-times-circle {
  color: #e63946;
}

.fa-check-circle {
  color: #48de88;
}

.tooltip-primary {
  font-size: 85%;
  color : white;
  text-align: left;
}

.tooltip-secondary {
  font-size: 70%;
  color : white;
  text-align: left;
}

.tooltip-primary-dg {
  font-size: 100%;
  color : white;
  text-align: left;
}

.tooltip-secondary-dg {
  font-size: 80%;
  color : white;
  text-align: left;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  background-color: rgba(0,0,0,0);
  color: #f4f3ee;
  font-weight: bold;
  font-size: 70%;
  border: none;
  padding-left: 0;
  width: 20%;
}

.accordion-item {
  background-color: rgba(0,0,0,0);
  color: white;
  border: none;
  padding: 0;
}

.active {
  font-weight: bold;
}

.project_name {
  color: #dcdcdc;
}

.selected_curve {
  font-size: 85%;
  /* text-align: right; */
}

.button-ck {
  color: black;
  margin-right: 5px;
}

.div_badges {
  text-align: right;
}

.fas-color-white {
  color: white;
}

.dg_score {
  background-color: #457b9d;
}

.dg_score_title{
  color: white;
  font-size: 0.9vw;
}

.dg_score_number {
  color: white;
  font-size: 2vw;
  text-align: center;
  font-weight: normal;
}

.modal_dg_score_number {
  font-size: 2.5vw;
}

.modal_content {
  background-color: #052E45;
}

.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner input:not([type=radio]):not([type=checkbox]){
  color: #a6b4d7!important;
}

.dropdown_menu_item_tools {
  color: #ced4da;
}

.dropdown_menu_item_tools:hover {
  color: white;
  background-color: rgba(0,0,0,0);
}

a:hover {
  color: whitesmoke !important;
}

/* Machine Learning models */

.mlm_text {
  font-weight: normal;
}

.auto_res_bg {
  background-color: #3D3D3D;
}

.checklist {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.error_404 {
  font-family: 'Alstom';
  color: #a6b4d7;
  font-size: 600%;
  text-align: center;
}

.error_404_subtitle {
  font-family: 'Alstom';
  color: #a6b4d7;
  font-size: 130%;
  text-align: center;
}

.H5_minio_file {
  font-size: 100%;
  margin: 5px 0px;
}

.H6_info_title_tm_obm {
  padding-left: 0;
  margin: 4px 0px;
  font-size: 90%;
  font-weight: bold;
}

.H6_info {
  padding-left: 0;
  margin: 4px 0px;
  font-size: 80%;
}

.selection-btn {
  margin-left: 10px;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0);
  border: white 1px solid;
  color: white;
  font-size: 14px;
}

.selection-btn-trackview {
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0);
  border: white 1px solid;
  color: white;
  font-size: 14px;
}

.H6_project_parameters {
  font-size: 100%;
  padding-top: 10px; 
  padding-left: 0;
  margin: 0;
}

.H6_project_subparameters {
  font-size: 95%;
  padding-bottom: 0px; 
  padding-left: 10px;
  margin: 0;
}

img[alt=wiki_images_25] {
  width: 25%;
}

img[alt=wiki_images_50] {
  width: 50%;
}

img[alt=wiki_images_75] {
  width: 75%;
}

.left-block-ci {
  padding-right: 6px
}

.middle-block-ci {
  padding: 0px 6px
}

.right-block-ci {
  padding-left: 6px
}

/** Tables **/

.table-header {
  color: white;
  text-align: center;
  font-weight: bold;
}

.table-header-badge {
  text-align: center;
  padding-bottom: 5px;
  padding-top: 0px;
}

table, th, td, tr {
  border-left: 0px;
  border-right: 0px;
}

.table-sm {
  font-size: 75%;
}

.table-md {
  font-size: 85%;
}

/** Special div **/

.div-failed {
  background-color: #e63946;
  margin: 10px;
}

.div-passed {
  background-color: #48DE88;
  margin: 10px;
}

.div-info {
  background-color: #184e77;
  margin: 10px;
}

.div-info-light {
  background-color: #457b9d;
  margin: 10px;
}

/** Titles 
    H3 : Main titles in selection menus
    .with-subtitle : add this className to H3 if there is a subtitle under
    H4 : Information titles in selection menus
    H6 : subtitles (under H3)
    recap-title : title used in div (large colored div)
    recap-number : number used in div (large colored div)
**/

H3, .mantine-Divider-label {
  font-family: "Alstom";
  color: #a6b4d7;
  font-size: 100%;
  padding: 0px;
  margin: 0px 0px 8px 0px;
  font-weight: bold;
}

.with-subtitle {
  margin: 0px 0px 3px 0px;
}

H4 {
  font-family: "Alstom";
  color: #a6b4d7;
  font-size: 90%;
  padding: 0px;
  margin: 0px 0px 4px 0px;
  font-weight: normal;
}

/* H5 {
  font-family: "Alstom";
  color: #a6b4d7;
  font-size: 80%;
  padding: 0px 0px;
  margin: 10px 0px; 
  font-weight: bold;
} */

H6 {
  font-family: "Alstom";
  color: #a6b4d7;
  font-size: 85%;
  padding: 0px;
  margin: 0px;
}

.recap-title {
  font-family: "Alstom";
  color: white;
  font-size: 120%;
  padding: 0px 0px;
  margin: 10px 0px;
  font-weight: bold;
}

.recap-number {
  font-family: "Alstom";
  color: white;
  font-size: 350%;
  text-align: center;
  font-weight: normal;
}

.recap-title-sm {
  font-size: 0.9vw;
}

.recap-number-sm {
  font-size: 2vw;
}

.documentation-button {
  text-decoration: none;  
  color: #ced4da;
}

.score-button {
  text-decoration: none;  
  color: #ced4da;
}

.diag-title {
  color: white;
  margin: 0px 0px 4px 0px;
  text-align: left;
  font-size: 110%;
}

.diag-subtitle {
  color: #E6E6E6;
  margin: 0px 0px 0px 0px;
  text-align: left;
  font-size: 100%;
}

.diag-title-collapsed-first {
  color: #E6E6E6;
  margin: 0px 0px 0px 0px;
  text-align: left;
  font-size: 100%;
  font-weight: bold;
}

.diag-title-collapsed {
  color: #E6E6E6;
  margin: 5px 0px 0px 0px;
  text-align: left;
  font-size: 100%;
  font-weight: bold;
}

.diag-description-collapsed-first {
  color: #E6E6E6;
  margin: 0px 0px 0px 0px;
  text-align: left;
  font-size: 100%;
}

.diag-description-collapsed {
  color: #E6E6E6;
  margin: 5px 0px 0px 0px;
  text-align: left;
  font-size: 100%;
}

.diag-collapsed {
  color: #cecece;
  margin: 0px 0px 0px 0px;
  text-align: left;
  font-size: 95%;
}

/** Dash Mantine Components **/

.mantine-Modal-modal {
  /* background-color: #101D47; */
  background-color: #052E45; 
  color: #a6b4d7;
}

.mantine-Modal-title {
  font-weight: bold;
  font-size: 100%;
}

.mantine-Modal-body {
  font-size: 90%;
}

.mantine-Switch-labelWrapper, .mantine-Checkbox-labelWrapper, .mantine-Radio-labelWrapper {
  color: white;
}

.mantine-CheckboxGroup-label, .mantine-RadioGroup-label, .mantine-DatePicker-label {
  color: white;
}

.mantine-Chip-root {
  margin-bottom: 8px;
}