@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&family=PT+Serif:wght@400;700&display=swap');
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease-out;
}
body {
  background-color: #ebebe3;
}
.btn {
  padding: 2px .75rem;
}
a {
  color: #897768;
  text-decoration: underline;
}
a:hover {
  color: #000
}
h2.h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'PT Serif', serif;
}
h3.h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 15px 0 20px 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #897768;
  font-family: 'PT Serif', serif;
}
.edukia {
  background-color: #fff;
  padding: 20px 15px;
}
.goiburua {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goiburua img {
  max-width: 200px
}
.goiburua .btn-close {
  padding: 1.25em 50px;
  display: flex;
  align-items: center;
}
.goiburua .btn-close span {
  margin-left: 25px;
}
.erreserba-data {
  align-items: center;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  padding: 10px 0;
}
.erreserba-goi {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  padding: 10px 0;
  justify-content: space-between;
}
.erreserba-goi .btn i {
  margin-right: 10px;
}
.erreserba-goi h2.h2 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}
.zenbat {
  display: flex;
}
.zbt-idatzi {
  margin-right: 5px;
  ;
}
.zenbat label {
  boder-radius: 0;
  cursor: pointer;
  font-weight: 700;
}
.zenbat label:hover {
  background-color: #897768;
  color: #fff;
}
.kokapena {
  display: flex;
  justify-content: center;
  width: 100%;
}
.kokapena label {
  boder-radius: 0;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0 5px;
  width: 33%;
}
.kokapena label {
  boder-radius: 0;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0 5px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.kokapena label:hover {
  background-color: #eee;
  border: 1px solid #333;
}
.kokapena .k-ba {
  border: 1px solid #ab6213;
  color: #ab6213
}
.kokapena .k-te {
  border: 1px solid #1385ab;
  color: #1385ab
}
.kokapena .k-ka {
  border: 1px solid #ffbb00;
  color: #ffbb00
}
.kokapena label img {
  margin-right: 10px;
}
.kokapena img {
  max-width: 50px;
}
.botoiak {
  display: flex;
  justify-content: space-between;
}
.botoiak button {
  margin: 2px;
}
.erreserba-list .list-group-item {
  background-color: #eee;
  border-color: #eee;
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
  padding:4px;
}
.list-datuak {
  display: flex;
  margin-bottom: 0;
}
.list-datuak img {
  max-width: 30px;
}
.list-datuak .datuak-non {
  background-color: #fff;
  padding: 0 10px;
  border-radius:0;
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
  width: 80px;
	justify-content: space-between;
}

.erreserba-list .list-datuak p {
  font-size: 16px;
  margin-bottom: 0;
}
.erreserba-list .list-datuak p.izena {
  font-size: 16px;
  margin-bottom: 0;
  font-family: 'PT Serif', serif;
  font-weight: 600;
  color: #333;
}
.erreserba-list p.oharra {
  margin: 0;
  font-size: 14px; 
  line-height: 18px;
  padding:2px 0 2px 90px;
}
.btn-ikusi {
  background-color: #615449;
  color: #fff;
}
.btn-ikusi:hover {
  background-color: #f1b000;
  color: #fff;
}
.botoiak-2 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.botoiak-2 button {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #000;
  margin: 5px;
}
.botoiak-2 button.btn-print:hover, .botoiak-2 button.btn-gehitu:hover {
  background-color: #000;
}
.botoiak-2 button.btn-print {
  background-color: #1700f1;
}
.botoiak-2 button.btn-gehitu {
  background-color: #06b00e;
}
.botoiak-2 i {
  font-size: 22px;
  color: #fff;
}
footer {
  text-align: center;
  font-family: 'PT Serif', serif;
  padding: 20px 0;
}
footer a {
  font-weight: 700;
}
.grisa {
  filter:  grayscale(100%);
}
#mahaiak {
  
}
.fc-day-today {
    background-color: transparent !important;
}
@media (max-width: 500px) {
  .kokapena label {
    flex-direction: column;
    text-align: center;
  }
  .kokapena label img {
    margin: 0;
  }
  .loader
  {
    left: 35% !important;
  }
}
@media (max-width: 400px) {
  .goiburua img {
    max-width: 150px
  }
}
#mahaiakModal{
  padding-top: 50px;
}



/*Marrazkiak*/

#colorButtonBox{
  height: 60px;
  background:rgb(210,210,210);
  padding:5px;
  margin:5px;
  border-radius:10px;
  bottom:0;
}
#colorButton {
  transition: .1s linear;
  position: relative;
  float:left;
  margin:5px;
  border-radius:5px;
  width: 40px;
  height: 40px;
  z-index: 3;
}
#eraserButton {
  transition: .1s linear;
  position: relative;
  float:left;
  margin:5px;
  border-radius:50%;
  width: 40px;
  height: 40px;
  z-index: 3;
  background:white;
}
#eraserButton:hover {
  width:30px;
  height:30px;
  margin:10px;
}

#eraserButton2 {
  transition: .1s linear;
  position: relative;
  float:left;
  margin:5px;
  border-radius:50%;
  width: 40px;
  height: 40px;
  z-index: 3;
}
#eraserButton2:hover {
  width:30px;
  height:30px;
  margin:10px;
}

#colorButton:hover {
  transition: .1s linear;
  width:45px;
  height:45px;
  margin:2.5px;
}

.black {
  background:black;
}
.blue {
  background:blue;
}
.red {
  background:red;
}
.green {
  background:green;
}
.yellow {
  background:yellow;
}

@media print {
    /* styles here */

    .list-group-item {
      padding-top: 0px;
      padding-bottom: 0px;
    }
}

/* LOADER */

.loader-div {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 10px;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
}

#loader-background
{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 50%;
}

.loader
{
  left: 47%;
  top: 40%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: fixed;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after{
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #3498db;
}

#loader-1:before{
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after{
  border: 10px solid #ccc;
}

@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#loader-bg {
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #42423d52;
    z-index: +2;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #6c757d; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes stroke {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

//
