﻿.tbl-statusi-ugovora{
	border: 1px solid black;
	font-size: 13px;
}

.tbl-statusi-ugovora th, .tbl-statusi-ugovora td{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.tbl-statusi-ugovora thead{
	background-color: orange;
	font-weight: bold;
}

.tbl-statusi-ugovora td.caption1{
	background-color: #A9D08E;
	font-weight: bold;
}

.tbl-statusi-ugovora td.caption2{
	background-color: #A9D08E;
}

.tbl-statusi-ugovora td.oddRow{
	background-color: #aaaaaa;
	
}

.tbl-statusi-ugovora td.evenRow{
	background-color: #cccccc;
}

.tbl-statusi-ugovora td a {
	color: #428bca !important;
	text-decoration: none !important;
}

.tbl-statusi-ugovora td a:hover {
	color: #428bca !important;
	text-decoration: underline !important;
}

.ui-accordion-header.ui-state-active {
    border: 1px solid #4cae4c !important;
    background: #4eb14e !important;
    font-weight: normal !important;
    color: #ffffff !important;
}