/******************************
 * searchform.css
 * ---------------
 * Formatting of SPIETApp 
 */

/*logo*/
p.searchTitle {
    font-size: 1em;
    text-align: center;
}

.toggleOff {
    display: none;
}

/*page*/
div.center-container {
  width: 100%;
  display: flex;
  overflow: visible;
  align-items: center;
  justify-content: center;
}

p.centerrow {
    text-align: center;
}

/*image buttons*/
button {
    border-width: 1px;
    padding: 1px;
}
img.buttonSmall {
  width: 1em;
  height: 1em;
}

img.buttonSmall:hover {
  box-shadow: 0 0 1em 1em rgba(0, 140, 186, 0.5);
}

/*hambuger menu*/
button.configuration {
    position:absolute;
        top:0;
        right:0;
}

/*period list*/
ol.horizontal {
    display: inline;
    overflow: auto;
    white-space: nowrap;
    padding-inline-start: 0;
}

#dateperiod {
    padding-inline-start: 0;
    text-align: center;
}

#fromtoperiod {
    /*display: none; /*inline*/
}

li.swipe {
    display: inline;
    list-style-type: none;
}

li.periods {
    list-style-type: none;
}

#textperiod {
    color: lightslategray;
}

/*suggestions*/
