.navbar-default {
	background-color: #0f0f0f;
	background-image: none;
	background-repeat: no-repeat;
}

.main-content {
	margin-left: 205px;
	margin-top: 65px;
	margin-right: 10px;
	padding-top: 20px;
	margin-bottom: 50px;
}

.breadcrumb {
	background-color: #232323;
	position: fixed;
	top: 37px;
	left: 200px;
	width: 100%;
	height: 35px;
	z-index: 99;
	padding: 0px;
	padding-left: 10px;
	padding-top: 7px;
	
}

.panel {
	border-radius: 5px;
	border: none;
	box-shadow: 0.1px;
	height: 100%;
}

.navbar-nav > li > a {
	padding-top: 7.5px !important;
	padding-bottom: 7.5px !important;
}

.navbar {
	min-height: 38px !important
}

.navbar-fixed-top {
	height: 30px;
}

.login-container {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-repeat: repeat-x;
	/*padding-top: 100px;*/
}

.login-box {
	z-index: 100;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 100%;
	max-width: 500px;
	/*background-color: rgba(255, 255, 255, 0.7);*/
	text-align: center;
	/*border: 2px solid #E4E4E4;*/
}

.form-control {
	border-radius: 5px;
}

.login-box input {
	border: 0px;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
	background-color: #EFF3F8;
	border-radius: 5px;
}

.login-box input:focus {
	box-shadow: none;
	border-bottom: 1px solid #2E353D;
	border-radius: 5px;
}

.login-logo {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 100px;
	z-index: -9;
}

body {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #ECECF2;
	color: #2E353D;
}

input[disabled] {
	cursor: default !important;
	border-radius: 5px;
}

input[readonly] {
	cursor: default !important;
	border-radius: 5px;
}

select[disabled] {
	cursor: default !important;
}

.breadcrumb li {
	color: #d9e6ee;
	cursor: pointer;
	font-family: Helvetica;
}

.breadcrumb li.active {
	color: lightgray;
	cursor: default;
}

.headerBar {
	margin-bottom: 10px;
	margin-top: 10px;
}

.headerItemLeft {
	float: left;
	margin-right: 10px;
}

.headerItemRight {
	float: right;
	margin-left: 10px;
}

.tableContainer {
	overflow-x: auto;
}

.tableContainer th {
	font-family: Helvetica;
	font-size: 13px;
}

.labelAlignRight {
	text-align: right;
}

.select2 {
	width: 100% !important;
}

.main-table th {
	vertical-align: middle !important;
	padding-right: 20px !important;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}

.main-table tbody tr td {
	vertical-align: middle;
}

.pagination-panel {
	border-top: 2px solid #DDDDDD !important;
	padding-top: 10px;
}

.pagination-panel input {
	display: inline;
	text-align: center;
	margin: 5px;
	border-radius: 5px;
	/*width: 60px;*/
}

.pagination-panel span {
	float: right;
	padding-top: 10px;
}

.rekapitulacijaTable {
	border: 0px !important;
}

.rekapitulacijaTable td {
	border: 0px !important;
}

.select2-selection {
	border: 1px transparent #cccccc !important;
	border-radius: 5px !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
	height: 43px !important;
}

.select2-selection[disabled] {
	cursor: default !important;
}

.label-alert {
	color: #ff0000;
}

.pagination span {
	cursor: pointer;
}

.pagination-per-page span {
	float: left;
	width: 60px;
}

.pagination-per-page span input {
	margin-top: -2px;
	text-align: center;
	height: 30px;
	padding: 0px;
	border-radius: 5px;
}

.pagination-per-page {
	float: left;
}

.pagination-total {
	float: right;
}

.popup-container {
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: scroll;
}

.popup-box {
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	box-shadow: 5px 5px 5px #555555;
}

.popup-header {
	height: 35px;
	width: 100%;
	background-color: #3a3a3a;
	color: #ffffff;
	padding: 5px;
	padding-left: 10px;
}

.popup-content {
	width: 100%;
	padding: 20px;
}

.popup-collumn {
	width: 33%;
	float: left;
	height: 523px;
}

.popup-collumn50 {
	width: 50%;
	float: left;
}

.fade-enter-active, .fade-leave-active {
	transition: opacity .5s
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */
{
	opacity: 0
}

.ui-autocomplete {
	z-index: 99999;
}

.draggable-table {
	width: 100%;
}

.spacer-tr-10 {
	height: 10px;
}

.draggable-handle {
	width: 20px;
	cursor: pointer;
}

.draggable-remove {
	width: 20px;
	cursor: pointer;
	text-align: right;
}

.fullwidth-button {
	height: 40px;
	border: 1px #d5d5d5 solid;
	background: #ffffff;
	cursor: pointer;
	text-align: center;
	padding-top: 8px;
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 5px;
}

.modal { /*bootbox*/
	z-index: 99999999999;
}

.treeview-container {
	overflow: auto;
	max-height: 600px;
}

.predmet-wizard-footer {
	margin-top: 20px;
}

.left-50 {
	width: 50%;
	float: left;

}

.right-50 {
	width: 50%;
	float: right;
	padding-left: 10px;
}

.select2-dropdown {
	z-index: 9999999999999;
}

.headerBar .nav a {
	color: rgb(51, 51, 51);
	cursor: pointer;
}

.headerBar .nav .active a {
	/*color: #6EACAF;*/
	cursor: default;
}

.select2-selection {
	height: 25px !important;
	padding: 3px !important;
	font-size: 12px !important;
}

.modal-stupci-container {
	padding-left: 5px;
	padding-right: 5px;
}

.form-field-icon-button {
	cursor: pointer;
	float: right;
}

.upload-loader {
	border: 5px solid #f3f3f3;
	border-top: 5px solid #D6E160;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 2s linear infinite;
	float: left;
	margin-right: 10px;
}

.upload-loader-label {
	padding-top: 3px;
}

.warning-row:hover {
	background-color: #f3c1a5 !important;
}

.warning-row {
	background-color: #f3c1a5;
}

.alert-custom {
	background-color: #d5d5d5;
	width: 200px;
	color: #000000;
	/*border-color: rgba(149, 149, 149, 0.3);
	border-radius: 3px;
	color: rgb(149, 149, 149);
	padding: 10px;*/
}

/*
.alert-minimalist > [data-notify="icon"] {
	height: 50px;
	margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
	color: rgb(51, 51, 51);
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
	font-size: 80%;
}*/

.napomena-box {
	font-size: 12px;
	border: 1px rgb(204, 204, 204) solid;
	padding: 10px;
}

.napomena-table {
	width: 100%;
}

.napomena-delete-cell {
	cursor: pointer;
	vertical-align: top;
	text-align: right;
}

.napomena-break {
	margin: 0px;
}

.collapsible-table th {
	cursor: default;
}

.collapsible-table tbody tr {
	border-bottom: 1px solid #f5f5f5;
	cursor: pointer;
}

.collapsible-table th {
	padding: 10px;
}

.collapsible-table td {
	padding: 10px;
}

.collapsible {
	background-color: #ffffff;
}

.collapsible:hover {
	background-color: #ffffff !important;
}

.collapsible-table tbody tr:hover {
	background-color: #f5f5f5;
}

.table-no-select {
	cursor: default !important;
}

.table-no-select tr {
	cursor: default !important;
}

.table-no-select td {
	cursor: default !important;
}

.table-no-select th {
	cursor: default !important;
}

.table-no-select tr:hover {
	background-color: #ffffff !important;
}

.select2-selection__rendered {
	margin-top: -5px;
}

.button-small {
	font-size: 13px;
	float: right;
	margin-top: 5px;
	height: 25px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

.dynamic-list-container {
	margin-left: 20px;
	width: 300px;
}

.dynamic-list-container table {
	width: 100%;
}

.dynamic-list-item {
	margin-bottom: 10px;
}

.dynamic-list-button-cell {
	width: 10px;
	padding: 5px;
	cursor: pointer;
}

.btn {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	border-radius: 5px;
}

.row {
	width: 100%;
	margin-left: 0px;
}

.nav-tabs .active a {
	background: #EFF3F8 !important;
	border: 2px solid #cccccc !important;
	border-bottom: 2px solid transparent !important;
}

.nav-tabs .active {
	margin-bottom: -2px !important;
}

.nav-tabs li a:hover {
	background: #d1d3d7;
}

.nav-tabs li a {
	color: #2E353D;
}

.nav-tabs {
	border-bottom: 2px solid #cccccc;
}

.items-table textarea {
	min-height: 110px;
}

.feedback-box {
	position: fixed;
	left: 0px;
	bottom: 30px;
	width: 199px;
	text-align: left;
	color: #ffffff;
	padding-left: 15px;
	padding-bottom: 10px;
	background: 'black';
	font-size: 12px;

}

.copyright-box {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 99;
	width: 199px;
	text-align: center;
	color: #ffffff;
	padding: 5px;
	background: #424950;
	font-size: 12px;
}

.copyright-box a {
	text-decoration: none;
}

.copyright-box a:hover {
	text-decoration: none;
	color: #2780e3 !important;
}

.color-alert {
	color: #ff0000;
}

.round-image {
	border-radius: 50%;
}

.centered-table td {
	text-align: center;
}

button {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .18);
	transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1);
	border-radius: 5px;
}

button:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.603), 0 1px 2px rgba(0, 0, 0, 0.842);
}

.dashboard-stat.red-intense {
	background-color: #BC2B34;
	border-radius: 5px;
}

.dashboard-stat.red-intense .details .number {
	color: #fff;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.dashboard-stat.red-intense .visual > i {
	color: #fff;
	opacity: .1;
	filter: alpha(opacity=10);
}

.dashboard-stat.red-intense .details .desc {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 16px;
}

.dashboard-stat.grey-mint {
	background-color: #525e64;
	border-radius: 5px;
}

.dashboard-stat.grey-mint .details .number {
	color: #FFF;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.dashboard-stat.grey-mint .visual > i {
	color: #FFF;
	opacity: .1;
	filter: alpha(opacity=10);
}

.dashboard-stat.grey-mint .details .desc {
	color: #FFF;
	opacity: 1;
	filter: alpha(opacity=100);
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 16px;
}

.dashboard-stat.green-soft {
	background-color: #3faba4;
}

.dashboard-stat.green-soft .details .number {
	color: #FFF;
}

.dashboard-stat.green-soft .visual > i {
	color: #FFF;
	opacity: .1;
	filter: alpha(opacity=10);
}

.dashboard-stat.green-soft .details .desc {
	color: #FFF;
	opacity: 1;
	filter: alpha(opacity=100);
}

.dashboard-stat .visual > i {
	margin-left: -35px;
	font-size: 110px;
	line-height: 110px;
}

.dashboard-stat .details .number {
	padding-top: 25px;
	text-align: right;
	font-size: 34px;
	line-height: 36px;
	letter-spacing: -1px;
	margin-bottom: 0;
	font-weight: 300;
}

.dashboard-stat .details .desc {
	text-align: right;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 300;
}

.dashboard-stat {
	box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .03);
	display: block;
	margin-bottom: 25px;
	overflow: hidden;
	border-radius: 2px;
}

.dashboard-stat .visual {
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 35px;
	line-height: 35px;
}

.dashboard-stat .details {
	position: absolute;
	right: 15px;
	padding-right: 15px;
}

.stat-button {
	position: relative;
	top: 0px;
	left: 5px;
	font-size: 25px;
	margin-bottom: -20px;
	cursor: pointer;
}

.panel-body h4 {
	border-bottom: 1px #ccc solid;
	padding-bottom: 5px;
	margin-top: 0px;
	box-shadow: none;
}

.panel-body-attendance {
	border: 0;
	border-color: white;
	border-bottom: 0px;
	box-shadow: none;
}

#containerLoadingOverlay {
	display: none;
	z-index: 9999999999;
	position: absolute;
	top: 38px;
	left: 200px;
	background-color: #EFF3F8;
	height: calc(100% - 38px);
	width: calc(100% - 200px);
}

@media only screen and (max-width: 766px) {
	#containerLoadingOverlay {
		width: 100%;
	}
}

.base-company-selector {
	display: inline-block;
	padding-left: 20px;
	width: 200px;
}
@media only screen and (max-width: 766px) {
	.base-company-selector {
		display: block;
		clear: both;
		padding-left: 0px;
		margin-top: 10px;
	}
}

.Carousel .Carousel-Indicators .active {
	background-color: #3fb618;
}

/*--------------------responsive--------------------*/
@media (max-width: 767px) {
	#containerLoadingOverlay {
		left: 0px;
	}

	.bootstrap-navbar {
		display: none;
	}

	.main-content {
		margin-left: 10px;
		margin-top: 10px;
	}

	.breadcrumb {
		left: 0px;
		display: none;
	}

	.copyright-box {
		display: none;
	}
}

@media (max-width: 996px) {
	.login-image-switcher {
		display: none;
	}

	.login-box {
		margin-top: 150px;
	}
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.inline-form-button {
	padding: 2px 6px !important;
}

.aplikacija-menu {
    padding: 10px;
    min-height: 60px;
    border-radius: 10px;
    }

.aplikacija-menu-left {
	float: left;
	text-align: center;
}

.tab-key {
	cursor: pointer;
	font-size: 14px;
	margin-right: 10px;
	padding: 5px;
	height: 30px;
	line-height: 2;
	margin-bottom: 10px;
	display: inline-block;
}

.tab-key:hover {
	border-bottom: 3px solid rgb(0, 0, 0);
}

.tab-active {
	border-bottom: 3px solid rgb(0, 0, 0);
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
						supported by Chrome and Opera */
  }
