/****************
GENERAL
****************/
.idk_margin_top15px{
	margin-top: 15px;
}
.idk_margin_top20px{
	margin-top: 20px;
}
.idk_margin_top25px{
	margin-top: 25px;
}
.idk_margin_top30px{
	margin-top: 30px;
}
.idk_margin_top35px{
	margin-top: 35px;
}
.idk_margin_bottom35px{
	margin-bottom: 35px;
}
.dropdown-toggle{
	color: #fff!important;
}
.dropdown-toggle:hover{
	background: #64b2f5!important;
}
.idk_export_button{
	border-radius: 0;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
}
.idk_export_button:hover{
	background: #55c89b;
}
.idk_table_11pxfont td{
	font-size:11px!important;
}
.nije_poslato{
	display: block;
	background: #d7c715;
	padding: 5px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.poslato{
	display: block;
	background: #009966;
	padding: 5px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.idk_export_button .fa{
	padding-right: 10px;
}
.idk_form_ponuda{
	position: relative;
}
.idk_kalendar_201x{
	position: absolute;
	top: 0px;
	right: 0px;
}
.idk_kalendar_201x2{
	position: absolute;
	top: 450px;
	right: 0px;
}
.idk_preljepljivanje_title{
	font-size: 18px!important;
}
.idk_ljepljenje_postoji{
	display: block;
	font-size: 14px;
}
.idk_login_logo{
	display: block;
	max-width: 70%;
	margin-bottom: 20px;
}
.idk_more_povrs{
	font-size: 24px!important;
	color: #0099ff;
}
.idk_notification_list{
	display: block;
	padding: 10px 5px;
	border-bottom: 1px solid #ededed;
}
#select_all{
	position: absolute;
	top: -22px;
	display: inline-block;
}
#overlay{
  position:fixed;
  z-index:9999999;
  top: 0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(255,255,255,0.99);
  transition: 1s 0.4s;
}
#progress{
  height:1px;
  background:#000;
  position:absolute;
  width:0;
  top:50%;
}
#progstat{
  font-size:14px;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#000;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 10px!important;
}

#section06 a {
	position: fixed;
	bottom: 220px;
	left: 100px;
	z-index: 9999;
	padding-top: 80px;
}
#section06 a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-animation: sdb07 2s infinite;
	animation: sdb07 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
#section06 a span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
#section06 a span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
#section06 a span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb07 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}	


#section07 a {
	position: fixed;
	bottom: 100px;
	left: 100px;
	z-index: 9999;
	padding-top: 80px;
}
#section07 a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb07 2s infinite;
	animation: sdb07 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
#section07 a span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb07 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}	


/****************
LOGIN FORM 
****************/
.button_icon{
	padding: 0px 15px 0px 0px!important;
}

.material-btn_success.button_icon .fa{
	background: #3cab3c;
	padding: 10px 15px;
	margin-right: 15px;
	transition: all 0.3s ease-in-out;
}

.material-btn_primary.button_icon .fa{
	background: #1b73bf;
	padding: 10px 15px;
	margin-right: 15px;
	transition: all 0.3s ease-in-out;
}

.material-btn_danger.button_icon .fa{
	background: #da2924;
	padding: 10px 15px;
	margin-right: 15px;
	transition: all 0.3s ease-in-out;
}

.material-btn_primary:hover .fa{
	background: #2c90e6!important;	
}

.material-btn_danger:hover .fa{
	background: #f1403c!important;	
}

.button_icon_full{
	width: 100%;
	padding: 10px!important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#login{
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 51%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(226,226,226,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(51%, rgba(219,219,219,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 51%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 51%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 51%, rgba(254,254,254,1) 100%);
	background: linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 51%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );
	height: 100vh;
}

.idk_prijava_head{
	text-align: center;
	letter-spacing: 2px;
	color: #666666;
	font-weight: 200;
	font-family: 'Source Sans Pro', sans-serif;
}

.login_form{
	background: rgba(255,255,255,0.7);
	border: 1px solid #d7d8da;
	-webkit-box-shadow: 0px 0px 0px 16px rgba(255,255,255,0.2);
	-moz-box-shadow: 0px 0px 0px 16px rgba(255,255,255,0.2);
	box-shadow: 0px 0px 0px 16px rgba(255,255,255,0.2);
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 100%;

}

.material_input input::-webkit-input-placeholder{
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	letter-spacing: 1px;
	
}

.material_input{
	margin-bottom: 30px;
}

.material_input input {
	width: 100%;
	display: block;
	border: none;
	padding: 10px 0;
	border-bottom: solid 1px #666666;
	-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #666666 4%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #1abc9c 4%);
	background-position: -400px 0;
	background-size:  100%;
	background-repeat: no-repeat;
	color: #0e6252;
}

.material_input input:focus, .material_input input:valid {
	box-shadow: none;
	outline: none;
	background-position: 0 0;
}

.material_input input:focus::-webkit-input-placeholder, .material_input input:valid::-webkit-input-placeholder {
	color: #1abc9c;
	font-size: 11px;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	visibility: visible !important;
}

.idk_admin_avatar{
	position: absolute;
	top: 3px;
	left: 10px;
	width: 40px;
	border-radius: 50%;
	margin-right: 10px;
	border: 2px solid #4fa4ed;
}

.idk_admin_dropdown{
	color: #fff;
	padding-left: 60px!important;
}

.idk_admin_dropdown:hover{
	color: #333333;
}



#kampanje .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px!important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#kampanje .modal-backdrop.in {
	filter: alpha(opacity=80);
	opacity: .8;
	background: #000;
}

#povrsina_kamp .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px!important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#povrsina_kamp .modal-backdrop.in {
	filter: alpha(opacity=80);
	opacity: .8;
	background: #000;
}


@media only screen and (min-width : 992px) {
#kampanje .modal-dialog {
    width: 900px;
}
#povrsina_kamp .modal-dialog {
    width: 900px;
}
}

@media only screen and (min-width : 1200px) {
#kampanje .modal-dialog {
    width: 1150px;
}
#povrsina_kamp .modal-dialog {
    width: 1150px;
}
}

.idk_offer_gallery_item{
	padding: 5px;
	overflow: hidden;
	position: relative;
}
.idk_img_remove{
	position: absolute;
	top: 40px;
	right:0px;
	color: #e3073b!important;
	font-size: 35px!important;
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.idk_offer_gallery_item{
		height: 180px;
		margin-bottom: 30px;
	}
	.idk_offer_gallery_item p{
		min-height: 38px;
	}

}
@media screen and (max-width: 991px) {
	.idk_offer_gallery_item{
		height: 135px;
	}

}
@media screen and (max-width: 1220px) {
.idk_kalendar_201x{
	width: 40%!important;
}	
}

@media screen and (max-width: 768px) {
	.idk_offer_gallery_item{
		height: 180px;
	}
.idk_kalendar_201x{
	position: static;
	top: auto;
	right: auto;
	display: block;
	width: 482px!important;
}	

.idk_kalendar_201x2{
	position: static;
	top: auto;
	right: auto;
	display: block;
}
}
@media screen and (max-width: 650px) {
	.idk_offer_gallery_item{
		height: 140px;
	}	
}
