/* @media screen and (max-width: 1245px), (max-height: 800px) { .reveal .slides { font-size: 0.82em; } } 
@media screen and (max-width: 900px), (max-height: 600px) { .reveal .slides { font-size: 0.82em; } } 
@media screen and (max-width: 700px), (max-height: 400px) { .reveal .slides { font-size: 0.66em; } } */

/* REVEAL */

.reveal h3 {
    border-radius: 15px;
    background-color:#BBB1A5;
    color:white;
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 10px;
    font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
    text-transform: none;
}

.reveal h5 {
    color: #000000;
    padding-bottom: 0;
    font-family: 'Lato','Helvetica', 'Arial', sans-serif;
}

.reveal section {
  margin-top: 0px;
}

.reveal section img {
  border: none;
}

.reveal ul {
  list-style-image: url('../img/bulletred.png');
  margin-top: 30px;
  margin-left: 100px;
}

.reveal ul li {
   margin: 0 0 30px 0;
}

.reveal li:before{
  width: 23px;
  height: 23px;
}

/* Mes settings */

img {
  border: 0;
  box-shadow: none !important;
}

.double-column {
  display: flex;
  flex-direction:row;
  justify-content: space-between;
  align-content: flex-start;
  width: 100%;
}

.leftCol66 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  flex: 2;
}

.rightCol33 {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  flex: 1;
}

.leftCol50 {
  display: flex;
  width: 40%;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  flex: 1;
}

.rightCol50 {
  display: flex;
  width: 40%;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  flex: 1;
}

.sliderset {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.sliderset label.paramname {
  display: flex;
  flex: 1;
  /*font-size: 120%;*/
}

.sliderset input.paramset {
  display: flex;
  flex: 7;
}

.sliderset output.paramval {
  display: flex;
  flex: 2;
  /*font-size: 120%;*/
  color: grey;
  text-align: right;
  align-self: flex-end;
}

fieldset.paramset legend {
  font-weight: bold;
  color: #960709;
  padding: 10px 10px 10px 10px;
}

.buttonbar {
  display: flex;
  justify-content: flex-end;
}

.buttonbar .left {
  display: flex;
  justify-content: start;
}

fieldset.paramset {
  display: flex;
  align-self: flex-start;
  flex-direction:  column;
  text-align: left;
  font-size: 55%;
  border: 2px groove;
 -moz-border-radius:15px;
  border-radius: 15px;
 -webkit-border-radius: 15px;
  width: 80%;
  border-color: grey;
  padding: 15px;
}

fieldset.radioset {
  display: flex;
  align-self: flex-start;
  flex-direction: row;
  flex-shrink: 1;
  justify-content:flex-start;
  align-items: center;
}

ol.boxes {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/

    margin: 0;
    margin-left: 3em;
    padding: 0;

    counter-reset: li-counter;
}

ol.boxes > li{
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

ol.boxes > li:before {
    position: absolute;
    top: 0;
    left: -2em;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;

    text-align: center;
    color: #f5f5f5;

    background-color: #464646;
    content: counter(li-counter);
    counter-increment: li-counter;
}

strong {
  font-weight: bold;
  color: #960709;
}

span.menuitem {
    display:inline-block;
    -moz-border-radius:5px;  /* for Firefox */
    -webkit-border-radius:5px; /* for Webkit-Browsers */
    border-radius:5px; /* regular */
    border-width: medium;
    border-style:solid;
    border-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 65%;
    text-align: center;
    vertical-align: middle;
}

span.menuitem.enabled {
    color: white;
    font-weight: normal;
    background-color: #960709;
    -moz-border-radius:5px;  /* for Firefox */
    -webkit-border-radius:5px; /* for Webkit-Browsers */
    border-radius:5px; /* regular */
    border-width: medium;
    border-style:solid;
    border-color: #960709;
    opacity:1;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

span.menuitem.greyed {
    color: grey;
    font-weight: normal;
    -moz-border-radius:5px;  /* for Firefox */
    -webkit-border-radius:5px; /* for Webkit-Browsers */
    border-radius:5px; /* regular */
    border-width: medium;
    border-style:solid;
    border-color: white;
    opacity:1;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

span.menuitem:hover {
    -moz-border-radius:5px;  /* for Firefox */
    -webkit-border-radius:5px; /* for Webkit-Browsers */
    border-radius:5px; /* regular */
    border-color: #960709;
    border-width: medium;
    border-style:solid;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

/* span.menuitem:hover {
    color: white;
    font-weight: normal;
    background-color: #960709;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    opacity:1;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
} */

.reveal a:link {
    color: darkblue;
}

.reveal a:visited {
    color: darkblue;
}

div.hidden {
    display: none;
    font-size: 60%;
}

.reveal .credits {
    color: #999;
    font-size: 50%;
}

.reveal .progress {
  height: 6px;
}

.reveal .slide-number {
  /* color: white; */
  font-size: 60%;
}

.reveal .slide-number a {
  color: #f5f5f5; 
}

.reveal .progress span {
  background: #960709;
}

.reveal .footer{
  position:absolute;
  top: 95%;
  left: 8%;
  color: #999;
  font-size: 60%;
  border-top: 1px;
  text-align: left;
}

text {
  font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
}

/* Hansontable */

.ht_master table {

  border: 1px solid #AAA;
}

/*-- Row headers */
/* Bottom */
.ht_clone_top_left_corner th {
  border-bottom: 1px solid #AAA;
}

/* Left and right */
.ht_clone_left th {
  border-right: 1px solid #AAA;
  border-left: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
}

/*-- Column headers */
/* Top, bottom and right */
.ht_clone_top th {
  border-top: 1px solid #AAA;
  border-right: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
}

/* Left */
.ht_clone_top_left_corner th {
  border-right: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
}

/*-- Row borders */
/* Bottom */
.ht_master tr > td {
  border-bottom: 1px solid #AAA;
}

/* Right */
.ht_master tr > td {
  border-right: 1px solid #AAA;
}