*, *::after, *::before
{
    box-sizing: border-box;
}

*
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}



body
{
    margin: 5px 5px;
}


BODY, DIV, FORM, TD, TR, TH, OL, UL, LI, TEXTAREA, input, SELECT, button {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #113355;
    font-weight: normal;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    line-height: normal;
}

.text
{
    color: #113355;
    font-weight: normal;
}
.boldtext
{
    font-size: 8pt;
    color: #113355;
    font-weight: bold;
}


.largetext
{
    font-weight: bold;
}
.smalltext
{
    font-weight: normal;
}
.orangetext
{
    font-weight: bold;
}

a
{
    color: #666666;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}
a:visited
{
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    color: #FF6600;
    font-weight: bold;
}


.slika
{
    border: 0px none #CCCCCC;
}

.naslov
{
    color: #113355;
    font-weight: bold;
}


table.data
{
    border: 0px;
    width: 100%;
    height: 30px;
    border-collapse: collapse;
    margin: 10px 0px;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background-color: transparent;
}

table.data th
{
    background-color: #67a195;
    color: #ecf2f6;
    font-weight: bold;
    height: 2em;
}

table.data tr
{
    height: 20px;
}

table.data th
{
    text-align: center;
}
table.data td
{
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
}
.center
{
    text-align: center !important;
}
.left
{
    text-align: left !important;
}
.pid
{
    width: 150px;
}
.jin
{
    width: 150px;
}
.datum
{
    width: 150px;
}


table.data tr
{
    height: 20px;
}

table.data tr:nth-child(odd)
{
    background-color: #fff;
}

table.data tr:nth-child(odd)
{
    background-color: #fff;
}

table.data tr:nth-child(even)
{
    background-color: #ecf2f6;
}

table.data tr:hover
{
    background-color: #fff3b9;
    cursor: pointer;
}

table.data th:first-child
{
    border-radius: 5px 0 0 0px;
}

table.data th:last-child
{
    border-radius: 0 5px 0px 0;
}

/*  table.data tr:last-child {
            border-bottom: 2px solid #009879;
        } */


.hidden
{
    display: none;
}



.credentialHolder
{
    background-color: #7799BB;
    text-align: center;
    padding: 2px 10px 2px 10px;
}

.credentialHolder i
{
    color: #fff;
    padding: 2px !important;
    font-size: 2em;
}




input
{
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #aaa;
    border: 1px solid rgba(0,0,0,0.1);
    cursor: default;
    list-style: none;
    outline: none;
    padding: 10px;
}

.koprena
{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 4000;
    right: 0px;
    bottom: 0px;
    background-color: rgba( 0, 0, 0, 0.4 );
    backdrop-filter: blur(5px);
  
}

.obavijest
{
  border-radius: 10px;
  background-color:Black;
  text-align: center;
  font-size: 1.2rem;
  color: white;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.dialog
{
	z-index:9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(2px);
}

.dialog-content
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
	max-width: 500px;
	width: 100%;
}

.dialog h2
{
	font-size: 14px;
    font-weight: bold;
	margin-top: 0;
}

.dialog p
{
	margin-bottom: 20px;
}

.dialog button
{
	font-size: 11px;
	padding: 10px 20px;
	margin:0 20px 0 20px;
	border-radius: 5px;
}

button
{
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	padding-right: 1em;
	min-height:2.2em;
    padding-left: 1em;
	vertical-align: middle;
	font-size: 0.9em;
	font-weight: bold;
	color: #113355;
	border: 1px transparent solid;
	cursor: pointer;
	border-radius: 2px;
	margin: 0px;
	margin-right: 1em;
	vertical-align: middle;
	
	
}


button:active {
		color: #212121;
		background-color: #aaccff;
	}
	
button:hover {
		color: #fff;
		background-color: #88aaee;
	}


button:active{
		-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
		box-shadow: 0 0px 0px rgba(0,0,0,0.2);
	}

button:disabled{
	color: #eee;
	background-color: #ccc;

}

i
{
    font-size: 1.5em;
    padding-right:10px;
}

