.pssf
    { padding:10px; }
/* ELEMENTS */

/*.pssf button[type="reset"],
.pssf button[type="submit"],
.pssf button[type="button"] {
  margin: 0 1rem 1rem 0;
}*/

/*.pssf button[type="reset"] {
  background-color: white;
  -webkit-box-shadow: inset 0px 0px 0px 1px #0669ce;
  -moz-box-shadow: inset 0px 0px 0px 1px #0669ce;
  box-shadow: inset 0px 0px 0px 1px #0669ce;
  color: #0669ce;
}*/

/*.pssf h1 {
  font-size: 4rem;
  font-weight: 100;
  line-height: 1.5em;
  margin-top: 0;
}*/

/*.pssf h2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.5em;
}*/

/*.pssf h3 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5em;
}*/

/*.pssf h4 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5em;
}*/

.pssf input[type="radio"] {
  margin-right: 0.75em;
  transform: scale(1.75);
}
.pssf input[type="text"] {
  border: 1px solid #8f8f9d;
  padding: 0.25em;
  width: 325px;
}

.pssf label {
  display: block;
  margin: 4rem 0;
}
.pssf .radio label {
  display: inline-block;
  font-size: .9em;
  margin: 0 4rem 1.5rem 0.5rem;
}

.pssf pre {
  font-family: monospace;
}

.pssf table {
  border: 1px solid black;
  /*font-size: 1.5em;
  line-height: 1.5em;*/
}
.pssf th,
.pssf td {
  border: 1px solid black;
  padding: 0.5em
}
.pssf th {
  font-weight: bold;
}

.pssf textarea {
  width: 100%;
}

/* Hide charts on small screens b/c distorted */
@media (max-width: 600px) {
  .pssf canvas {
    display: none !important;
  }
}

/* CLASSES */
/*.pssf .button {
  background: #0669ce;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  margin: 0 1rem 1rem 0;
  padding: 1em 3em 1em 3em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}*/
/*.pssf .button:hover {
  background: #fff;
  color: #0669ce;
  outline: 1px solid #0669ce;
  text-decoration: none;
}*/

.pssf .center {
  text-align: center;
}

.pssf .date_position {
  display: flex;
}
.pssf .date_position span {
  flex-basis: 11em;
}

.pssf .list {
  font-size: 1.5em;
  list-style-type: circle;
  padding-left: 1.75rem;
}
.pssf .list li {
  margin-bottom: 0.75em
}

.pssf .mb {
  margin-bottom: 3rem;
}
.pssf .mt {
  margin-top: 3rem;
}

/*.pssf .smaller {
  font-size: 1.75em;
}*/

.pssf .strategy {
  border-bottom: 3px solid black;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/*.pssf .strategy-termine { border-bottom: 3px solid #01a0c6; }
.pssf .strategy-termine .strategy-toggle::before { color: #01a0c6; }*/
.pssf .strategy-termine { border-bottom: 3px solid #4CBB17; }
.pssf .strategy-termine .strategy-toggle::before { color: #4CBB17; }
.pssf .strategy-en_cours { border-bottom: 3px solid #fcfe02; }
.pssf .strategy-en_cours .strategy-toggle::before { color: #fcfe02; }
.pssf .strategy-reporte { border-bottom: 3px solid #ff5d00; }
.pssf .strategy-reporte .strategy-toggle::before { color: #ff5d00; }
.pssf .strategy-non_debute { border-bottom: 3px solid #ed0001; }
.pssf .strategy-non_debute .strategy-toggle::before { color: #ed0001; }
.pssf .strategy-form {
  margin-left: 3rem;
}
.pssf .strategy-toggle {
  cursor: pointer;
  display: block;
  padding-left: 3rem;
  position: relative;
}
.pssf .strategy-toggle::before {
  color: black;
  display: inline-block;
  font-size: 3.5rem;
  font-weight: 500;
  left: 3px;
  position: absolute;
  top: 0px;
}
.pssf .strategy-toggle[data-toggle=hide]::before {
  content: '-';
}
.pssf .strategy-toggle[data-toggle=show]::before {
  content: '+';
}

.pssf .table {
  border: 1px solid #76bdeb;
}
.pssf .table th,
.pssf .table td {
  border: 1px solid #76bdeb;
}
.pssf .table .highlight { background-color: #f5fafd; }
/*.pssf .table .status-termine { background-color: #01a0c6; }*/
.pssf .table .status-termine { background-color: #4CBB17; }
.pssf .table .status-en_cours { background-color: #fcfe02; }
.pssf .table .status-reporte { background-color: #ff5d00; }
.pssf .table .status-non_debute { background-color: #ed0001; }

/* PAGES */
.pssf-ae h3 {
  border-top: 3px solid #41b4eb;
  padding-top: 2rem;
}

/* BOOTSTRAP */
.pssf .nav-link {
  border: 1px solid #0669ce;
  border-radius: 0 !important;
  font-size: 200%;
  line-height: 1.25em;
  margin: 0 1rem 1rem 0;
  padding: 10px 20px;
}
.pssf .nav-link.active {
  background-color: #0669ce !important;
}

.pssf .dropdown-toggle {
  margin-right: 1rem;
}
.pssf .dropdown-menu {
  border: 1px solid #0669ce;
  border-radius: 0;
  font-size: 200%;
  margin: 5px 0 5px -1px;
}
.pssf .dropdown-item {
  color: #0669ce;
}
.pssf .dropdown-item.active {
  color: #777;
}
.pssf .dropdown-item:hover {
  background-color: #0669ce !important;
  color: white;
}

.pssf .alert {
  margin-bottom: 3rem;
  padding: 2rem;
}
