﻿/*
IMPORTANT : Installer Mindscape Web Workbench  : http://www.mindscapehq.com/products/web-workbench
Voir http://sass-lang.com/ pour la syntaxe
*/
/* Trigrammes colors */
/* Pastel */
/*
$HOMColor: $LinkBlue!important;
$CDEColor: #F9D289!important;
$INVColor: #FF3C74!important;
$DEMColor: #91e097!important;
$RCPColor: #E1DDFF!important;
$SHPColor: #91C4E0!important;
$ARTColor: #C4BCA4!important;
*/
/*
IMPORTANT : Installer Mindscape Web Workbench  : http://www.mindscapehq.com/products/web-workbench
Voir http://sass-lang.com/ pour la syntaxe
*/
/* 	Colors */
/* 	Colors */
.smart-search-results-categories-container {
  background-color: lightgray;
  width: 100%;
  margin-bottom: 40px; }
  .smart-search-results-categories-container .smart-search-flags-container {
    display: inline-block;
    background-color: white;
    border: 1px solid lightgray;
    margin: 10px; }
    .smart-search-results-categories-container .smart-search-flags-container input[type="checkbox"] {
      display: none; }
      .smart-search-results-categories-container .smart-search-flags-container input[type="checkbox"] + label {
        display: inline-block;
        cursor: pointer;
        padding: 5px;
        height: 19px;
        margin-right: 5px;
        border-right: 1px solid lightgray; }
        .smart-search-results-categories-container .smart-search-flags-container input[type="checkbox"] + label .icon-minus {
          display: none; }
        .smart-search-results-categories-container .smart-search-flags-container input[type="checkbox"] + label .icon-plus {
          display: block; }
      .smart-search-results-categories-container .smart-search-flags-container input[type="checkbox"]:checked + label .icon-minus {
        display: block; }
      .smart-search-results-categories-container .smart-search-flags-container input[type="checkbox"]:checked + label .icon-plus {
        display: none; }
    .smart-search-results-categories-container .smart-search-flags-container .smart-search-count {
      margin-right: 5px; }

.smart-search-results-container {
  display: table;
  width: 100%; }
  .smart-search-results-container a {
    color: var(--firstColor);
    float: left;
    opacity: 0.8; }
    .smart-search-results-container a:hover {
      opacity: 1; }
  .smart-search-results-container .smart-search-results-entry-type {
    width: 100px;
    height: 100%;
    display: table-cell;
    color: white;
    text-align: center;
    padding: 15px;
    vertical-align: middle; }
    .smart-search-results-container .smart-search-results-entry-type .smart-search-result-type-icon {
      display: block;
      font-size: 40px; }
  .smart-search-results-container .smart-search-results {
    margin-bottom: 20px; }
    .smart-search-results-container .smart-search-results .smart-search-result-table-container {
      display: table-cell;
      vertical-align: top; }
    .smart-search-results-container .smart-search-results table {
      width: 100%;
      table-layout: fixed; }
      .smart-search-results-container .smart-search-results table tr {
        background-color: white; }
      .smart-search-results-container .smart-search-results table td, .smart-search-results-container .smart-search-results table th {
        padding: 10px;
        text-align: left;
        padding-left: 30px; }
        .smart-search-results-container .smart-search-results table td span, .smart-search-results-container .smart-search-results table th span {
          width: 100%;
          display: inline-block; }
    .smart-search-results-container .smart-search-results .smart-search-expand-results {
      display: block;
      background-color: white;
      width: 100%;
      text-align: center;
      cursor: pointer;
      line-height: 40px;
      font-size: 20px; }
      .smart-search-results-container .smart-search-results .smart-search-expand-results.up-arrow {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .smart-search-results-container .smart-search-results.SHP .smart-search-results-entry-type, .smart-search-results-container .smart-search-results.UC .smart-search-results-entry-type, .smart-search-results-container .smart-search-results.UM .smart-search-results-entry-type {
      background-color: #62859b; }
    .smart-search-results-container .smart-search-results.SHP thead tr, .smart-search-results-container .smart-search-results.UC thead tr, .smart-search-results-container .smart-search-results.UM thead tr {
      background-color: #DFE6EB; }
    .smart-search-results-container .smart-search-results.SHP tr.odd, .smart-search-results-container .smart-search-results.UC tr.odd, .smart-search-results-container .smart-search-results.UM tr.odd {
      background-color: #EEF2F4; }
    .smart-search-results-container .smart-search-results.DEM .smart-search-results-entry-type {
      background-color: #64ca01; }
    .smart-search-results-container .smart-search-results.DEM thead tr {
      background-color: #E0F4CC; }
    .smart-search-results-container .smart-search-results.DEM tr.odd {
      background-color: #EFF9E5; }
    .smart-search-results-container .smart-search-results.CDE .smart-search-results-entry-type {
      background-color: #fbc867; }
    .smart-search-results-container .smart-search-results.CDE thead tr {
      background-color: #FEF4E0; }
    .smart-search-results-container .smart-search-results.CDE tr.odd {
      background-color: #FEF9EF; }
    .smart-search-results-container .smart-search-results.RCP .smart-search-results-entry-type {
      background-color: #b601cc; }
    .smart-search-results-container .smart-search-results.RCP thead tr {
      background-color: #F0CCF4; }
    .smart-search-results-container .smart-search-results.RCP tr.odd {
      background-color: #F7E5F9; }
    .smart-search-results-container .smart-search-results.ART .smart-search-results-entry-type {
      background-color: #886b42; }
    .smart-search-results-container .smart-search-results.ART thead tr {
      background-color: #E7E1D9; }
    .smart-search-results-container .smart-search-results.ART tr.odd {
      background-color: #F2EFEB; }

.CEVA .smart-search-results-container .smart-search-results.SHP .smart-search-results-entry-type, .CEVA .smart-search-results-container .smart-search-results.UC .smart-search-results-entry-type, .CEVA .smart-search-results-container .smart-search-results.UM .smart-search-results-entry-type {
  background-color: #6CACE4; }

.CEVA .smart-search-results-container .smart-search-results.SHP thead tr, .CEVA .smart-search-results-container .smart-search-results.UC thead tr, .CEVA .smart-search-results-container .smart-search-results.UM thead tr {
  background-color: #6CACE4; }

.CEVA .smart-search-results-container .smart-search-results.SHP tr.odd, .CEVA .smart-search-results-container .smart-search-results.UC tr.odd, .CEVA .smart-search-results-container .smart-search-results.UM tr.odd {
  background-color: rgba(108, 172, 228, 0.7); }

.CEVA .smart-search-results-container .smart-search-results.DEM .smart-search-results-entry-type {
  background-color: #BDD6E6; }

.CEVA .smart-search-results-container .smart-search-results.DEM thead tr {
  background-color: #BDD6E6; }

.CEVA .smart-search-results-container .smart-search-results.DEM tr.odd {
  background-color: rgba(189, 214, 230, 0.7); }

.CEVA .smart-search-results-container .smart-search-results.CDE .smart-search-results-entry-type {
  background-color: #FF8674; }

.CEVA .smart-search-results-container .smart-search-results.CDE thead tr {
  background-color: #FF8674; }

.CEVA .smart-search-results-container .smart-search-results.CDE tr.odd {
  background-color: rgba(255, 134, 116, 0.7); }

.CEVA .smart-search-results-container .smart-search-results.RCP .smart-search-results-entry-type {
  background-color: #E3E3E3; }

.CEVA .smart-search-results-container .smart-search-results.RCP thead tr {
  background-color: #E3E3E3; }

.CEVA .smart-search-results-container .smart-search-results.RCP tr.odd {
  background-color: rgba(227, 227, 227, 0.7); }

.CEVA .smart-search-results-container .smart-search-results.ART .smart-search-results-entry-type {
  background-color: #886b42; }

.CEVA .smart-search-results-container .smart-search-results.ART thead tr {
  background-color: #E7E1D9; }

.CEVA .smart-search-results-container .smart-search-results.ART tr.odd {
  background-color: #F2EFEB; }

body {
  font-family: Arial, sans-serif;
  background-color: #f0f2f5;
  margin: 0;
  padding: 0; }

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.modal-content {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  width: 90%;
  max-width: 750px;
  padding: 30px;
  text-align: center; }

.modal-header {
  margin-bottom: 20px; }

.modal-header .modal-text {
  margin: 0 0 10px;
  text-align: left;
  margin: 5px 10px;
  color: #021D49;
  font-size: 20px; }

.modal-body {
  padding: 20px 0; }

.checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000; }

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: -4px;
  left: 12px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid black; }

.checkbox-container input:checked ~ .checkmark {
  background-color: white; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.checkbox-container input:checked ~ .checkmark:after {
  display: block; }

.checkbox-container .checkmark:after {
  left: 8px;
  top: 2px;
  width: 8px;
  height: 16px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.modal-footer {
  padding-top: 20px; }

#ok-button {
  background-color: #004d9c;
  color: white;
  border: none;
  padding: 9px 30px;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease; }

#ok-button:hover {
  background-color: #003366; }
