body {
	font-size: 12px;
	background: #fff;
	margin: 0px !important;
	font-family: sans-serif !important;
}

#loginBox {
	margin-top: 200px;
}

.label {
	text-align: left;
	color: #608fc5;
	font-size: 14px;
}

a.link {
    color: #092535;
}

.textInput {
	width: 100%;
	background-color: #608fc5;
	font-size: 16px;
	border: none;
	padding: 4px;
/* 	color: #092535; */
    font-weight: bold;
}

.logo {
	text-align:center !important;
}

a.button {
    text-align: center;
}

.button {
	background-color: #092535;
	border: 0px solid #040404;
	color: white;
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	text-decoration: none !important;
	font-size: 13.3333px;
}

.bg {
	position: fixed;
	background-color: #092535;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	min-height: 100%;
	z-index: -1;
}

#loginBox {
}

table#dispTable td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	color: #608fc5;
	font-size: 14px;
}

table#dispTable {
	margin-top: 200px;
	border-spacing: 0px;
}

#topDiv{
	width: 100%; 
	background-color: #092535;
}

#lightBorderDiv{
	width: 100%; 
	background-color: #608fc5; 
	height: 5px;
}

.ustanova{
	margin-bottom: 50px;
}

.ustanovaTable{
	margin-bottom: 50px; 
	text-align: center;
}

.navodila{
	color: #608fc5;
	float: right;
	padding: 35px 20px 0px 0px;
}

.td2{
	padding-top: 20px;
}

#td3{
	padding-top: 20px;
}

.thtd {
	font-weight: bold;
	background-color: #608fc5;
	color: #092535 !important;
}

tr{
	border: 0px;
}

.labelErrorTitle{
 color :#092535;
 font-size: 16px;
}

.labelErrorDecription{
	padding-top: 20px;
}

.etd{
	text-align: center;
	padding-top: 10px;
}

.etd a {
	display: inline !important;
}


input[type="date"]::-webkit-datetime-edit, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button {
  width: 100% !important;
  background-color: #608fc5;
}
 
