html,
body {
	margin:0;
	padding:0;
	height:100%;
	font: 12px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	height: 80px;
	background:#f0f0f2;
}
#content {
        margin-top:15px;
	padding-bottom:100px;
        min-height:100%;
        height: 100%;
}
#content p{
	margin: 10px;
}
#content table{
	border-collapse: collapse;
        margin:5px;
}
#content tr{
	
}
#content tr.head, td.head{
	background-color: #49708f;
        color:white;
}
#content td{
	border: solid 1px #bbb;
        padding: 5px;
}
#user{
  width:20%;
  margin:0;
  padding:0;
  /*border: solid 1px red;*/
  float:right;
  text-align: right;
}
#user p{
  margin:5px;
  padding:0;
}
#footer {
	background:#f0f0f2;
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
}
#naslovnalinija{
	height:50px;
}
#meni{
	/* height:50px;
	background: #49708f; */
}
#meni ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	background-color: #49708f;
}
#meni li {
    float: left;
    border-right:1px solid #bbb;
}
#meni li:last-child {
    border-right: none;
}
#meni li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
#meni li a:hover:not(.active) {
    /* background-color: #111; */
	background-color: #333;
}

#meni .active {
    background-color: #4CAF50;
}

#errormessage{
	margin-left:auto;
    margin-right:auto;
	margin-top:5px;
	/* border: 1px solid #c6c7cc;
	width:240px;
	border-radius: 5px; */
}
#errormessage p{
	text-align: center;
	color: red;
	/* font-weight:bold; */
}
#logo{
	width:20%;
	height:50px;
	/* border: solid 1px red; */
	float: left;
}
.box{
  width:31%;
  height:calc(100vh - 220px);
  margin:10px;
  border:solid 1px #bbb;
  float:left;
  overflow:auto;
}
.box table{
  width:99%;
}
.box .header{
  height:20px;
  margin:2px;
  border:solid 1px #bbb;
  background-color:#49708f;
  font-size:10px;
  color:white;
}
.box .toolbar{
  height:36px;
  margin:2px;
  border:solid 1px #bbb;
}
.box .toolbar select{
  margin:0;
  padding:0;
}
.box .toolbar form{
  height:36px;width:100%;border:0;
}



