
div#leftMenuWrapper table#leftMenuTable {
	margin: auto;
	text-align: center;
}

button {
	width: 130px;
}

.navbar-side a:hover {
    font-weight: bold;
}
@media (max-width: 767px) {
#info_bar {
   position: absolute;
    top: 0px;
}

a {
    color: #ffffff;
}
}

div#leftMenuWrapper a:link {
	color: #0000FF;
} /* unvisited link */
div#leftMenuWrapper a:visited {
	color: #0000FF;
} /* visited link */
div#leftMenuWrapper a:hover {
	color: #000000;
	background-color:#6495ed;
} /* mouse over link */
div#leftMenuWrapper a:active {
	color: #0000FF;
} /* selected link */

@media (max-width: 1120px) {
    .hidden-r {
        display: none !important;
    }
}

#body {
    height:100%;
}

#navbar-side {
    height: 100%;
}

#logofirst {
    display: inline-block;
    position: absolute;
    left: 72px;
    top: 0px;
    z-index: 99999;
}

.logopic {
    margin: 15px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-height:170px;
    max-width:170px;
}

.footer {
    display: inline;
    font-size: 0.9em;
}

.info_link {
    background: transparent;
    text-decoration: none;
    font-weight: bold;
}

.time_function {
    float: right;
    padding-right: 10px;

}