﻿@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  background-color: #f0f2f3;
  margin: 0px;
  padding: 0px;
}

*:focus {
  outline-offset: 6px;
  outline-color: #001ba2;
  outline-style: solid;
  outline-width: 2px;
}

header {
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc; 
}
header > div.inside {
  max-width: 1140px;
  padding: 0px 20px;
  margin: 0px auto;
}

header div.line1 {
  padding-top: 15px;
}
header div.line1 > a.logo {
  display: inline-block;
  background-image: url(/furniture/logo.png);
  background-repeat: no-repeat;
  width: 180px;
  height: 50px;
  background-position: center;
  position: relative;
  top: 5px;
  border-radius: 1px;
  background-size: 99%;
}
header div.line1 > a.logo:hover {
  background-size: 100%;
}
@media (max-width: 800px){
  header div.line1 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  header div.line1 > a.logo {
    top: -5px;
    left: -5px;
  }
}
header div.line1 > div.right {
  float: right;
  padding-top: 10px;
}
header div.line1 > div.right > div.short > a.uilang {
  display: none;
  color: inherit;
  text-decoration: none;
  margin-left: 10px;
  color: #999999;
  border: 1px solid #999999;
  border-radius: 2px;
  padding: 6px 8px;
  font-size: 0.9em;
}
header div.line1 > div.righ > div.shortt > a.uilang:hover {
  color: #666666;
}
header div.line1 > div.right > div.short > a.uilang.current {
  color: #000000;
  font-weight: bold;
}
header div.line1 > div.right > div.long {
  padding-right: 20px;
}
header div.line1 > div.right > div.long > a.uilang {
  color: inherit;
  text-decoration: none;
  margin-left: 20px;
  color: #999999;
  border-radius: 1px;
}
header div.line1 > div.right > div.long > a.uilang:hover {
  color: #666666;
}
header div.line1 > div.right > div.long > a.uilang.current {
  color: #000000;
  font-weight: bold;
}
@media (max-width: 800px){
  header div.line1 > div.right > div.short > a.uilang {
    display: inline;
  }
  header div.line1 > div.right > div.long > a.uilang {
    display: none;
  }
}

header div.line2 {
  padding-top: 10px;
  margin-left: -5px;
}
header div.line2 > a.site {
  display: inline-block;
  padding: 3px 5px 0px 5px;
  border-bottom: 3px solid transparent;
  color: inherit;
  text-decoration: none;
  margin-right: 10px;
  position: relative;
  top: 2px;
  color: #999999;
  border-radius: 1px;
  outline-offset: 4px;
}
header div.line2 > a.site:hover {
  color: #666666;
}
header div.line2 > a.site.current {
  border-color: #008cdd;
  color: #000000;
  padding: 10px 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
}
header div.line2 > a.site > i {
  margin-left: 5px;
  font-size: 0.85em;
  position: relative;
  top: -1px;
}
header div.line2 div.right {
  float: right;
  margin-top: -10px;
}
header div.line2 div.right button.user {
  background-color: #eeeeee;
  padding: 10px 50px 10px 20px;
  border-radius: 40px;
  border: 0px;
  display: inline;
  font: inherit;
  outline-offset: 0px;
  cursor: pointer;
  height: 2.85em;
  overflow-y: hidden;
  position: relative;
  white-space: nowrap;
  max-width: 425px;
}
@media (max-width: 900px){
  header div.line2 div.right button.user {
    max-width: 325px;
  }
}
header div.line2 div.right button.user:hover {
  background-color: #e9e9e9;
}
header div.line2 div.right button.user i.fa-user {
  color: #008cdd;
  font-size: 1.35em;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
header div.line2 div.right button.user.notloggedin i.fa-user {
  color: #999999;
}
header div.line2 div.right button.user i.fa-chevron-down {
  color: #999999;
  font-size: 1.35em;
  margin-left: 5px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50px;
  padding-top: 12px;
  background-color: #eeeeee;
  border-radius: 0px 40px 40px 0px;
  background: linear-gradient(90deg, transparent 0%, #eeeeee 25%, #eeeeee 100%); 
}
header div.line2 div.right button.user:hover i.fa-chevron-down {
  background: linear-gradient(90deg, transparent 0%, #e9e9e9 25%, #e9e9e9 100%); 
}
@media (max-width: 800px){
  header div.line2 a.site {
    display: none;
  }
  header div.line2 div.right {
    float: none;
    margin-top: -10px;
    margin-bottom: 20px;
  }
  header div.line2 div.right button.user {
    display: block;
    width: 100%;
    max-width: none;
  }
}


header div.line3 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -5px;
}
header div.line3 div.bubble {
  position: relative;
  border: 1px solid #999999;
  border-radius: 10px;
  padding: 20px;
}
header div.line3 div.bubble::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: -11px;
  right: 30px;
  width: 20px;
  height: 20px;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  background-color: #ffffff;
  transform: rotate(45deg);
  z-index: 1;
}
header div.line3 div.bubble form {
  display: inline-block;
}
header div.line3 div.bubble form span.waiting {
  margin-top: 10px;
  display: block;
  color: #666666;
}
header div.line3 div.bubble form span.error {
  display: block;
  margin-top: 10px;
  color: #c10303;
}
header div.line3 div.bubble strong {
  background-color: #eeeeee;
  padding: 8px 10px;
  margin: 0px 4px;
  border-radius: 4px;
}
header div.line3 div.bubble span.link {
  margin-top: 0.5em;
  margin-left: 0.5em;
  float: right;
  white-space: nowrap;
}
header div.line3 div.bubble form input.textbox {
  font: inherit;
  color: inherit;
  display: inline-block;
  border: 1px solid #cccccc;
  box-shadow: inset 1px 1px 0px #999999;
  padding: 4px 8px;
  width: 15em;
  background-color: #ffffff;
  border-radius: 2px;
  margin: 0px 5px;
  outline-offset: 0px;
}
header div.line3 div.bubble form input.button {
  font: inherit;
  color: inherit;
  display: inline-block;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 0px #999999;
  padding: 5px 15px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 0px 5px;
  outline-offset: 0px;
  cursor: pointer;
  color: #333333;
}
header div.line3 div.bubble form input.button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
header div.line3 div.bubble a {
  color: #008cdd;
}
header div.line3 div.bubble a:hover {
  color: #037bc1;
}
@media (max-width: 1100px){
  header div.line3 div.bubble span.link {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0em;
    float: none;
  }
  header div.line3 div.bubble form.logout input.button {
    margin: 0px;
    margin-top: 3px;
    margin-left: -5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1000px){
  header div.line3 div.bubble form {
    display: block;
    margin-top: -0.5em;
  }
  header div.line3 div.bubble span.message {
    display: none;
  }
  header div.line3 div.bubble form label {
    display: block;
    margin-top: 1em;
  }
  header div.line3 div.bubble form label span.caption {
    display: inline-block;
    width: 10em;
  }
  header div.line3 div.bubble form input.textbox {
    margin: 0px;
  }
  header div.line3 div.bubble form input.button {
    margin: 0px;
    margin-top: 15px !important;
    margin-left: -5px;
    margin-bottom: 5px;
  }
}



h1 {
  font-size: 1.25em;
  font-weight: normal;
  margin: 0px;
  padding: 30px 0px;
  background-color: #caeafc;
  color: #ffffff;
}
h1.archived {
  background-color: #dddddd;
}
h1 span.inside {
  display: block;
  max-width: 1140px;
  margin: 0px auto;
  padding: 0px 20px;
}
h1 span.inside a.home {
  color: #aaaaaa;
  text-decoration: none;
  border-radius: 1px;
}
h1 span.inside a.home:hover {
  color: #999999;
}
h1 span.inside span.divider {
  color: #aaaaaa;
  font-size: 0.9em;
  margin: 0px 0.5em;
}
h1 span.inside a.current {
  color: #008cdd;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.15em;
  position: relative;
  top: 1px;
  border-radius: 1px;
}
h1 span.inside a.current:hover {
  color: #037bc1;
}
h1 span.inside span.archived {
  color: #999999;
  text-transform: uppercase;
}
@media (max-width: 800px){
  h1 {
    font-size: 1.1em;
  }
    h1 span.inside a.home {
    display: none;
  }
  h1 span.inside span.divider {
    display: none;
  }
  h1 span.inside {
    padding: 0px 20px;
  }
}






main {
  max-width: 1160px;
  padding: 0px 20px;
  margin: 0px auto;
  min-height: 100vh;
  padding-top: 5px;
}
@media (max-width: 800px){
  main {
    padding: 0px;
  }
}



div.noaccess {
  text-align: center;
  margin-top: 100px;
  color: #999999;
  text-shadow: 1px 1px 0px #ffffff;
}
div.noaccess button {
  font: inherit;
  color: #008cdd;
  display: inline;
  background-color: transparent;
  border: 0px;
  padding: 0px;
  text-decoration: underline;
  cursor: pointer;
}
div.noaccess button:hover {
  color: #037bc1;
}





div.filter {
  margin: 16px 0px 70px -8px;
  padding-top: 4px;
  padding-left: 8px;
  padding-bottom: 10px;
  white-space: nowrap;
  overflow-y: auto;
}
@media (max-width: 800px){
  div.filter {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
  }
}
div.filter a {
  display: inline-block;
  padding: 0px 10px;
  color: #aaaaaa;
  text-decoration: none;
  padding-top: 4px;
  border-bottom: 2px solid transparent;
  margin-right: 20px;
  font-weight: bold;
  border-radius: 1px;
}
div.filter *:hover {
  color: #999999;
}
div.filter a.current {
  padding: 10px 10px;
  color: #008cdd;
  border-color: #008cdd;
}
div.filter form {
  display: inline-block;
  white-space: nowrap;
  padding: 10px 15px 10px 10px;
  color: #aaaaaa;
  border-bottom: 2px solid transparent;
}
div.filter form.current {
  color: #008cdd;
  border-color: #008cdd;
}
div.filter form label.caption {
  font-weight: bold;
  margin-right: 5px;
  cursor: pointer;
}
div.filter form input.text {
  font: inherit;
  display: inline-block;
  border: 0px;
  padding: 4px 7px;
  width: 10em;
  background-color: #ffffff;
  border-radius: 2px;
  margin: 0px 5px;
  padding-right: 50px;
  outline-offset: 0px;
  color: #000000;
}
div.filter form button.submit {
  display: inline-block;
  margin-left: -35px;
  font: inherit;
  border: 0px;
  background-color: transparent;
  color: #999999;
  border-radius: 1px;
}


div.pager {
  margin: 20px 10px;
  color: #333333;
}
div.pager span.divider {
  margin: 0px 10px;
  border-left: 2px solid #cccccc;
  display: inline-block;
  height: 1.5em;
  position: relative;
  top: 5px;
}
div.pager form {
  display: inline;
}
div.pager input.pagenum {
  font: inherit;
  color: inherit;
  display: inline-block;
  border: 0px;
  padding: 2px 0px;
  text-align: center;
  width: 3em;
  background-color: #ffffff;
  border-radius: 2px;
  margin: 0px 5px;
  outline-offset: 0px;
}
div.pager button.random {
  font: inherit;
  color: inherit;
  display: inline-block;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 0px #999999;
  padding: 5px 15px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 0px 5px;
  outline-offset: 0px;
  cursor: pointer;
  color: #333333;
}
div.pager button.random:hover {
  color: #000000;
}
div.pager button.random i {
  margin-right: 5px;
  color: #008cdd;
}
div.pager span.arrows {
  float: right;
  margin-top: 7px; 
  font-size: 1.15em;
}
div.pager span.arrows a {
  text-decoration: none;
  color: #008cdd;
  margin-left: 1em;
  border-radius: 1px;
}
div.pager span.arrows a:hover {
  color: #037bc1;
}
div.pager span.arrows a i {
  font-size: 1.35em;
  position: relative;
  top: 3px;
}
div.pager span.arrows a.left i {
  margin-right: 0.25em;
}
div.pager span.arrows a.right i {
  margin-left: 0.25em;
}
@media (max-width: 800px){ 
  div.pager {
    padding-left: 5px;
    padding-right: 5px;
  }
  div.pager span.hidable {
    display: none;
  }
  div.pager span.divider {
    margin: 0px 5px;
  }
  div.pager button.random i {
    margin-right: 0px;
  }
  div.pager span.arrows a {
    font-size: 1.1em;
    position: relative;
    top: -2px;
  }
  div.pager span.arrows a.left i {
    margin-right: 0em;
  }
  div.pager span.arrows a.right i {
    margin-left: 0em;
  }
}



div.whitebox {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(150,150,150,.5);
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
  overflow-y: auto;
}
div.whitebox > div.place {
  width: 50%;
  box-sizing: border-box;
  float: left;
}
div.whitebox > div.underlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  background-color: #f9f9f9;
}
div.whitebox > div.comments {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding-right: 0px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 800px){
  div.whitebox {
    margin-left: 10px;
    margin-right: 10px;
  }
  div.whitebox > div.place {
    width: auto;
    float: none;
    padding-right: 0px;
  }
  div.whitebox > div.underlay {
    display: none;
  }
  div.whitebox > div.comments {
    width: auto;
    float: none;
    background-color: #f9f9f9;
    padding: 15px;
    margin: 15px -15px -15px -15px;
  }
}

div.extranets {
  margin: 50px 5px;
}
div.extranets a.extranet {
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 15px 20px;
  margin-bottom: 10px;
  position: relative;
  overflow-y: auto;
  text-decoration: none;
  font-size: 1.25em;
  background-color: #caeafc;
  outline-offset: 0px;
}
div.extranets a.extranet:hover {
  border-color: #037bc1;
}
div.extranets a.extranet.archived {
  background-color: #dddddd;
}
div.extranets a.extranet span.title {
  color: #008cdd;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.15em;
}
div.extranets a.extranet:hover span.title {
  color: #037bc1;
}
div.extranets a.extranet span.archived {
  color: #999999;
  text-transform: uppercase;
}
div.extranets a.extranet span.placeCount {
  font-size: 80%;
  color: #333333;
  background-color: #ffffff;
  display: block;
  float: right;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 20px;
}
@media (max-width: 800px) {
  div.extranets {
    margin: 10px;
  }
}


footer {
  margin-top: 75px;
}
footer div.inside {
  max-width: 1140px;
  padding: 0px 20px;
  margin: 0px auto;
}
footer > div.colophon {
  background-color: #3f4c59;
  padding: 40px 0px 60px 0px;
  color: #dddddd;
  overflow-y: auto;
  line-height: 2em;
}
footer > div.colophon div.col {
  width: 50%;
  float: left;
}
footer > div.colophon a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  outline-color: #ffffff;
  border-radius: 1px;
}
footer > div.colophon a:hover {
  color: #ffffff !important;
}
footer > div.colophon div.col3 {
  text-align: right;
}
footer > div.colophon a.uilang {
  font-weight: normal;
  margin-left: 10px;
  color: #aaaaaa;
}
footer > div.colophon a.uilang.current {
  font-weight: bold;
  color: inherit;
}
@media (max-width: 800px) {
  footer > div.colophon div.col {
    width: auto;
    float: none;
    margin-bottom: 1.5em;
  }
  footer > div.colophon div.col3 {
    text-align: left;
  }
  div.uilangs {
    float: left;
    width: 3em;
  }
  footer > div.colophon a.uilang {
    margin-left: 0px;
    margin-right: 10px;
  }
}

div.extradocs {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 800px){
    div.extradocs {
      padding: 0px 10px;
    }
}
div.extradocs div.doc {
    margin-top: 10px;
    padding-left: 50px;
    position: relative;
    min-height: 40px;
    box-sizing: border-box;
    padding-top: 5px;
    display: inline-block;
    margin-right: 20px;
}
div.extradocs div.doc span.icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    background-image: url(document.svg);
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
div.extradocs div.doc a {
    color: #008cdd;
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 2px;
    line-height: 1.75em;
}
div.extradocs div.doc a:hover {
    color: #209cee;
}
