body {
	font-family: 'Open Sans', 'Arial', sans-serif;
	color: #000000;
	font-weight: normal;
	background:  #efefef; /*#aac638*/
	background-image:  url(../images/pozadina.jpg);
	font-size: 12px;
	display: block;
	margin: 8px;
	overflow-y: scroll;
}
.footer {
	margin: auto;
	padding: auto;
	overflow: hidden;
	clear: both;
	position: fixed;
	bottom: 0;
	width: 100%;
}
.copyright-01__content {
	text-align: center;
	margin: 0;
	padding-bottom: 2px;
	font-size: 16px;
	line-height: 18px;
	color: #989898;
}
.copyright-01__content a {
	color: #fff;
}
.copyright-01__content a:hover {
	color: #ff8f3c;
}
.copyright-01 {
	background:  #efefef; 
	background-image:  url(../images/pozadina.jpg);
}
.copyright-01__content {
	text-align: center;
	margin: 0;
	padding-bottom: 2px;
	font-size: 16px;
	line-height: 18px;
	color: black;
}
.copyright-01__content a {
	color: black;
}
.copyright-01__content a:hover {
	color: black;
}
#show_hide {
	visibility: hidden;
	display: none;
}
#show_hide1 {
	visibility: hidden;
	display: none;
}
.adminSubmenu {
	padding-top: 5px;
}
.adminSubmenu a {
	margin-right: 10px;
}

/****************************************/
.login {
	min-width: 500px;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1rem;
	font-weight:  bold;
}
.login_clear_data {
	min-width: 500px;
	position: absolute;
	text-align: center;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1rem;
	font-weight:  bold;
}


.message{
	color: #198754;
	padding-top: 5px;
	font-weight: bold;
}
.error{
	color: red;
	padding-top: 5px;
	font-weight: bold;
}
.container_cust  {
	padding-bottom: 10px;
}
.col_cust {
	text-align: center;
}
.custom_grejanje {
	padding-bottom: 30px;
}
.btn_cust_save_back {
	margin-top: 25px;
}
.fix_checkbox {
	margin-top: 30px;
	width: auto;
}
.fix_lable_checkbox {
	width: auto;
	margin-top: 20px;
}
.row_cust{
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}
.col_cust_admin {
	text-align: center;
	border-left: 1px solid black;
}
.fix_radio {
	padding-top: 30px;
}
.align_text {
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
@media (max-width: 768px) {
	.login {
		min-width: 90%;
	}
	.login_clear_data {
		min-width: 500px;
		position: absolute;
		text-align: center;
		top: 70%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 1rem;
		font-weight:  bold;
	}
	.button_custom {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 100%;
	}
	.checkbox_custom {
		padding-top: 20px;
		padding-left: 50px;
	}
	.mob{
		display: none;
	}
	.col_cust {
		padding-bottom: 15px;
		padding-right: 5px;
	}
	.adminSubmenu a {
		margin-bottom: 15px;
	}
}
.container_custom {
	margin-top: 50px;
}
/*.mob{
	display: none;
}*/
.button_custom {
	margin-top: 15px;
	width: 100%;
}
.checkbox_custom {
	padding-top: 30px;
}
#product_set_code, select {
	max-width: 100%;
	white-space: normal;
	/* For Firefox: */
	text-overflow: ellipsis;
}
.main_table {
	width: 100%;
	table-layout: fixed;
}
input.fit2 {
	width: 100%;
	box-sizing: border-box;
}
.note_area{
	width: 100%;
	box-sizing: border-box; /* Sprečava da padding proširi textarea van 100% */
	resize: vertical; /* Dozvoljava korisniku da menja visinu, ali ne i širinu */
}
