/* Patch Bootstrap */
tr.text-primary th,
tr.text-primary td {
  color: inherit;
}

tr.text-secondary th,
tr.text-secondary td {
  color: inherit;
}

tr.text-success th,
tr.text-success td {
  color: inherit;
}

tr.text-danger th,
tr.text-danger td {
  color: inherit;
}

tr.text-warning th,
tr.text-warning td {
  color: inherit;
}

tr.text-info th,
tr.text-info td {
  color: inherit;
}

/* ... */

tr.text-muted th,
tr.text-muted td {
  color: inherit;
}

/* Fin Patch Bootstrap */

input[type=checkbox],
input[type=radio   ]{
  cursor: pointer;
}

.gpfw-cursor-pointer {
 cursor: pointer; 
}

.gpfw-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0px solid blue;  
  background-color: rgba(0,0,0,0.25);
  text-align: center;
}

.gpfw-overlay-text {  
  font-size:1rem;
  font-weight: normal;  
}

.gpfw-button-max-width-100p {
 max-width: 100%;
 white-space: nowrap; 
 overflow: hidden;
}

.gpfw-force-break-word {  
  overflow-wrap: break-word;  
}

.gpfw-force-break-word-full {  
  word-wrap:  break-word; 
  word-break: break-all;
  overflow-wrap: break-word;  
}

.gpfw-placeholder-danger::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
  font-style: italic;
  font-size: smaller;
}

.gpfw-placeholder-danger:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
  font-style: italic;
  font-size: smaller;
}

.gpfw-placeholder-danger::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
  font-style: italic;
  font-size: smaller;
}

.gpfw-invalid-feedback {
 font-size:80%;
 color:#dc3545 /* text-danger */
}

.gpfw-invalid-feedback-alternate {
 font-size:80%;
 color:#dc3545 /* text-danger */
}

.gpfw-input-force-readonly-gray {
 
}

.gpfw-input-force-readonly-gray:read-only {
 background-color: #E1E1E1;
 color: #777777; /*#999999;*/ /* .text-muted */
}

/* AutoComplete */

/*
* { box-sizing: border-box; }
body {
  font: 16px Arial;
}
*/

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  /* display: inline-block; */
}

/*
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}
*/

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.gpfw-filter {
  /*the container must be positioned relative:*/
  /* border: #dc3545 solid 1px; */
  position: relative;
  width: 100%;
  /* display: inline-block; */
}

.gpfw-filter-input {
 
}

.gpfw-filter-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.gpfw-filter-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.gpfw-filter-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.gpfw-filter-group {
  
  font-size: x-small;
}

.gpfw-filter-item {
  /* */
}

.gpfw-filter-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.gpfw-file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;

}

.gpfw-file-wrapper input {
  outline: none;
  font-size: 100px;
  min-height: 1.5em;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* Container holding the image and the text */
.gpfw-piste-container {
  position: relative;
}

.gpfw-piste-info-center {
  position: absolute;
  color: white;
  top: 25%;  
  font-size: x-large;
}

.gpfw-piste-info {
  position: absolute;
  color: white;
  left: 4px;
  top: 0px;
  font-size: small;
}

@keyframes wind-blink {
     0% { opacity: 0 }
    50% { opacity: 1 }
   100% { opacity: 0 }
}

/*
@keyframes provenance-vent-sud {
     0% {left:50%; top:33%;}
  12.5% {left:50%; top:32%;}
    25% {left:50%; top:31%;}
  37.5% {left:50%; top:30%;}
    50% {left:50%; top:29%;}
  62.5% {left:50%; top:28%;}
    75% {left:50%; top:27%;}
  87.5% {left:50%; top:26%;}
   100% {left:50%; top:25%;}
}

@keyframes provenance-vent-sud-ouest {
     0% {left:50%; top:33%;}
  12.5% {left:51%; top:32%;}
    25% {left:52%; top:31%;}
  37.5% {left:53%; top:30%;}
    50% {left:54%; top:29%;}
  62.5% {left:55%; top:28%;}
    75% {left:56%; top:27%;}
  87.5% {left:57%; top:26%;}
   100% {left:58%; top:25%;}
}

@keyframes provenance-vent-sud-est {
     0% {left:50%; top:33%;}
  12.5% {left:49%; top:32%;}
    25% {left:48%; top:31%;}
  37.5% {left:47%; top:30%;}
    50% {left:46%; top:29%;}
  62.5% {left:45%; top:28%;}
    75% {left:44%; top:27%;}
  87.5% {left:43%; top:26%;}
   100% {left:42%; top:25%;}
}

@keyframes provenance-vent-ouest {
     0% {left:50%; top:33%;}
  12.5% {left:51%; top:33%;}
    25% {left:52%; top:33%;}
  37.5% {left:53%; top:33%;}
    50% {left:54%; top:33%;}
  62.5% {left:55%; top:33%;}
    75% {left:56%; top:33%;}
  87.5% {left:57%; top:33%;}
   100% {left:58%; top:33%;}
}

@keyframes provenance-vent-est {
     0% {left:50%; top:33%;}
  12.5% {left:49%; top:33%;}
    25% {left:48%; top:33%;}
  37.5% {left:47%; top:33%;}
    50% {left:46%; top:33%;}
  62.5% {left:45%; top:33%;}
    75% {left:44%; top:33%;}
  87.5% {left:43%; top:33%;}
   100% {left:42%; top:33%;}
}

@keyframes provenance-vent-nord-ouest {
     0% {left:50%; top:33%;}
  12.5% {left:51%; top:34%;}
    25% {left:52%; top:35%;}
  37.5% {left:53%; top:36%;}
    50% {left:54%; top:37%;}
  62.5% {left:55%; top:38%;}
    75% {left:56%; top:39%;}
  87.5% {left:57%; top:40%;}
   100% {left:58%; top:41%;}
}

@keyframes provenance-vent-nord-est {
     0% {left:50%; top:33%;}
  12.5% {left:49%; top:34%;}
    25% {left:48%; top:35%;}
  37.5% {left:47%; top:36%;}
    50% {left:46%; top:37%;}
  62.5% {left:45%; top:38%;}
    75% {left:44%; top:39%;}
  87.5% {left:43%; top:40%;}
   100% {left:42%; top:41%;}
}

@keyframes provenance-vent-nord {
     0% {left:50%; top:33%;}
  12.5% {left:50%; top:34%;}
    25% {left:50%; top:35%;}
  37.5% {left:50%; top:36%;}
    50% {left:50%; top:37%;}
  62.5% {left:50%; top:38%;}
    75% {left:50%; top:39%;}
  87.5% {left:50%; top:40%;}
   100% {left:50%; top:41%;}
}
*/