.cursor_pointer {
	cursor: pointer;
}

.cursor_normal {
	cursor:  progress;
}

.text_dotted {
	text-decoration: underline dotted;
}

.bg-aktivni {
	color: #57c974;
}

.bg-neaktivni {
	color: #ff0000;
}

.tucne {
	font-weight: bold;
}

.img_10 {
	width: 100px;
}

.field-icon {
  float: right;
  margin-left: -25px;
	margin-right: 10px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.bg-user-login {
	background-color: #e9f1fe !important;
  color: #2c77f4 !important;
}

table.dataTable thead tr {
  background-color: #e9f1fe !important;
}

.dropdown-color {
	color: #212529 !important;
}

.portlet-headbg {
	background: #19ae9f !important;
}

.blink {
      animation: blink 2s steps(5, start) infinite;
      -webkit-animation: blink 1s steps(5, start) infinite;
    }
@keyframes blink {
	to {
		visibility: hidden;
	}
}
@-webkit-keyframes blink {
	to {
		visibility: hidden;
	}
}	