/*
 * Blocks
 */
.tm-toolbar,
.tm-headerbar,
.tm-navbar,
.tm-footer {
  margin-top: 10px;
  margin-bottom: 0px;
}
/* Only large screens */
@media (min-width: 1120px) {
  .tm-headerbar,
  .tm-navbar,
  .tm-footer {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 0px;
}
/*
 * Nav in panel
 */
.uk-panel-box > .uk-nav-side {
  margin: 0 0px;
}
.uk-nav > li > a {
  padding: 10px 10px;
}
.docman_document
{
	border-bottom: 1px solid #b70000 !important;
}

a:active
{
  text-decoration: none;
}

.dropdown-toggle {
    height: 34px;
}
.btn-group {
    height: 36px;
}

.btn-small, #btn_thankyou, #btn_report, #btn_qreply, .btn
{
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

textarea {
  height: 200px;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  margin-top: 0px !important;
}
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
  height: 45px !important;
}