*{
	box-sizing: border-box;

}

.all{
    overflow-x: scroll;
}
html, body{
  max-width: 100vw;
  /*width: 100%;*/
  overflow-x: hidden;
  margin: 0;
  padding: 0;
    font-family: geometria, serif;
}
.main{
    margin-bottom: 10px;
    margin-right: 10px;
}
.header_h1 {
	text-align: center;
}
.navbar{
    width: 100vw;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    padding: 10px;
    padding-right: 30px;
    font-size: 20px;
}

.year{
  float: left;
  height: 395px;
  width: 6%;
}

.year_space{
  float: left;
  height: 100px;
  width: 6%;
  -webkit-transform: rotate(-90deg);
}
.years{
  -webkit-transform: rotate(-45deg);
  margin-top: 170px;
}
h2.years{
    font-size: max(35px, 3vw);
  font-weight: bold;
}

.column {
  padding: 20px 10px 10px 30px;
  background: url('../images/paper.jpg');
  background-size: 100%;
  float: left;
  width: 23.5%;
  /*min-width: 300px;*/
  height: 395px;
  overflow: scroll;
  overflow-x: hidden;
  border-bottom: 4px solid black;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
}
.column::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.chronicle{
  float: left;
  width: 23%;
  /*min-width: 300px;*/
  height: 100px;
  text-align: center;
  margin-left: 0vw;
}

h1.chronicles{
    font-size: max(25px, 1.8vw);
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.filter-form{
    margin-left: 10px;
    margin-bottom: 5px;
}

.yat{
    /*margin-top: 5px;*/
    height: 40px;
    /*margin-left: 5px;*/
}

.post{
    padding-top: 20px;
}
.text{
    border-bottom: 2px solid black;
    text-justify: auto;
}

.tag{
    color: blue;
    font-size: 14px;
    font-weight: bold;
}
.tags{
    font-weight: bold;
    font-size: 16px;
    border: 3px dashed black;
}

.tags_button{
    font-style: italic;
    font-size: 14px;
}

.all_tags_header{
    margin-left: 10px;
}

.all_tags{
    border: 2px dashed grey;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 20px;
    padding: 10px;
    max-width: 100vw;
}

.scan-header {
  float: left;
  width: 70%;
  padding: 10px;
  text-align: center;
}

.scan-header-data {
  float: left;
  width: 30%;
  padding: 10px;
  text-align: center;
}

.scans-headers:after {
  content: "";
  display: table;
  clear: both;
}


li.header_scan_link{
    font-weight: bold;
    text-align: center;
    font-size: 26px;
}

.scan_link_row{
    display: table;
}

ul.scan_link{
    margin-top: -30px;
    margin-left: -30px;
}

ul li.scan_link{
    display: inline;
}
ol li.scan_link{
    height: 140px;
    min-width: 860px;
    margin-bottom: 5px;
}

.scan_link{
  font-size: 20px;
  text-align: justify;
}

div.scan_link{
  float: left;
  width: 70%;
}

a.scan_link{
   color: black;
}

button.scan_link{
    float: left;
    margin-left: 13%;
    margin-top: 10px;
    border-radius: 8px;
    border-width: 0;
    background-color: #1E90FF;
}

.scan_link_button{
    width: 30%;
}

img.scan-image{
  margin-top: 2%;
  width: 100%;
}

.scan-image{
  float: left;
  width: 54%;
}

.scan-image-small{
  margin-left: 2%;
  float: left;
  width: 54%;
}

.highlight{
    background-color: yellow;
}

.row:after {
  display: table;
  clear: both;
}

.filter_button{
    margin-left: 10px;
    margin-bottom: 10px;
}

.autocomplete {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

.page-input{
  background-color: #f1f1f1;
  width: 85%;
  margin-left: 5%;
}

.btn-form-submit{
  margin-left: 3%;
}

.form-auto{
  width: 80%;
  display: table;
  margin: 0 30% 0 15%;
}

select{
  margin-left: 2%;
  font-size: 16px;
  border-radius: 5px;
}

input[type=submit] {
  /*background-color: DodgerBlue;*/
  /*color: #fff;*/
    cursor: pointer;
    /*margin-right: 5px;*/
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.input_form{
    width: 300px;
    height: 40px;
    border-radius: 5px;
    margin-top: 5px;
}

.search-btn{
    height: 40px;
    margin-left: 5px;
    width: 100px;
}

.column-text{
  padding: 20px 10px 10px 30px;
  float: left;
  width: 20%;
  height: 610px;
  overflow: scroll;
  overflow-x: hidden;
  border: 2px solid;
}

.text1{
    margin-left: 2%;
    margin-right: 1%;
    text-align: justify;
}
.text2{
    text-align: justify;
    margin-left: 1%;
    margin-right: 1%;
}
.edit-text-form{
    margin-top: 1%;
    max-width: 40vw;
}

.edit-text{
    position: relative;
  padding: 20px 10px 10px 30px;
  float: left;
  width: 34vw;
  height: 500px;
  overflow: scroll;
  overflow-x: hidden;
  border: 2px solid;
    margin-top: 1%;
    margin-left: 2%;
    margin-right: 1%;
    text-align: justify;
}

.edit-text-submit{
    max-width: 10vw;
    position: relative;
    font-size: min(1.2vw, 18px);
}

.title-input{
    position: relative;
    width: 25vw;
    margin-left: 1vw;
}
.new-tab{
    width: 40px;
}

.info{
    margin-left: 10px;
    margin-right: 20px;
}
.login-form{
    font-size: 16px;
    margin: auto;
    padding-left:10%;
    padding-right: 10%;
    width: 40%;
    border: 1px solid black;
}
.login-button{
    position: relative;
    margin-left: 20%;
    margin-bottom: 20px;
    text-align: center;
    width: 60%;
}
h2.login{
    margin: auto;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
/* news */

.news-view{
    width: 96%;
    margin-left: 2%;
    border-radius: 10px;
    border: 1px solid black;
    padding: 10px;
    margin-bottom: 1%;
}

.news-datetime{
    color: grey;
    float: right;
}

.news-text{
    padding-top: 35px;
    font-size: 17px;
}

.news-add-form{
    width: 30%;
    margin-left: 2%;
    border-radius: 10px;
    border: 1px solid black;
    padding: 10px;
    margin-bottom: 1%;
}

.form-control{
    width: 90%;
}
.counter{
    color: grey;
    margin-left: 2%;
}

.news-image{
    width: 20%;
}
.open-section{
    color: black;
    font-size: 24px;
    font-family: "Times New Roman";
}

.info-section{
    margin-bottom: 5px;
}

.page-changer{
    margin-left: 10px;
}
.page-input-changer{
    /*margin-right: 10px;*/
}
.page-change-form{
    margin-bottom: 50px;
      /*display: table;*/
}
