/*! Place your custom styles here */
.input-select:after {
	padding: 0.2em 0.2em;
}

#noscript_alert {
    font-family: monospace;
    position: fixed;
    top: 10px;
    left: 10px;
		right: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    color: #fff;
    background-color: rgba(234, 89, 96, 0.9);
    padding: 10px 5px 10px 5px;
    z-index:9999 !important;
		height: auto;
    min-height: 20px;
		border-radius: 5px;

}

#loading{
	position:fixed;
	left:0px; right:0px; top:0px; bottom:0px;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	background-color: #EDEDED;
	background-image: url('../img/loading_fast.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	z-index: 100;
	visibility: visible;
}

#saving{
	position:fixed;
	top:30px; right:180px; height: 10px; width:96px;
	background-image:url('../img/progress_hz_blue_small.gif');
	/*background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center;
	z-index: 99;*/
}

#saved{
	position:fixed;
	left:10%; right:10%; top:10%; bottom:10%;
	background-image:url('../img/check48.png');
	background-repeat:no-repeat;
	background-attachment:local;
	background-position:center;
	z-index: 99;
}

#error_save{
	position:fixed;
	left:40%; right:40%; top:40%; bottom:40%;
	background-image:url('../img/error_save.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	z-index: 99;
}

[data-section="edit-polaznici"] .accordion__content
{
	background-color: #DEDEDE;
	border: solid 1px gray;
	padding: 0.2em 0.2em 0 0.2em;
	border-radius: 5px;
}

[data-section="edit-polaznici"] .accordion__title{
	margin-bottom:0.1em;
	font-size: 125%;
	border-top: 1px solid silver !important;
	border-left: 1px solid silver  !important;
	border-bottom: 1px solid silver  !important;
	border-right: 1px solid silver  !important;

}



[data-section="edit-polaznici"] .accordion li .accordion__title span {
	left: 2.0em;
}

form.edit_polaznik{
	width: 100%;
}

form.edit_polaznik:after {
	display:none;
}

form.edit_polaznik button[type=submit]{
	width: 25%;
	color: navy;
	margin: 0.5em;

}
form.edit_polaznik p{
	background-color: white;
	text-align: right;
	margin-left: -0.25em;
	margin-right: -0.30em;

	border: solid 1px gray;
  border-radius: 5px;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;

}

.pw_field{
  font-family: 'text-security-disc' !important;

}


.pw_field::-webkit-input-placeholder { /* WebKit browsers */
  font-family: monospace !important;
}

.pw_field:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-family: monospace !important;
}

.pw_field::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-family: monospace !important;
}

.pw_field:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-family: monospace !important;
}

.accordion .accordion__title:before {
    content: '' !important;
}

.accordion li.active .accordion__title::after {
  content: '\e80d';

}

.accordion .accordion__title::after {
    font-family: "stack-interface";
    content: '\e80a';
    margin-right: 0.5 em;
    color: #000000;
    float: right;
}


/* input[name="korisnik"]        */
div.input_field::before{
  line-height: 1;
  vertical-align: top;
  position: relative;
  top: 0.5em;
  display: block;
  left: 0.5em;
  float: left;
  font-style: italic;
  font-size: 100%;
  z-index: 9;
  background-color: white;
  border: solid 0.2em white;
  border-radius: 3px;
}

.footer-container h6{
  font-size: 125%;
  margin-top: 1.5em;
}

.footer-container h6:not(:last-child), .h6:not(:last-child) {
  margin-bottom: 0.1em;
}

.tabs{
  margin-top: 1.85714286em;
  margin-bottom: 0.5em;
}
.tabs li{
  width: 200px;
}

/*
div.input_field[data-field="phone"]::before{
  content: "Kontakt telefon*";
}
div.input_field[data-field="mb"]::before{
  content: "Matični broj*";
}
*/