/*Custom CSS goes here*/
.morris-hover {
	position: absolute;
	z-index: 1000
}

.morris-hover.morris-default-style {
	border-radius: 10px;
	padding: 6px;
	color: #666;
	background: rgba(255, 255, 255, 0.8);
	border: solid 2px rgba(230, 230, 230, 0.8);
	font-family: sans-serif;
	font-size: 12px;
	text-align: center
}

.morris-hover.morris-default-style .morris-hover-row-label {
	font-weight: bold;
	margin: 0.25em 0
}

.morris-hover.morris-default-style .morris-hover-point {
	white-space: nowrap;
	margin: 0.1em 0
}

.fontawesomeicons i, .fontawesomeicons h4 {
	color: #000000 !important;
}

#qunit-tests .badge {
	font-size: 1.5em !important;
}

.specialrichtext .ql-toolbar-container i {
	margin-right: 5px !important;
	width: 11px !important;
}

#prioritieslist .list-group-item {
	cursor: pointer;
	padding: 3px;
	margin-left: 0px;
}
#progressDialog .dijitDialogCloseIcon {display:none;}
.mblListItemIcon {
  position: relative;
  float: left;
  line-height: normal;
  margin-top: 17px;
  margin-bottom: 15px !important;
  margin-right: 11px;
}
a:active {
    color: yellow;
    background-color: gray;
    text-decoration: underline;
}
a:link {
    color: white;
    text-decoration: none;
}
image{
	border:0;
}
.mobile body {
    color: white;
    background-color: #e8e8e8;
    font-family: Helvetica, Arial, sans-serif;
}
.mblListItem {
    position: relative;
    overflow: hidden;
    padding: 0 8px;
    height: 64px;
    list-style-type: none;
    line-height: 64px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #313431;
    background-color: #ffffff;
    font-size: 19px;
    font-weight:bold;
    color: #313031;
}
.mblRoundRectList {
    margin: 7px 9px 16px;
    padding: 0;
    border: 1px solid #000000;
    border-radius: 8px;
    background-color: #cfcfcf;
}
.mblEdgeToEdgeList {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}
.button {
   border-top: 1px solid #999999;
   background: #999999;
   background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#999999));
   background: -webkit-linear-gradient(top, #999999, #999999);
   background: -moz-linear-gradient(top, #999999, #999999);
   background: -ms-linear-gradient(top, #999999, #999999);
   background: -o-linear-gradient(top, #999999, #999999);
   padding: 3.5px 7px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 10px !important;
   font-family: Helvetica, Arial, Sans-Serif;
   font-weight: bolder;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
 .my-button {
  background-color: rgb(0,117,187);
  color: #fff;
  font: bold 16px Arial, Sans-serif; 
  border: none;
  margin-left:10px;
  margin-top:10px;
  margin-bottom:10px;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 200px;
}
.my-button.waiting {
 color: #fff;
}
.my-button.waiting::after {
	content:"...";
 animation: colorChange 1s infinite;
}
@keyframes colorChange {
  0% {
    color: #fff; /* Početna boja teksta */
  }
  50% {
    color: rgb(0,117,187); /* Prva boja tijekom čekanja */
  }
  100% {
    color: #fff; /* Druga boja tijekom čekanja */
  }
}

.my-button:hover {
  background-color: #0056b3;
}
span.message {
  display: inline-block;
  padding: 8px 12px;
  background-color: inherit;
  color: #000;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}
.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.message-container {
       text-align: center;
    max-width: 600px;
    margin: 10px auto;
    background-color: white; /* bijela pozadina */
    color: #777; /* tamno siva boja teksta */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* lagana sjena */
        }

 .redirect-button {
            display: inline-block;
            margin:10px;
            padding: 10px 20px;
            background-color: rgb(0,117,187);
            color: white;
            text-decoration: none;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        .redirect-button:hover {
            background-color: #0056b3;
        }
        
.loader {
	display: none;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1.5s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.visible {
  display: block !important; /* Vidljivost */
}