body {
	font-size: 16px !important;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}



.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.button,
.centriran,
.savetovanje_left {
	text-align: center
}

body {
	color: #333333;
}

.tabela-collapse {
	border-collapse: collapse;
	border: 1px solid #B4B4B4;
	padding: 3px
}
#collapse-gold {
	float: left;
	clear: both;
}
#collapse-gold table {
	border-collapse: collapse;
}
#collapse table, tr, td, th { 
	border: 1px solid #B4B4B4;
	padding:5px;
	margin:10px 0;
}

.savetovanje_left {
	font-weight: 700;
	color: #B4B4B4;
	font-size: 20px;
	margin-top: 120px
}

#info-seminar {
	font-size: 14px;
	background: #FFF;
	border: 1px solid #CCC;
	border-top: 10px solid #CCC;
	width: 50%;
	margin: 15px auto;
	padding-bottom: 15px;
	padding-top: 15px
}

.style1 {
	padding: 5px;
	font-size: 10pt;
	display: block;
	border: 1px solid #d3d3d3;
	margin-top: 20px
}

fieldset {
	display: block;
	-webkit-margin-start: 2px;
	-webkit-margin-end: 2px;
	-webkit-padding-before: .35em;
	-webkit-padding-start: .75em;
	-webkit-padding-end: .75em;
	-webkit-padding-after: .625em;
	min-width: -webkit-min-content;
	border: 2px groove threedface;
	border-image: initial;
	margin: 15px 0
}

.button {
	background-color: #E4E4E4;
	border: 1px solid #929292;
	color: #000;
	padding: 10px 16px;
	margin: 15px 0;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	cursor: pointer
}

.input[type=text] {
	padding: 5px;
	margin: 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	-webkit-transition: .5s;
	transition: .5s;
	outline: 0
}

/*#content tr>td {
	padding-bottom: 1em
}*/

textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #757575;
	width: 99%;
	height: 150px;
	border: 1px solid #ccc
}

.video-box {
	border-bottom: 1px solid gray;
	padding: 10px;
	margin-bottom: 15px
}

@media (max-width:1215px) {
	#content tr>td {
		padding-bottom: 1em;
		display: block;
		/*width: 100%*/
	}
	#content form .tabla-forma .kotizacija tr>td {
		padding-bottom: 1em !important;
		display: table-cell !important;
	}
	#content form .tabla-forma .kotizacija tr td p {
		text-align: center !important;
	}
	#info-seminar,
	input[type=text] {
		width: 100%
	}
	#collapse table, tr, td, th { 
		border: 1px solid #B4B4B4;
		padding:0px;
		margin:0px;
	}
	#content {
	   padding: 0px;
	}

}

#myNavbar .nav>li:nth-child(2){
	display: block;
}


@media screen and (max-width:767px) {
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: normal;
	}
}

.no-border {
	border: none !important;
}

.border-deblji {
	border: 5px solid white !important;
}

.no-border, .no-border tr, .no-border th, .no-border td {
	border: none;
}



.featuredBtn.active {
	background-color: green;
	color: white;
}
.featuredBtn {
	width: 250px;
	height: 50px;
	color: black;
	font-weight: 700;
	background-color: #999999;
	border: none;
	letter-spacing: 2px;
	outline: none;
}
.tipSavetovanja:hover {
	cursor: pointer;
}
.tipSavetovanja p {
	text-align: center;
	border: 1px solid gray;
	padding: 20px 30px;
	color: white;
	background-color: #B8B8B8;
}
.secondColor p {
	background: #B8B8B8 !important;
	cursor: not-allaowed;
}
.show {
	display: block !important;
}
.hidden {
	display: none;
}
@media only screen and (max-width: 1000px) {
	.page-header {
		display: unset !important;
	}
}
.error {
	font-size: 13px !important;
}
.font-kancelarko div .bg-blue-hover strong, .font-kancelarko div .bg-blue-hover p {
	color: #337ab7 !important;
}
.font-kancelarko p, .font-kancelarko li {
	font-size: 16px;
	margin: 5px 0;
	color: #807e7e;
}
.font-kancelarko .red-text {
    color: #E33030;
}
.font-kancelarko .satnica {
	font-size: 16px !important;
	margin-bottom: 0;
}
.font-kancelarko .vreme-satnica {
	font-size: 15px !important;
}
.font-kancelarko .satnica a strong {
	font-family: 'Poppins', sans-serif !important;
	color: white;
}
.font-kancelarko td {
	font-family: 'Poppins', sans-serif !important;
}
.font-kancelarko h1, .font-kancelarko h2 {
	font-family: 'Poppins', sans-serif !important;
}
.font-kancelarko div a.bg-blue-hover:before {
	background-color: #23527c !important;
	color: white !important;
}
.black > li {
	color: #333 !important;
}

.font-kancelarko div a.bg-blue-hover:hover strong, .font-kancelarko div a.bg-blue-hover:hover p {
	background-color: #23527c !important;
	color: white !important;
}
#myBtn {
	position: fixed;
	bottom: 0px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: transparent;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
}