.clear { display: block; clear: both; height: 0em; margin: 0em; padding: 0em; overflow: hidden; }

#login { position: absolute; top: 50%; left: 50%; margin: -150px 0 0 -200px; width: 400px; }

#menu,#menu a { color: #cccccc; }
#menu a:hover { color: #fff; }
#menu a.active { background: #212121; color: #fff; }
.navbar { border: 0; border-radius: 0; }
.navbar-default { background: #445868; }

#menu a:hover { background: none; color: #fff; }
#menu a.active { background: #212121; color: #fff; }
#menu .dropdown-menu > li > a { color: #212121; }
#menu .dropdown-menu > li > a:hover { color: #428BCA; }
#menu a:focus { background: transparent; color: #fff; }

/** content */
#content { padding: 15px; }

.tab-content { border: 1px solid #dddddd; border-top: 0; padding: 20px; }

.inputfile { position: relative; overflow: hidden; }
.inputfile input { opacity: 0; cursor: pointer; position: absolute; top: 0px; right: 0px; z-index: 3; font-size: 200px; }