/* Sticky footer styles   -------------------------------------------------- */
      html,
      body {
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
      }

      /* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -110px;
      }

      /* Set the fixed height of the footer here */
      #push,
      footer {
        height: 110px;
      }
     /* Lastly, apply responsive CSS fixes as necessary */
      @media (max-width: 767px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
      }
/* / sticky footer styles   -------------------------------------------------- */


@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
    overflow-y: scroll;
}

body {
	background-color: #bbbbbb;
	font-family: Arial, Helvetica, sans-serif; 
}



/***** HEADER AND FOOTER *****/

.orange-body header, .orange-body footer {
	background: rgba(237,148,23,1);
	background: -moz-linear-gradient(-45deg, rgba(237,148,23,1) 0%, rgba(250,188,0,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(237,148,23,1)), color-stop(100%, rgba(250,188,0,1)));
	background: -webkit-linear-gradient(-45deg, rgba(237,148,23,1) 0%, rgba(250,188,0,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(237,148,23,1) 0%, rgba(250,188,0,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(237,148,23,1) 0%, rgba(250,188,0,1) 100%);
	background: linear-gradient(135deg, rgba(237,148,23,1) 0%, rgba(250,188,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9417', endColorstr='#fabc00', GradientType=1 );
}
.orange-body footer a {
	color: #333;
}

.blue-body header, .blue-body footer {
	color: #fff;
	background: rgba(15,79,163,1);
	background: -moz-linear-gradient(-45deg, rgba(15,79,163,1) 0%, rgba(71,123,186,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(15,79,163,1)), color-stop(100%, rgba(71,123,186,1)));
	background: -webkit-linear-gradient(-45deg, rgba(15,79,163,1) 0%, rgba(71,123,186,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(15,79,163,1) 0%, rgba(71,123,186,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(15,79,163,1) 0%, rgba(71,123,186,1) 100%);
	background: linear-gradient(135deg, rgba(15,79,163,1) 0%, rgba(71,123,186,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4fa3', endColorstr='#477bba', GradientType=1 );
}
.blue-body footer a {
	color: #fff;
}

.green-body header, .green-body footer {
	background: rgba(147,200,61,1);
	background: -moz-linear-gradient(-45deg, rgba(147,200,61,1) 0%, rgba(190,199,62,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(147,200,61,1)), color-stop(100%, rgba(190,199,62,1)));
	background: -webkit-linear-gradient(-45deg, rgba(147,200,61,1) 0%, rgba(190,199,62,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(147,200,61,1) 0%, rgba(190,199,62,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(147,200,61,1) 0%, rgba(190,199,62,1) 100%);
	background: linear-gradient(135deg, rgba(147,200,61,1) 0%, rgba(190,199,62,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c83d', endColorstr='#bec73e', GradientType=1 );
}

.purple-body header, .purple-body footer {
	color: #E6E6E6;
	background: rgba(58,43,120,1);
	background: -moz-linear-gradient(-45deg, rgba(58,43,120,1) 0%, rgba(92,84,122,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(58,43,120,1)), color-stop(100%, rgba(92,84,122,1)));
	background: -webkit-linear-gradient(-45deg, rgba(58,43,120,1) 0%, rgba(92,84,122,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(58,43,120,1) 0%, rgba(92,84,122,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(58,43,120,1) 0%, rgba(92,84,122,1) 100%);
	background: linear-gradient(135deg, rgba(58,43,120,1) 0%, rgba(92,84,122,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a2b78', endColorstr='#5c547a', GradientType=1 );
}
.purple-body footer a {
	color: #E6E6E6;
}

header .top-header {
	padding: 15px 0px;
	font-size: 30px;
}
.top-header .header-text {
	text-align: right;
}
footer {
	padding-top: 25px;
	text-align: center;
}
footer ul a {
	font-weight: bold;
	text-decoration: underline;
}
.navbar-inverse {
	background-image: none;
    border-radius: 0;
}

/*menu login button*/
.orange-body .navbar-inverse .navbar-nav>li.menu-login>a {
	color: #FDCB67;
}
.blue-body .navbar-inverse .navbar-nav>li.menu-login>a {
	color: rgb(176, 211, 253);
}
.green-body .navbar-inverse .navbar-nav>li.menu-login>a {
	color: rgb(181, 202, 120);
}
.purple-body .navbar-inverse .navbar-nav>li.menu-login>a {
	color: rgb(191, 183, 222);
}
.navbar-inverse .navbar-nav>li.menu-login>a:hover {
	color: #fff;
}




/***** GENERAL *****/

a, a:hover {	
	color: #000;
}
.clear {	
	clear: both;
}
.glyphicon {
	padding-right: 4px;
    font-size: 12px;
}
.list-group a.list-group-item {
	color: #000;
}

ul.no-blt {
	list-style: none;
	-webkit-padding-start: 0px;
}
ul.pagination {
	margin-bottom: 0px;
}
.page-content {
	padding-bottom: 30px;
}
.main-content, 
.sidebar .panel, 
.bottom-bar .panel, 
.search-page,
.breadcrumb, 
.login-page .form-signin {
	border: 1px solid #A2A2A2;
}
.prev-page-button {
display: none;
}

.btn-lg{
	padding: 8px 12px;
}



/***** INFO PAGE *****/

.info-field {
	border-bottom: 1px solid grey;
	padding-bottom: 20px;
	margin-bottom: 20px;
	max-width: 800px;
	margin: auto;
}
.info-field:last-child {
	border:0;
}
.info-field h5 {
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.info-field h5 img {
	position: absolute;
	left: 0;
}
.info-field p{
	margin-bottom: 15px;
}
.info-field ul.no-blt {
	-webkit-padding-start: 40px;
}
.info-field ul.no-blt li {
    margin-bottom: 15px;
}
.info-field ul.no-blt li ul li{
    margin-bottom: 0px;
}
h6.purple {
	color: purple;
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
}
h6.black {
	color: black;
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
}
h6.arrow:before {
	display: inline-block;
  	font: normal normal normal 14px/1 FontAwesome;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	content: "\f0da";
	margin-right: 5px;
	color: #000;
}
p.read-more:before {
	display: inline-block;
  	font: normal normal normal 14px/1 FontAwesome;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	content: "\f178";
}




/***** SEARCH PAGE *****/
.row.search-page {
	background-color: #fff;
	border-radius: 4px;
	padding-top: 20px;
	margin-right: 0px;
    margin-left: 0px;
}
.search-page input[type="text"] {
	margin-bottom: 5px;
	max-width: 300px;
}
.search-page select {
	margin-bottom: 30px;
	max-width: 300px;
}
.search-page .grey-field {
	text-align: center; 
	padding: 20px 0px; 
	border-top: 1px solid #ccc; 
	background-color: #f5f5f5;
}
.search-page .col-md-4 {
	padding-bottom: 40px;
} 





/***** SEARCH RESULTS & FAVORITES PAGE *****/

.row.results-page {
	background-color: #fff; 
	padding: 20px;
	border-radius: 4px;
	margin-right: 0px;
    margin-left: 0px;
}
.results-page ul.list-group li {
	margin-bottom: 2px;	
	position: relative;
	z-index: 1;
}
.results-page ul.list-group a.list-group-item {
	background-color: #ffffcc;
	padding-right: 80px;
}
.results-page ul.list-group a.list-group-item:hover {
	background-color: #F1F1C2;
}
.results-page ul.list-group li span{
	color: red;
	display: block;
	font-size: 11px;
	padding-top: 5px;
}

/* add & delete FAV */
a.delete-fav span{
	position: absolute;
	right: 2px;
	z-index: 2;
	font-size: 20px !important;
	width: 60px;
	text-align: center;
	line-height: 60px;
	height: 61px;
	padding: 0px !important;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
a.delete-fav span:hover {
	color: #000 !important;
}

.add-fav-parent {
	position: relative; 
	padding-right: 30px; 
	z-index: 1;
}
a.add-fav {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	line-height: 40px;
	text-align: right;
	display: block;
	z-index: 2;
}
a.add-fav span{
	font-size: 20px;
}
.add-fav:hover {
	color: #F3A60D !important;
}






/***** SIDEBAR *****/

.sidebar {
	font-size: 12px;
}
.sidebar .list-group {
	list-style: none;
}
.sidebar .panel {
	margin-top: 15px;
}
.sidebar .panel-body h5 {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
}
.sidebar .panel-body {
	padding-bottom: 5px;
	padding-top: 20px;
}
.sidebar li a.list-group-item {
	padding: 5px 15px;
	margin-top: -1px; 
}
.sidebar li a.list-group-item img {
	padding-right: 5px
}
.sidebar .list-group-item.active {
	background-image: none;
	color: #fff;
}


/***** BOTTOM BAR *****/

.bottom-bar {
	display: none;
}
.bottom-bar {
	margin-top: 20px;
	font-size: 12px;
}
.bottom-bar .list-group {
	list-style: none;
}
.bottom-bar .panel {
	margin-top: 10px;
}
.bottom-bar .panel-body h5 {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
}
.bottom-bar .panel-body {
	padding-bottom: 5px;
	padding-top: 20px;
}
.bottom-bar li a.list-group-item {
	padding: 5px 15px;
	margin-top: -1px; 
}
.bottom-bar li a.list-group-item img {
	padding-right: 5px
}
.bottom-bar .list-group-item.active {
	background-image: none;
	color: #fff;
}
.bottom-bar .glyphicon {
	font-size: 15px;
}





/***** LOGIN FORMA *****/

.login-page .wrapper {    
	margin-top: 60px;
	margin-bottom: 20px;
}
.login-page .form-signin {
  max-width: 420px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  background-color: #fff;
}
.login-page .form-signin-heading {
  text-align:center;
  margin-bottom: 30px;
}
.login-page .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}
.login-page input[type="password"] {
  margin-top: 10px;
}
.login-page input[type="number"] {
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  width: 80px;
}



/***** KONTAKT FORMA *****/

.form-contact {
max-width: 400px;
}
.form-contact input[type="e-mail"], .form-contact textarea {
  margin-top: 10px;
}
.form-contact input[type="number"] {
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  width: 80px;
}
.form-contact .alert,
.form-signin .alert {
	padding: 2px 8px 0px 8px;
	font-size: 12px;
	display: inline-block;;
	margin-top: 5px;
	margin-bottom: 0px; 
}
.contact-page .row {
	padding: 20px 0px;
}
.contact-page .no-blt {
	text-align: center; 
	padding-bottom: 40px; 
	line-height: 1.7;
}
.contact-page .no-blt a {
	text-decoration: underline;
}






/***** PREGLED CPP *****/
.main-content {
	background-color: #fff;
	border-radius: 4px;
	padding: 15px; 
}
.main-content h4{
	border-bottom: 1px solid black;
	display: inline-block;
	margin-bottom: 20px;
	font-weight: bold;
}
.main-content h4 span {
	font-size: 14px;
}

.cpp-polje p {
	line-height: 1.2;
	padding-top: 5px;
	font-size: 13px;
	height: 80px;
}
.cpp-polje h6 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.cpp-image {
	height: 100px; 
	width: 70px;  
	margin: auto;
}




/* ACCORDION - SPISAK PROPISA*/
.yellow-page {
	background-color: #ffffcc;
}
.yellow-panel {
	margin-top: 20px;
}
.yellow-panel ul.list-group {
	list-style: none;
}
.yellow-panel ul.list-group li {
	margin-bottom: 3px;
}
.yellow-panel h6.red {
	color: red;
	font-weight: bold;
}





/* tabovi */
.tab-pane {
	padding-top: 20px;
}
/* tabela */
table.opis {
	margin-bottom: 30px;
}
table.opis tr td{
	padding: 10px;
}
.table.opis>tbody>tr>td {
	border: 0;
}
table.opis tr td:first-child {
	text-align: right;
	font-weight: bold;
	width: 30%;
}
table.opis tr td:last-child {
	border: 3px solid #fff;
	background-color: #e8edff;
}


/* istorija i hijerarhija */

h5.blue-list-title {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-top: 0px;
}
ul.blue-list-group {
	list-style: none;
}
ul.blue-list-group li {
	margin-bottom: 2px;
}
ul.blue-list-group .list-group-item {
	background-color: #e8edff;
}
ul.blue-list-group .list-group-item:hover {
	background-color: #D9DFF5;
}







/***** RESPONSIVE *****/


@media (max-width: 991px) {
	.sidebar {display: none;}
	.bottom-bar {display: block;}

	.bc-prev {display: none;}
	.prev-page-button {
		display: block;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.blue-table .prvi {
		text-align: left;
		font-weight: bold;
		padding-bottom: 5px;
	}
	.top-header .header-text {
		display: none;
	}
	.top-header .header-logo {
		text-align: center;
	}
	.login-page .wrapper {    
		margin-top: 20px;
		
	}
	.nav.nav-tabs>li>a {
		padding: 5px;
	}

    table {
        overflow-x: auto;
        display: block;
        width: auto;
    }

}

