::-webkit-input-placeholder { /* WebKit browsers */
    color:    #4C8057;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #4C8057;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #4C8057;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #4C8057;
}

.snih th {
	/* background-image: linear-gradient(to bottom, #4D8059 15%, #406B4B 85%); 
	background-image: -moz-linear-gradient(top, #4D8059 15%, #406B4B 85%);
	background-image: -ms-linear-gradient(top, #4D8059 15%, #406B4B 85%); 
	background-image: -o-linear-gradient(top, #4D8059 15%, #406B4B 85%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D8059', endColorstr='#406B4B'); */
	background-color: #4d8059; 
	color: white; 
} 

.snih td {
	background: #fbfbfb;
}
.snih .color-hory td div {
	background: #c7c7c7 none repeat scroll 0%;
}

.snih .color-hory td { 
	background: #c7c7c7; 
	color: black;
}

.snih .c-s td,
.snih .color-sudy td {
	background: #e3e3e3;
}

.snih .search
{
	border: #DDEEE8 thin solid;
	background: #f1f3f5;
}
 
.snih .btn {
  background: #DDEEE8;
	color: #406B4B;
}

.snih .btn:hover {
	background: #EDF1EE;  	
}

.ui-widget .ui-state-state{
    color:White;
    background:#96B202;
    outline:none;
}


.ui-autocomplete .ui-menu-item .ui-state-focus,
.ui-autocomplete .ui-menu-item .ui-state-active { 
    color: black;
    background:#8FAE98;
	border: thin solid #4D8059;
}

.pohori {
	color: #91AA94;
}

.pohori a {
	color: #48674C;
}