/*
CTC Separate Stylesheet
Updated: 2021-10-27 20:27:51
*/

html, body { height:100%; margin:0; padding:0; }

body {
  background: #FFF;
  color: #333;
}

main#main {
  padding-top: 65px;
}

svg.header {
  height: 50px;
  width: auto;
  margin: 30px;
}

div.menu {
  display: inline-block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  height: 50px;
  width: 100%;
  background: #F6F6F6;
  text-align: center;
  padding-top: 0px;
  z-index: 1;
  border-top: 1px solid #e8e8e8;
}

div.menu svg {
  height: 100%;
  width: auto;
  padding: 10px;
  fill: #333;
}

div.menu svg.takePicture {
  background: #e8e8e8;
}

div.menu form {
  display: inline;
  height: 100%;
}

div.topbar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
  background: #F6F6F6;
  color: #333333;
  z-index: 2;
  border-bottom: 1px solid #E8E8E8;
}

div.topbar svg.logo, div.topbar svg.settings {
  height: 100%;
  fill: #333;
}

div.topbar h1 {
  display: inline;
  font-size: 12px;
}

div.topbar form {
  display: inline;
}

div.topbar input {
  border: 0px;
  border-radius: 20px;
  font-size: 12px;
  padding: 10px 20px;
  background: #E8E8E8;
  width: 100%;
}

img.thump {
  display: flex;
  float: left;
  width: 100%;
  margin: 0px;
  border: 3px solid #FFF;
}

.printonly {
  display: none;
}

.settingsbox {
  background: #F6F6F6;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

.settingsbox ul {
  padding-left: 0px;
}

.settingsbox li {
  list-style: none;
  padding: 5px 5px;
  border-bottom: 1px solid #E8E8E8;
}

.settingsbox li:last-child {
  border-bottom: 0px;
}

.settingsbox li:hover {
  background: #e8e8e8;
}

.searchResultBox {
  background: #e8e8e8;
  color: #333;
  padding: 10px;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline;
  float: left;
  width: auto;
}

.searchResultBlock {
  margin-top: 30px;
}

.listheader {
  margin-top: 0px;
  margin-bottom: 0px;

  padding: 3px;
}

.listitem {
  margin-top: 0px;
}

input, textarea, button, select {
  border: 0px !important;
  border-bottom: 1px solid #e8e8e8 !important;
}

.modalbtn {
  padding: 10px 20px !important;
  border-radius: 0px;
  font-size: 16px !important;
}

div.container-start #clock {
  font-size: 3em;
}

div.container-start ul {
  margin-bottom: 30px;
}

@media (min-width: 576px) {


}

@media (min-width: 768px) {


}

@media (min-width: 992px) {

  div.container-fluid {
    margin-left: 250px;
    width: calc(100% - 250px);
  }

  div.container-start {
    margin-left: -250px;
    position: absolute;
    width: 100%;

  }

  div.menu {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 250px;
    text-align: center;
    padding-top: 55px;
    overflow: hidden;
    border-right: 1px solid #e8e8e8;
  }

  div.menu a.item {
    text-decoration: none;
    border-bottom: 1px solid #e8e8e8;
  }

  div.menu .item {
    text-align: left;
    display: block;
    padding: 10px 10px;
    height: 50px;
  }

  div.menu .item svg {
    padding: 0px;
    float: left;
  }

  div.menu .item label {
    float: left;
    font-weight: 400;
  }

  div.menu .item span {
    display: inline-block;
    position: absolute;
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {


}

@media print {

   .printonly {
     display: block;
   }

   .noprint {
     display: none;
   }

   .printbox {
     padding: 15px;
     width: 33%;
     border: 1px solid #000;
     text-align: center;
     float: left;
     display: inline-block;
     margin: 0px;
   }

   .printbox img {
     width: 100%;
   }

}
