/* @import url(//fonts.googleapis.com/css?family=Righteous); */
/* @import url(//fonts.googleapis.com/css2?family=Poppins:wght@400;700;800;900&display=swap); */
@import url(//fonts.googleapis.com/css2?family=Poppins);
/* @import url(//fonts.googleapis.com/css?family=Oswald); */

* {
    /* font-family: "Righteous", arial, helvetica, sans-serif !important; */
    font-family: "Poppins", arial, helvetica, sans-serif !important;
        /* font-family: "Oswald", arial, helvetica, sans-serif !important; */
        outline-style:none;
        box-shadow:none;
        border-color:transparent;
    margin:0px;
    padding:0px;
    margin: 0px;
    font-size: 15px;
    /*color: #636b6f !important;*/
    box-sizing: border-box;
  }

  a:hover {
    /* text-shadow: 2px 2px black; */
  }
  html {
    background-color: #23222b;
    /* background-color: white; */
  background-color: #f2f2f2 !important;
  overflow-x: hidden;
  overflow-y: scroll;
    width: 100% !important;
    position: absolute;
    right: 0px;
    left: 0px;
    /* background-image: url("../images/background_img.png"); */
  /* background-color: #0f0f0f !important; */
    /* background-color:rgb(51, 51, 51) !important; */
    /* background-color:#CFD78C !important; */
    vertical-align: middle;
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
  }
  a { 
      text-decoration: none;
      color: white;
      cursor: pointer;
      }
  
  ::-moz-placeholder {
    opacity: 0.5;
  }
  pre {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
        white-space: pre-wrap; /* CSS3 */
      white-space: -moz-pre-wrap; /* Mozilla, post millennium */
      white-space: -pre-wrap; /* Opera 4-6 */
      white-space: -o-pre-wrap; /* Opera 7 */
      word-wrap: break-word; /* Internet Explorer 5.5+ */
  }
/* ==== */
body {
    width: 100%;
    min-height: 100vh;
    /* border: 1px solid orange !important; */
    margin: 0 auto;
    /* background-color: #718957; */
}


@media only screen and (max-width: 1200px) {
  body {
  width: 100%;
   }
 }

 @media only screen and (min-width: 1900px) {
  body {
  width: 1400px;
   }
 }


 @media only screen and (min-width: 2900px) {
  body {
  width: 85%;
   }
 }


 /* Stil za onemogućene inpute */
input:disabled,
select:disabled,
button:disabled,
textarea:disabled {
    background-color: #ccc !important; 
    color: #777; /* Siva boja teksta */
    cursor: not-allowed; /* Kursor kada je onemogućeno */
}

 /* general end  */
/*=====================*/ 

#main_top_div {
  position: relative;
  width: 100%;
  height: 38px !important;
/* border: 1px solid red; */
  font-size: 20px;
  color: white;
/* background-color: #171C28; */
  /* background-color: #CFD78C; */
  background-color: #718957;
  /* z-index: 5; */
  /* padding-top: 3px; */
  /* display: none; */
}

#logo_img {
  position: absolute;
  left: 5px;
  top: 2px;
  vertical-align: middle;
  margin-right: 5px;
  /* border: 1px solid blue; */
  width: 270px !important;
}

#login_div {
  position: absolute;
  right: 10px;
  top: 3px;
  float: right;
  /* border: 1px solid orange; */
  letter-spacing: 2px;
  z-index: 10 !important;
  /* font-weight: bold;  */
}


#login_div a {
  color: white;
  letter-spacing: 2px;
  /* border-radius: 5px;   */
  font-size: 20px !important;
  text-shadow: unset;
  margin-right: 25px;
}



#login_div img {
  width: 32px;
  position: relative;
  bottom: 2px;
  vertical-align: middle;
}


/* nav bar  */

#main_nav_bar_div {
    /* border: 1px solid red; */
    position: sticky;
    width: 100%;
    /* height: 150px; */
    top: 0px;
    /* right: 0px; */
    text-align: center;
    background-color: white;
    z-index: 5;
    margin: 0 auto !important;
}


#main_nav_bar_div a {
    border: 2px solid transparent;
    padding: 8px;
    /* margin-right: 5px; */
    font-size: 26px !important;
    color: white;
    letter-spacing: 2px;
    /* border-radius: 5px;   */
    font-size: 20px !important;
    color: #718957 !important;
    font-weight: bold;
    text-shadow: unset;
    /* border: 2px solid red; */
    margin: 0 auto;
}

#main_nav_bar_div a:hover {
  border-bottom: 1px solid #718957;
}

@media only screen and (max-height: 420px) {
  #main_nav_bar_div a {
    font-size: 20px !important;
  }
}


/* ================  */

@media only screen and (max-width: 900px) {

#login_div {
  display: none;
}

}



/* white menu  */

#white_menu_div {
  position: relative;
  top: 0px;
  height: 55px;
  display: none;
  border-radius: 10px;
/* border: 1px solid blue; */
z-index: 5 !important;
text-align: center !important;
}

@media only screen and (max-width: 900px) {
#white_menu_div {
  display: flex;
  vertical-align: center;
  }
}


#white_menu_div img {
  width: 35px;
  height: 35px;
  /* border: 1px solid red; */
}


#nav_bar_div {
  /* border: 1px solid blue; */
  position: relative;
  width: 100% !important;
  margin: 0 auto;
 /* background-color: rgba(0,0,0, 0.0); */
  background-color: #303030;
  background-color: white;
  color: white;
  /* font-size: 23px; */
  /* height: 40px; */
  padding: 10px 0 10px 0;
 }
 
 
 #nav_bar_div img {
   width: 35px;
   vertical-align: middle;
 }
 
 /* ================  */
 
 
 @media only screen and (max-width: 900px) {
 
 #nav_bar_div {
   display: none; 
 }
 }


#div_for_toggle {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100vh;
  /* border: 1px solid green; */
  z-index: 2;
  display: none;
}

#active_url_div_menu {
text-align: left;
position: absolute !important;
top: 60px;
right: 5px;
background: -webkit-gradient(linear, bottom, left 80px, from(black), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 80px);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#CCCCCC)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #EEEEEE 20px,#CCCCCC 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#CCCCCC)); /* Chrome,Safari4+ */
padding: 0 10px 0 10px;
/* border: 1px solid #A6A6A6; */
display: none;
z-index: 7 !important;
border-radius: 5px;
letter-spacing: 2px;
}

#active_url_div_menu a {
  position: relative !important;
  padding: 10px;
  display: flex;
  background-color: #718957;
  font-size: 17px !important;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
  text-shadow: 0px 0px;
  color: white !important;
  text-align: left !important;
}

#active_url_div_menu img {
  width: 35px;
  height: 35px;
  /* border: 1px solid red; */

} 

/* === */

/* vertical div  */

#main_vertical_div {
  position: absolute;
  height: 500px;
  z-index: 5;
  color: white;
  /* border: 1px solid red; */
}
  #vertical_div {
    writing-mode: vertical-lr;
    text-orientation: mixed; 
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: absolute;
    top: 15px;
    left: 10px;
      color: white;
  /* border: 1px solid white; */
      /* color: white; */
    /* font-weight: bold; */
    letter-spacing: 4px;
    z-index: 4;
}

#vertical_div h3 {
  font-size: 19px !important;
}
/* } */

@media only screen and (max-width: 770px) {

  #active_url_div_menu a {
    font-weight: unset;
  }

  #vertical_div {
    /* display: none; */
    left: 4px;
  }

  #vertical_div h3 {
    font-size: 16px !important;
    letter-spacing: 2px;
  }
}


#bull_div, #bull_div_2 {
    position: absolute;
    display: inline-block; 
    display: none;
    animation: blink-opacity 1s linear infinite;
}

@keyframes blink-opacity {
    0%, 100% { opacity: 1; }
    80% { opacity: 0.7; }
}

#bull_span {
    position: absolute;
    right: -5px;
    top: -18px;
    font-size: 30px;
    animation: blink-color 1s linear infinite;
}

@keyframes blink-color {
    0%, 100% { color: orangered; }   /* zelena */
    10% { color: red; }        /* žuta */
}

@media only screen and (max-height: 710px) {
  #vertical_div {
    /* display: none; */
  }
}
/* =============  */

