#makeCenter{
	position: absolute;
	left: 50%; 
	top: 50%;
	transform: translate(-50%,-50%);
	min-width: 80% !important;
	height: 50%;
}
.customInput{
	border: 1px solid #226be8;
}
.customButton{
	border-radius: 4px;
}
.detaljnaPretraga{
	color: #226be8;
	margin-top:20px;
	background: white;
	font-weight: 600;
	width: 50%;
}
@media only screen and (max-width: 575px){
	.customButton{
		border-radius: 4px;
		width: 100%;
	}
}
@media only screen and (max-width: 768px){
	#chart-legend{
		display: none;
	}
        #chart-legend-aktivnost{
		display: none;
	}
}
@media only screen and (min-width: 650px){
	.customInput{
		width: 600px !important;
	}
}
div.form
{
    display: block !important;
    text-align: center !important;
    margin-top: 40px;
}
form
{
    display: inline-block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left !important;
}
.hide{
	display: none !important;
}
.border{
	border: 1px solid #226be8 !important;
}
.btnFixed{
	position: fixed;
    top: 10px;
    right: 10px;
    border-radius: 0px !important;
    z-index: 1000;
}
.box-with-text {
  background-image: -webkit-linear-gradient(#aaa 50%, black 50%);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 100% 50px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-animation: stripes 2s linear infinite;
  animation: stripes 2s linear infinite;
}
@-webkit-keyframes stripes {
  100% {
    background-position: -50px 0;
  }
}
@keyframes stripes {
  100% {
    background-position: -50px 0 ;
  }
}
body, html {
  height: 100vh;
}
.bg:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('../img/grad.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -10;
    opacity: 0.6;
}
.inputCustom{
  margin-top: 450px;
  margin-left: 20px;
  margin-right: 20px;
}
.inputCustom2{
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.bg-white{
  background-color: white;
}
.bg-black{
  background-color: black;
}
.width100{
  width: 100% !important;
}
#warningBox{
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  z-index: 1000000 !important;
}
#loadingBox{
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  z-index: 1000000 !important;
}
#chart-legend{
    width:300px;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    position:absolute;
    right:120px;
    top: 60px;
}
#chart-legend li{
      color: #333;
      cursor: pointer;
      max-width: 100%;
      overflow: hidden;
      padding: 5px;
      text-overflow: ellipsis;
      white-space: nowrap;
}
#chart-legend-aktivnost li{
      color: #333;
      cursor: pointer;
      max-width: 100%;
      overflow: hidden;
      padding: 5px;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.legend-item {
        display: inline-block;
        height: 10px;
        margin-right: 5px;
        width: 10px;
        border-radius: 50%;
}
#chart-legend-aktivnost{
    width:300px;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    position:absolute;
    right:120px;
    top: 60px;
}
