/* colours */
:root{
  --primary: #557600;
  --secondary: #558600f5;
  --title: #212020;
}

@view-transition {
    navigation: auto;
}

/* layout styles */
nav{
  background: var(--primary);
  border-bottom: 10px solid var(--secondary);
}
nav a{
  font-weight: bold;
  
  color: var(--title);
}
nav a span{
  font-weight: bold;
}
nav .sidenav-trigger{
  margin: 0;
}

/* recipe styles */
.recipes{
  margin-top: 20px;
}
.card-panel.recipe{
  border-radius: 8px;
  padding: 10px 10px;
  box-shadow: 0px 1px 3px rgba(90,90,90,0.1);
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 18fr 4fr;
  grid-template-areas: "image details delete";
  position: relative;
  border: 2px solid #A69C0F;
  background-color: white;
}
.recipe img{
  grid-area: image;
  max-width: 40px;
}
.recipe-details{
  grid-area: details;
  margin-top: 1px;
}
.recipe-delete{
  grid-area: delete;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.recipe-delete i{
  font-size: 18px;
}
.recipe-title{
  color:#A69C0F !important;
  font-size: 18px;
  font-weight: bold;
  text-align: start;
}
.recipe-ingredients{
  font-size: 18px;
  font-weight: bold;
}

/* form-styles */
.add-btn{
  background: var(--title) !important;
}
input{
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.side-form button{
  background: var(--title);
  box-shadow: 1px 1px 3px rgba(90,90,90,0.2);
}
form .input-field{
  margin-top: 30px;
}
.alert_error {
  display: block; margin-left: auto; margin-right: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
  background: #F3D9D9 url(../img/icn_alert_error.png) no-repeat; background-position: 10px 10px; border: 1px solid #D20009; color: #7B040F;
  padding: 10px 5px; text-indent: 40px; font-size: 14px;
}
.alert_success {
  display: block; margin-left: auto; margin-right: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; 
  background: #E2F6C5 url(../img/icn_alert_success.png) no-repeat; background-position: 10px 10px;
  border: 1px solid #79C20D; color: #32510F; padding: 10px 5px; text-indent: 40px; font-size: 14px;
}

.mob-login-container {
  background-image: url("../img/login_backimg.PNG");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 100%;
  height: 100vh;
}
.login-form{
  width: 400px;
  background-color: rgba(115, 103, 41, 0.9);
  /* padding: 20px; */
  border-radius: 40px;
  box-shadow: 0px 1px 3px rgba(90,90,90,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.modal-title {
    text-align: center;
    align-self: center;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.modal-title2 {

    font-size: 23px;
    font-weight: 600;
    /* margin-top: 10px; */
    margin-bottom: 10px;
  /* color:#A69C0F; */
}

.inner-form-container {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
    /* border: 1px solid black; */
    /* margin-left: 20px; */

}

.btn-style {
    background-color: #A69C0F;
    color: white;
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    
}

.modal-body2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* border:1px solid black; */
    /* align-items: center; */
    justify-content: center;
}
.logo-img{
  width: 100%;
    height: 100px; 
                    
}
.logo-img2{
  width: 210;
    height: 70px; 
  margin:8px;
margin-left: 0px;                   
}

.nav-inner-container{
  padding: 10px 20px;
}


.contact-heading{
  color: #A69C0F;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  /*margin-top: 20px;
  margin-bottom: 20px;
  */
}

.contact-title{
  color: #A69C0F;
  font-size: 18px;
  /* text-align: center; */

}

@media (max-width: 600px) {
 
    .login-form{
      width: 300px;
    }
    
    
    .inner-form-container {
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      /* border: 1px solid black; */
      /* margin-left: 20px; */
    
    }
    .logo-img2{
      width: 85px;
      height: 30px; 
      margin:2px;
      margin-left: 0px;
    }
    .nav-inner-container{
      padding: 4px 5px;
    }
    
    .modal-title2 {

      font-size: 12px;
      /* font-weight: 600; */
      /* margin-top: 10px; */
      /* margin-bottom: 10px; */
      /* color:#A69C0F; */
    }

    
  .contact-heading{
    font-size: 20px;
  }

  .contact-title{
    font-size: 12px;
  }
  
  

}
.hunter-select {
  display: block;
  position: absolute; 
  z-index:2;
  top:100px; 
  width: 96%;
  height: 96%;
  margin: 20px 10px;
  border: 2px solid #666002;
  background-color: #d3d2ce;  
  border-radius: 8px;
  padding: 10px 10px;
}
.hunter-select-pirs {
  display: block; 
  z-index:2;
  width: 96%;
  height: 96%;
  margin: 20px 10px;
  border: 2px solid #666002;
  background-color: #d3d2ce;  
  border-radius: 8px;
  padding: 10px 10px;
}
.hunter-select-bodovi{
  top:10px; 
  width: 96%;

  margin: 20px 10px;
  border: 2px solid #666002;
  background-color: #d3d2ce;  
  border-radius: 8px;
  padding: 10px 10px;
}
.lovac-form {
  display:block;
  width:100%;
  height:34px;
  
  font-size:14px;
  line-height:1.42857143;
  color:#555;
  border:1px solid #ccc;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.k-animation-container {
  color: black;
  background-color: rgb(124, 161, 115);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #4d451d;
  background: #736729;
  font-weight: normal;
  color: #ffffff;
}
.osmotreno{
  border-radius: 8px;
  padding: 10px 10px;
  box-shadow: 0px 1px 3px rgba(90,90,90,0.1);
  align-items: center;
  position: relative;
  border: 2px solid #A69C0F;
  background-color: white;
}
.date{
  font-size: 14px;
  font-weight: bold;
  text-align: start;
}
.event{
  font-size: 12px;
  font-weight:normal;
  text-align: start;
}
.month{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 5px;
  padding: 5px;
  background: #ecd9b3;
  border: #666002 solid 1px;
  border-radius: 5px;
}
.day{
  margin: 5px;
  padding: 4px;
  background: #cbcac8;
  border: #666002 solid 1px;
  border-radius: 5px;
  text-align: start;
}