@media print {
	.radio label::after {
		background-color: #555555 !important;
	}

	.radio label::before {
		background-color: #fff !important;
	}

	::-webkit-input-placeholder {
		color: transparent !important;
	}

	:-moz-placeholder {
		/* Firefox 18- */
		color: transparent !important;
	}

	::-moz-placeholder {
		/* Firefox 19+ */
		color: transparent !important;
	}

	:-ms-input-placeholder {
		color: transparent !important;
	}

	h4 {
		page-break-before: always;
		font-size: 18px;
		font-weight: bold;
	}

	h4.noNP {
		page-break-before: avoid;
	}

	button {
		visibility: hidden;
		width: 1px;
	}

	.container {
		width: 800px;
	}
}

.text-bold {
	font-weight: bold;
}

.glyphicon-bell-slash::after {
	content: "";
	left: 5px;
	position: absolute;
	width: 2px;
	height: 13px;
	transform: skewX(45deg);
	background-color: #fff;
}

.html {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

.html ul {
	padding-top: 0px;
}

.icon-list li {
	padding: 0 0 5px 20px;
	display: block;
	position: relative;
}

.icon-list li:before {
	font-family: "Glyphicons Halflings";
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 80%;
}

.arrow-list li:before {
	content: "\e080";
}

.display-flex {
	display: flex;
}

.white-space-nowrap {
	white-space: nowrap;
}

.margin-top10 {
	margin-top: 10px;
}

.padding-left10 {
	padding-left: 10px;
}
.padding-top10 {
	padding-top: 10px;
}
.padding-bottom10 {
	padding-bottom: 10px;
}

.header {
	background-image: url("../images/header_bg.png");
	background-color: #eee;
	height: 70px;
}

.header h1 {
	margin: 0;
	padding-top: 20px;
	padding-left: 30px;
	font-weight: bold;
}

.header h1 a,
.header h1 a:link,
.header h1 a:visited,
.header h1 a:hover {
	color: #333333;
}

.header h1 a:hover {
	text-decoration: none;
}

.header .logos img {
	height: 30px;
	width: auto;
	margin-top: 20px;
	margin-right: 10px;
}

@media (min-width: 768px) {
	.header .logos img {
		height: auto;
		margin-top: 10px;
		margin-right: 30px;
	}
}

.footer {
	background-image: url("../images/footer_bg.png");
	background-color: #fff;
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}

.footer ul {
	margin: 0px;
	padding-left: 15px;
}

.footer ul {
	margin: 0px;
}

.hand {
	cursor: pointer;
}

.navbar {
	min-height: 30px;
}

.navbar-nav > li > a {
	font-size: 13px;
	padding-top: 12px;
	padding-bottom: 12px;
	outline: 0;
}

@media (max-width: 900px) {
	.navbar-nav > li > a {
		font-size: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.navbar {
	margin-bottom: -1px;
	border-radius: 0;
}

.navbar-submenu {
	background-color: #e7e7e7;
	margin-bottom: 20px;
}

.navbar-submenu .nav > li.active > a,
.navbar-submenu .nav > li > a:hover {
	text-decoration: none;
	background-color: #eeeeee;
	color: #222;
}

.divider-vertical {
	/*ne uporabljam!!!*/
	height: 30px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 7px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #fff;
}

.nav-tabs a {
	outline: 0;
}

.header-fixed {
	width: 100%;
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
	display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
}

.header-fixed > tbody {
	overflow-y: auto;
	height: 350px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
	width: 33%;
	float: left;
}

.table-hover > tbody > tr:hover {
	cursor: pointer;
}

.table-hover tbody tr.noHover:hover {
	background-color: transparent;
	cursor: default;
}

h5 {
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	font-weight: bold;
}

.izbiraDisabled {
	color: #9a9a9a;
}

.mdAlert {
	display: none;
	position: fixed;
	top: -2px;
	z-index: 9999;
	width: 900px;
	left: 50%;
	transform: translate(-50%, 0);
}

.leftRadious {
	border-bottom-left-radius: 3px !important;
	border-top-left-radius: 3px !important;
}

.hidden1 {
	display: none;
}

.containerCPV .btnSort {
	cursor: move;
}

.containerCPV .sort {
	width: 15px;
	text-align: center;
}

.containerCPV .cpv {
	width: 120px;
}

.containerCPV .akcija {
	width: 50px;
}

.containerCPV .opis {
	width: 120px;
}

.sortable-placeholder {
	height: 30px;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	border-radius: 4px;
	outline: 1px solid #26a0da;
	background-color: #eaf4f8;
}

.GradnikNaslov {
	position: relative;
}

.GradnikNaslov .zbrisi {
	position: absolute;
	top: -1px;
	right: -1px;
	font-size: 16px;
}

.panelContanerforButton {
	position: relative;
}

.panelContanerforButton .zbrisi {
	position: absolute;
	top: -1px;
	right: -1px;
	font-size: 16px;
}

.gray {
	color: #777777;
}

.noBold {
	font-weight: normal;
}

hr.divider {
	margin-left: -15px;
	margin-right: -15px;
}

.red {
	color: #a94442;
}

.green {
	color: #468847;
}

.text-error {
	color: #a94442;
	font-weight: bold;
	padding-top: 8px;
}

.text-error span {
	padding-top: 0px;
	margin-top: 0px;
}

.text-error span.glyphicon {
	font-size: 20px;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}

a.mdError,
h5.mdError,
strong.mdError,
label.mdError,
span.mdError,
div.mdError {
	color: #a94442 !important;
	cursor: pointer;
}

input.mdError {
	border: 1px solid #a94442;
}

textarea.mdError {
	border: 1px solid #a94442;
}

.popover-danger .popover-title {
	color: #a94442;
	font-weight: bold;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.popover-danger {
	min-width: 300px;
}

.login {
	width: 160px;
}

.login.inline {
	width: 300px;
}

.login input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.login input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.user-menu > img {
	border-radius: 25px;
	display: inline-block;
	height: 20px;
	margin: -2px 0 0 0;
	width: 20px;
}

.user-menu > span {
	display: inline-block;
	margin-left: 7px;
}

.table_full {
	padding: 0px;
}

.table_full table {
	margin-top: -1px;
	margin-bottom: -1px;
	margin-left: 0px;
	margin-right: 0px;
}

.h5_inline .radio-inline input {
	margin-top: 0px;
}

.h5_inline .padding-label {
	padding-right: 10px;
	padding-left: 10px;
}

.h5_inline {
	font-size: 12px;
	font-weight: normal;
}

.fileinput-button {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	font-size: 200px !important;
	direction: ltr;
	cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
	.fileinput-button input {
		filter: alpha(opacity=0);
		font-size: 100%;
		height: 100%;
	}
}

.opombaLektor {
	position: relative;
}

.opombaLektor button {
	position: absolute;
	top: -35px;
	right: 0px;
}

.popover {
	max-width: 500px !important;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
	border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none;
}

.tab-content > .active,
.pill-content > .active {
	display: block;
}

.tabs-below > .nav-tabs {
	border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
	margin-top: -2px;
	margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
	border-top-color: #ddd;
	border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
	border-color: transparent #ddd #ddd #ddd;
}

.nav-tabs-full {
	margin-left: -15px;
	padding-left: 15px;
	margin-right: -15px;
}

textarea.is-maxlength {
	padding-right: 75px;
}

.maxlength-container {
	position: relative;
}

textarea.is-maxlength + .maxlength-feedback {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 70px;
	padding-right: 0.25em;
	color: #333333;
	background-color: #f5f5f5;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	text-align: center;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.mdFooter {
	position: absolute;
	right: 20px;
	top: 0px;
	color: #999;
}

.table tr.noLine td {
	border-top: 0px;
}

.mdTooltip {
	font-size: 18px !important;
	cursor: pointer;
}

#prva_CPVKode {
	float: left;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	text-align: left;
	width: 400px;
	min-height: 31px;
	margin-top: 0px;
}

#prva_CPVKode i {
	float: left;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	border-radius: 3px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-style: normal;
	margin-right: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.btn-group .btn-default:focus {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}

.btn-group .btn-default.active {
	color: #333333;
	background-color: #e6e6e6 !important;
	border-color: #adadad !important;
}

.imgEU {
	margin-top: -1px;
}

.imgEU2 {
	margin-top: -3px;
}

.mdSelectPickerLeft .dropdown-menu {
	left: auto;
	right: 0px;
}

.okvir {
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 5px;
}

.mdAkcije {
	padding-top: 2px;
}

.mdAkcije .glyphicon {
	top: 2px;
}

.mdEdit {
	padding-top: 2px;
}

.mdEdit .glyphicon {
	top: 2px;
	left: -1px;
}

.mdSkupine {
	padding-top: 0.5px;
}

.mdSkupine .glyphicon {
	top: 3px;
}
