body {	font-family:  Helvetica, Arial, sans-serif; }

.formClient
{
	margin: auto;
    padding: 10px;
}
.formClientLeft
{
    width: 50%;
    float: left;	
}
.formClientRight {
    margin-left: 50%;
}

#fm{
	margin:0;
	padding:10px 10px;
	}
.ftitle{
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
.fitem{
	margin-bottom:5px;
}
.fitem label{
	display:inline-block;
	width:150px;
}
.fitem input{
	width:150px;
	vertical-align: middle;
}
		
.title{
	font-size:16px;
	font-weight:bold;
	padding:20px 10px;
	background:#d3d3d3;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.t-list{
	padding:5px;
}

/* canvas{ */
	  /* padding: 10px !important; */
      /* width: 90% !important; */
      /* height: 90% !important; */
    /* } */
    
.list-edit-button { display: none; padding:4px; }
.imgremark{
    width:100%;
    max-width:30px;
}  

.maplist {
  /* width: 20%; */
}

.map {
  #border-left: 1px solid #fff;
  /* position: absolute; */
  /* left: 20%; */
  /* width: 80%; */
  top: 0;
  bottom: 0;
}
ul.maplistings{
	padding-left: 0px;
	padding-bottom: 0px;
}
.maplistings {
  height: 100%;
  overflow: auto;
  padding-bottom: 60px;
}

.maplistings .item a{
  text-decoration: none;

}
.maplistings .item {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-decoration: none;
}

.maplistings .item:last-child {
  border-bottom: none;
}

.maplistings .item .title {
  display: block;
  color: #808080;
  font-weight: 700;
}

.maplistings .item .title small {
  font-weight: 400;
}

.maplistings .item.active .title,
.maplistings .item .title:hover {
  color: #202020;
}

.maplistings .item.active {
    background-color: #d9f7fd;
}

a {
	text-decoration: none;
	color: inherit;
}

/*ankete*/
.poll caption {
  display: table-caption;
  text-align: center;
background:#777;
color: white;
padding: 2px;
cursor: pointer;
}

.poll table
{
border-collapse: collapse;
/* border:1px solid; */

}

.poll th {
border: 1px solid;
}
.poll th, td
{
padding: 3px 5px 3px 5px;
border-collapse: collapse;
/* border:1px solid; */
}

.poll tr {
border-bottom: 1px solid #ccc;
}
/*ankete*/

/*grafikoni*/
.charttitle {
	text-align: center;
    padding: 10px;
    font-size: 18px;
}
/*grafikoni*/

/*loading*/
.window-mask{
	opacity: 0.1;
}
/*loading*/

/*print*/
@media print{
	.noprint{
		display: none;
	}
}
/*print*/

/*clientlog*/
.remarkfile{
	display: inline-block; 
	vertical-align: top;
	word-wrap: break-word;
	margin-bottom: 10px;
	padding:3px;
	text-align: center;
	max-width: 70px; 
	font-size: 9px;
	transition: 0s display;
}
.remarkfiledelete{ 
	background-color: #f44336;
    width: 100%;
    border-radius: 3px;
    padding: 2px;
    color: #ffffff;
    display: none; 
	/* opacity:0; */
}
  
.remarkfile:hover .remarkfiledelete{
    display: inline-block;
	/* transition-property: opacity; */
    /* transition-delay:1s; */
	/* opacity:1; */
	}
.napslika{
	border-top: 1px solid white;
	padding: 5px;
}
/*clientlog*/

        .rating {
            position: relative;
            display: inline-block;
            font-size: 24px; /* Veličina zvezdice */
            color: #ffe084;
        }

        .rating span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 12px; /* Veličina broja */
            /* font-weight: bold; */
            color: #757575; /* Boja broja */
        }
/*plan markeri*/
.custom-marker {
    background: orange;
	opacity: 0.5;
    color: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.custom-marker.green {
    background: green;
}
.custom-marker.orange {
    background: orange;
}

/*plan markeri*/