/* Header */
/* --------------------------------------------------------------------------------- */

#header {
    position: relative;
    left: 0; right: 0;
    height: 79px;
    border-bottom: 1px solid #ccc;
    z-index: 990;
}

#egradjani {
    position: relative;
    z-index: 99999;
}

#egradjani .zgl-segment .zgl-label {
	font-weight: 400;
}

.header-nav {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    left: 360px;
    overflow: hidden;
    margin: 15px 0 0 0;
    text-align: right;
    font-weight: 400;
}

.with-logout {
    right: 180px;
}

.egradani_traka-holder {
    background: #eeeeee;
    z-index: 99999;
}

#main {
  position: absolute;
  top: 166px; left: 0; right: 0; bottom: 0;
}

#sidebar {
    position: absolute;
    top: 0;
    left: -330px;
    bottom: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 330px;
    background-color: #566373;
    z-index: 11;
    -moz-transition: left 200ms;
    -o-transition: left 200ms;
    -webkit-transition: left 200ms;
    transition: left 200ms;
}
