/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
	body {
		color: #3e3e3e !important;
		font-family: Tahoma, Geneva, sans-serif !important;
	}
	
	td {
		color: #000 !important;
		font-size: 1em !important;
	}

	.radiocontainer {
	  display: inline; 
	  position: relative;
	  left: 0px;
	  bottom: 0px;
	  top: 0px;
	  padding-left: 5px; 
	  margin-bottom: 10px;
	  cursor: pointer;
	  font-size: 14px;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	}

	/* Hide the browser's default radio button */
	.radiocontainer input {
	  position: absolute; 
	  opacity: 0;
	}
	
	/* On mouse-over, add a grey background color */
	.radiocontainer:hover input ~ .checkmark {
	  background-color: #ccc;
	}

	/* When the radio button is checked, add a blue background */
	.radiocontainer input:checked ~ .checkmark {
	  background-color: #2196F3;
	}
	
	/* Style the indicator (dot/circle) */
	.radiocontainer .checkmark:after {
	  top: 9px;
	  left: 9px;
	  width: 8px;
	  height: 8px;
	  border-radius: 50%;
	  background: white;
	}
	
	/* Create a custom radio button */
	.checkmark {
	  position: absolute; 
	  top: 0;
	  left: 0;
	  height: 25px;
	  width: 25px;
	  background-color: #d7e1ea; 
	  border-radius: 50%;
	}


	/* Create the indicator (the dot/circle - hidden when not checked) */
	.checkmark:after {
	  content: "";
	  position: absolute;
	  display: none;
	}

	/* Show the indicator (dot/circle) when checked */
	.radiocontainer input:checked ~ .checkmark:after {
	  display: block;
	}
	
	.radio_label{
		margin-left: 25px;
	}
	
	/* BANERI NA USSHOME SRANI -------------------------------------------------------------------- */
	.baner-zgrada {
		margin-top: 0px;
		margin-bottom: 20px;
		height: 170px;
		/* padding-top: 170px; */
		background-color: #f2f2f2;
		}
		/* On mouse-over, add a grey background color */
	.baner-zgrada-usshome:hover{
		background-color: #e6eaf2;
	}
	
	.img-zgrada{
		position: absolute;
		bottom: 40px;
		left: 30px;
	}
	
	.text-box-zgrada {
		width: 90%;
	}
	.text-box-zgrada .text {
		/* font-size: 110%; */
	}
	
	.rowstanari{
		margin-top:0px !important;
	}
	.text-box-stanari{
		width: 98%;
	}
	.text-box-stanari .text {
		font-size: 140%;
	}
	
	.baner-stanari{
		padding-top: 170px;
		background-color: #e6eaf2;
	}
	
	.text-stanari-naslov  {
		margin: 0px !important;
		font-size: 1.4em;
		font-weight: bold;
		background: #e6eaf2;
	}
	
	.no_margin{
		margin: 0px !important;
	}
	
	.red{
		color: #dd0f0f;
	}
	
	.blue{
		color: #426da3;
	}
	
	.green{
		color: #6fa040;
	}
	
	.yellow{
		color: #f4c430;
	}
	
	.gray{
		color: #dadedf;
	}
	
	.date_search_box{
		position: relative;
		display: inline-block; 
		/* border: 1px solid #426da3; */
		padding: 2px 5px 2px 5px;
		margin-top: -10px;
	}
	
	.tooltip {
	  position: relative;
	  display: inline-block; 
	  color: #6fa040;
	}

	.tooltip .tooltiptext {
	  visibility: hidden;
	  width: 240px;
	  background-color: #555;
	  color: #fff;
	  text-align: center;
	  border-radius: 6px;
	  padding: 5px 0;
	  position: absolute;
	  z-index: 1;
	  bottom: 125%;
	  left: 50%;
	  margin-left: -60px;
	  opacity: 0;
	  transition: opacity 0.3s;
	}

	.tooltip .tooltiptext::after {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 25%;
	  margin-left: -5px;
	  border-width: 5px;
	  border-style: solid;
	  border-color: #555 transparent transparent transparent;
	}

	.tooltip:hover .tooltiptext {
	  visibility: visible;
	  opacity: 1;
	}
	
	#stepcount{
		position: relative;
		display: inline-block;
		border-radius: 5px;
		border: 4px solid #426da3;
		padding: 10px; 
		width: 50px;
		height: 50px;
		margin-left: 15px;
		opacity: 0.3;
	}
	#stepcount .sc_number{
		position: absolute;
		top: -10px;
		left: 10px;
		color: #426da3;
		font-size: 2.5em;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		opacity: 0.3;
	}
	
	.stepcount_active{
		opacity: 1 !important;
	}
	
	#s_date{
		max-width: 170px;
	}
	
	.btn_center_container {
		width: 100%;
		height: 100%;
		text-align: center;
	}
	
	.btn_center{
		position: absolute;
		top: 50%;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.author_upravnik_name_display{
		display: block;
	}
	
	.stack_change_btn{
		max-width: 30px;
		max-height: 30px;
		float: left; 
		border-radius: 17px;
		border: 3px solid #426da3;
		padding:0px 2px 5px 0px !important;
		margin-right: 5px;
	}
	.stack_change_btn .blue{
		padding-left: 5px;
	}
	.stack_change_btn:hover{
		background-color: #426da3;
		border-color: #fff;
		color: #fff;
	}
	
	.stack_change_btn:hover .blue{
		color: #fff;
	}
	
	/* PAGINATION */
	.pagination {
		list-style-type: none;
		padding: 10px 0;
		display: inline-flex;
		justify-content: space-between;
		box-sizing: border-box;
	}
	.pagination li {
	box-sizing: border-box;
	padding-right: 10px;
}

	.pagination li a {
		box-sizing: border-box;
		background-color: #e2e6e6;
		padding: 8px;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		color: #616872;
		border-radius: 4px;
	}

	.pagination li a:hover {
		background-color: #d4dada;
	}

	.pagination .next a, .pagination .prev a {
		text-transform: uppercase;
		font-size: 12px;
	}

	.pagination .currentpage a {
		background-color: #518acb;
		color: #fff;
	}
	
	.pagination .currentpage a:hover {
		background-color: #518acb;
	}

	
	/*************** NEW BUTTONS  ***************/
	.blackbutton.is-underline, .blackbutton.is-link, .blackbutton.is-outline {
	  color: #696969;
	}
	
	.blackbutton.is-outline:hover {
	  color: #fff;
	}
	
	.blackbutton.is-outline:hover {
	  background-color: #696969;
	  border-color: #696969;
	  color: #fff;
	}
	
	/*************** NEW ZGRADA DISPLAY ***********/
	.stan_flex_display{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	
	.stan_flex_element{
		padding-left: 15px;
		padding-top: 5px;
		margin-top: 5px;
	}
	
	/***************** ceck box big **************/
	.big{
		font-size: 20px;
	}
	
	.big input[type=checkbox]{
		width: 1em;
		font-size: inherit;
		margin: 0;
		transform: scale(2);
		/* transform: translateX(-9999px); */
		
	}
	
	
@media only screen and (max-width: 900px) {
    #fltable table {
        display: block;
		overflow-x: auto;
		white-space: nowrap;
    }
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.text-box-zgrada {
		width: 71%;
	}
	.text-box-stanari{
		width: 98%;
	}

	#fltable table {
        display: block;
		overflow-x: auto;
		white-space: nowrap;
    }

}